Pine64-Arch
Pine64-Arch copied to clipboard
[Phosh] Mobile Data defaults to on
Whenever I restart the pinephone, mobile data is set to on. Steps to reproduce: Set Settings > Mobile > Mobile Data to Off Restart pinephone
If I knew where the settings are stored then I could always reset it at start up, but I am still learning :)
I worked it out. The commands to turn the modem data on and off are:
$ sudo nmcli d connect cdc-wdm0
$ sudo nmcli d disconnect cdc-wdm0
Verify the result with
$ nmcli d
The Settings programme needs to be restarted in order to show the changes
Sorry, I closed this because I found a fix for the issue. The problem remains. The problem is that if Mobile Data is manually set to off, then after a restart that setting is not respected and Mobile Data is set back to on. This does not happen in other operating systems.