Re: [android-developers] Re: Run application with system / root permissions.

2012-07-15 Thread Nobu Games
I just tested it and Runtime.getRuntime().exec("su"); > does the trick on my rooted device. I guess you also could use "sudo" in front of your commands. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Re: Run application with system / root permissions.

2012-07-15 Thread Kristopher Micinski
On Sun, Jul 15, 2012 at 6:57 PM, Kristopher Micinski wrote: > On Sun, Jul 15, 2012 at 6:07 PM, Gelonida N wrote: >> On 07/15/2012 12:19 AM, Kristopher Micinski wrote: >>> >>> That's the point of rooting your device. There is no permission or >>> specifier that you can use to request "root permis

Re: [android-developers] Re: Run application with system / root permissions.

2012-07-15 Thread Kristopher Micinski
On Sun, Jul 15, 2012 at 6:07 PM, Gelonida N wrote: > On 07/15/2012 12:19 AM, Kristopher Micinski wrote: >> >> That's the point of rooting your device. There is no permission or >> specifier that you can use to request "root permissions." >> >> kris >> >> > > > I think the point the OP wanted to m

[android-developers] Re: Run application with system / root permissions.

2012-07-15 Thread Gelonida N
On 07/15/2012 12:19 AM, Kristopher Micinski wrote: That's the point of rooting your device. There is no permission or specifier that you can use to request "root permissions." kris I think the point the OP wanted to make. If you have a rooted device: How can you grant certain 'root' featu