06-13-2022, 04:20 PM
did you flash stock rom https://github.com/Biktorgj/quectel_eg25_recovery or half-opensource https://github.com/Biktorgj/pinephone_modem_sdk ?
i still recommend re-initializing some settings even if modem says they are set. like volte:
in extreme situation use following, i don't think this works on "pinephone modem sdk" firmware.
i still recommend re-initializing some settings even if modem says they are set. like volte:
Code:
AT+QMBNCFG="select","ROW_Generic_3GPP"
AT+QCFG="ims",1
AT+CFUN=1,1
in extreme situation use following, i don't think this works on "pinephone modem sdk" firmware.
Code:
!!warning!! only use these if modem chip is seriously messed up!
needs to be used as bundle
AT+QPRTPARA=3 << Factory reset NVM items (careful, you may lose modem control!)
AT+QPRTPARA=1 << Save NVM items
!!warning!!