![]() |
2013-12-21
, 09:09
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#2
|
BTW I type the "`" symbol but it does not appear (keyboard or on-screen keyboard) finally had to copy the script from the PC
![]() |
2013-12-21
, 15:12
|
Posts: 2 |
Thanked: 1 time |
Joined on Dec 2013
|
#3
|
The Following User Says Thank You to nasokay For This Useful Post: | ||
But I tried to install Mappero the other day and since then, even after I uninstalled Mappero and restored settings, GPS continues to work after I quit any application that starts it, even after I restart the device.
I see 2 processes when I do a"ps axf | grep locat" -
/usr/bin/location-proxy --no-detach
/usr/libexec/location-daemon
Disabling the GPS leaves the processes running, although the icon stops blinking. The only workaround I found was to make a script to kill location-daemon
kill -9 `ps -clx | grep 'location-daemon' | awk '{print $1}' | head -1`
BTW I type the "`" symbol but it does not appear (keyboard or on-screen keyboard) finally had to copy the script from the PC
Any idea how to roll back the settings so GPS exits gracefully?
Last edited by nasokay; 2013-12-21 at 08:28. Reason: typo