I am creating an Android App that can take GPS position from any other mobile but the problem is that how to start GPS as a super user or linux command to do that.
Asked
Active
Viewed 319 times
2
-
Why do you need Superuser Permission ? you can start GPS as normal user too – Lucifer Dec 10 '12 at 06:54
-
Your question is hard to understand but maybe you need ACCESS_FINE_LOCATION in your permission manifest. – PeterJ Dec 10 '12 at 06:58
-
1This thread may help you http://stackoverflow.com/questions/7543700/android-run-bash-command-in-app – adarsh Dec 10 '12 at 06:59
-
I already done that using normal GPS on/off but what happens if user doesn't checked his gps on in his/her mobile? then in that case how can we start GPS? i want help on this... – Rahul Dec 10 '12 at 07:19