Hi
according to this:
http://stackoverflow.com/questions/7295873/how-do-i-request-root-access-in-android
could be possibly by "just" do it like that:
I have been looking in this forum and found this:
http://www.b4x.com/android/forum/threads/how-to-use-runtime-getruntime.23006/#post-133387
and Erel gave this answer:
so I was wondering it is posible to give root access to my service(process) this way...and the most important how(because I can nott see on phone lib or OS lib the "runtime.getruntime.exec" commands...
Thanks in advanced
according to this:
http://stackoverflow.com/questions/7295873/how-do-i-request-root-access-in-android
could be possibly by "just" do it like that:
B4X:
Process p = Runtime.getRuntime().exec("su");
I have been looking in this forum and found this:
http://www.b4x.com/android/forum/threads/how-to-use-runtime-getruntime.23006/#post-133387
and Erel gave this answer:
1. Phone.Shell.
2. I think that the OS library provides this API. If not then it should be simple to get it with Reflection (I can help you with this). Note that this value is not really useful in most cases.
so I was wondering it is posible to give root access to my service(process) this way...and the most important how(because I can nott see on phone lib or OS lib the "runtime.getruntime.exec" commands...
Thanks in advanced