06-24-2022, 11:44 PM
If you are using biktorgj's firmware, then only the NON-HLOS.ubi needs to be flashed (all following steps as root -- 'sudo su -'):
If you are still on stock firmware, then follow https://github.com/Biktorgj/pinephone_mo...ECOVERY.md (files are in folder update on https://github.com/Biktorgj/quectel_eg25_recovery). Change the git branch to pick a different stock release.
Code:
echo -ne "AT+QFASTBOOT\r" > /dev/ttyUSB2
fastboot flash modem NON-HLOS.ubi && fastboot reboot
If you are still on stock firmware, then follow https://github.com/Biktorgj/pinephone_mo...ECOVERY.md (files are in folder update on https://github.com/Biktorgj/quectel_eg25_recovery). Change the git branch to pick a different stock release.