[android-developers] Re: Root status to application

2011-03-30 Thread FrankG
Hello ! IMHO A rooted device will not be enough for several things, often you would also need to sign the app with the platform key of the particular device. Means such an app can not be portable in my eyes. Good luck ! Frank On 29 Mrz., 21:19, Marcin Orlowski webnet.andr...@gmail.com wrote:

[android-developers] Re: Root status to application

2011-03-30 Thread Pent
IMHO A rooted device will not be enough for several things, A rooted device will be enough for several things :-) Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Root status to application

2011-03-30 Thread Pent
OSMonitor is open source and features extra actions on rooted devices. You may want simply to dig in sources:http://code.google.com/p/android-os-monitor/ Very useful, thanks! Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Root status to application

2011-03-29 Thread Pent
I am trying to build an application which can be much more useful if it can be run as a root application. Is der a way to provide root status to an application. Only on rooted devices. While we're on the subject, anyone know a good means to determine if root is possible without actually

Re: [android-developers] Re: Root status to application

2011-03-29 Thread Marcin Orlowski
On 29 March 2011 19:59, Pent supp...@apps.dinglisch.net wrote: I am trying to build an application which can be much more useful if it can be run as a root application. Is der a way to provide root status to an application. Only on rooted devices. While we're on the subject,