View Single Post
Posts: 141 | Thanked: 41 times | Joined on Apr 2011 @ Ahmedabad, India
#4
a suggestion...
invoke a shell script that checks for the GPS update and run the shell script in background mode using & before calling this script put a counter (timer) and if it exceeds limit (say 5 mins) , kill the shell script using PID from ps -ef <shell script name> and the kill -9 command.