View Single Post
Posts: 300 | Thanked: 962 times | Joined on Jun 2010 @ USA
#385
Originally Posted by klinglerware View Post
I'd like to edit gps.conf to see if editing the NTP Server makes a difference (the default already points to the google supl server), but /system/etc/ appears to be a read-only folder. Any thoughts on how I can give myself write permission?
You can mount /system as read/write with:
Code:
devel-su mount /system -o remount,rw,relatime,data=ordered
This is temporary and will revert to read-only on reboot.

You can verify it is now mounted read/write with:
Code:
[nemo@Sailfish ~]$ mount | grep /dev/mmcblk0p25
You should see a result like (note the "rw". If it were read only, it would be "ro"):
Code:
/dev/mmcblk0p25 on /system type ext4 (rw,relatime,data=ordered)
__________________
Sony Xperia XA2 Ultra SFOS 3 + Sony Xperia X SFOS 3, Nokia N810

Last edited by deprecated; 2016-12-19 at 21:47.
 

The Following 4 Users Say Thank You to deprecated For This Useful Post: