View Single Post
Posts: 575 | Thanked: 621 times | Joined on May 2010
#1889
I met this issue ( on F5121, not F5122 ) after each reboot, network settings where lost ( roaming and "delivered" status settings where always disabled )
Got to use the trick for ofono config file to get them persistent between reboot. ( file owner and group radio:radio AFAIR )
Maybe it could help you

https://together.jolla.com/question/...-after-reboot/
devel-su
systemctl stop ofono.service
cd /var/lib
mv ofono ofono.backup
mkdir ofono
chown radio:radio ofono
systemctl start ofono.service
OR :
chown radio:radio /var/lib/ofono systemctl restart ofono.service

Last edited by clovis86; 2017-10-18 at 14:19. Reason: add 2nd command
 

The Following User Says Thank You to clovis86 For This Useful Post: