Quote:
Originally Posted by makkonen
(and you probably only need to change it at /data/etc/gps.conf, since the files under /system are read only... I think /data/etc might "mount --bind" at /system/etc to give the appearance that the files are there. Not totally sure.)
|
I don't think changing the "/data" version will work for more than the current session at most.
The boot script unconditionally "rm -rf"s the "/data/etc" directory at every boot and repopulates with "/system/etc"
Also I'm not sure which process loads up gps.conf so if you edit on the currently running /data/etc something might need to get rerun for the settings to "take". However, I'm not sure about that, it might be loaded everytime it is needed, in which case changing it on /data/etc would work for the current session until reboot.