Biktorgj / quectel_eg25_recovery

Stock firmware recovery packages for Quectel EG25-G
78 stars 15 forks source link

Quirks Resolved #11

Closed PsychoGame closed 2 years ago

PsychoGame commented 2 years ago

Hello @Biktorgj,

For those quirks I found the solution to this. I was having a lot of issues as well on Manjaro ARM Phosh. Stopping ModemManager through systemctl stops interference from ModemManager (Tries to re-initialize the modem again) and solves the Sahara flash failure: sudo systemctl stop ModemManager After successfully flashing the firmware you can restart ModemManager again. If you could include this in the README, others might be helped out as well, as ModemManager in pmOS and Mobian will be updated eventually as well.

Greetings Jasper

nexero commented 2 years ago

Works for me in pmOS :+1:

sudo rc-service modemmanager stop
sudo ./qfirehose -f ./
sudo rc-service modemmanager start

thanks for the hint @PsychoGame

Biktorgj commented 2 years ago

Thanks @PsychoGame! Added the quirk to the readme: https://github.com/Biktorgj/quectel_eg25_recovery/commit/1351e026335d5b5fc395d232410388e082724d11