06-01-2020, 08:53 PM
(This post was last modified: 06-01-2020, 08:55 PM by antiX-Dave.)
I have the same issue. Both in mobian and ubports.
I have used the same "fix" but in a different method. Also adding it to a script and then to a cron job as seen here.
https://forum.pine64.org/showthread.php?...5#pid65065
On mobian you will also need to install cron if you are wanting to use cron (could be done with modifying the script to loop)
apt update
apt install --no-install-recommends cron
This solves it for the time being. There are still times that receiving sms messages will fail though from my usage as the modem will "lock" and require a shutdown and power up to reset it. This seems to mainly be when the phone battery drains fully and shuts off.
As noted in the above thread there is a race condition going on. I have not yet been able to get mms to work, so instead was going to try setting the modem offline and seeing if the cache can still be cleared.
I have used the same "fix" but in a different method. Also adding it to a script and then to a cron job as seen here.
https://forum.pine64.org/showthread.php?...5#pid65065
On mobian you will also need to install cron if you are wanting to use cron (could be done with modifying the script to loop)
apt update
apt install --no-install-recommends cron
This solves it for the time being. There are still times that receiving sms messages will fail though from my usage as the modem will "lock" and require a shutdown and power up to reset it. This seems to mainly be when the phone battery drains fully and shuts off.
As noted in the above thread there is a race condition going on. I have not yet been able to get mms to work, so instead was going to try setting the modem offline and seeing if the cache can still be cleared.