Ok the issue was simply after an update, everything gets reverted. So here at the complete steps again:
(Recommended doing via SSH for easy copy/paste)
- Run
qdbus --system org.ofono /quectelqmi_0 org.ofono.SimManager.GetProperties - Copy
CardIdentifiernumber - Run
sudo nmcli c add type gsm con-name "/quectelqmi_0/context1/<CardIdentifier>" ifname quectelqmi_0 - Download this script to your phone via wget: https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/test/deactivate-all
- Run script:
cdto the place you downloaded it and runpython3 deactivate-all - From the phone (because you will lose SSH connection) run
nmcli n offfollowed bynmcli n on
Note steps 5 and 6 must be done after each boot. A permanent solution is coming soon 