Re: [android-developers] Re: Application as root

2010-04-08 Thread jitendra kumar
Hi All, I got the following message in the phone log while installing CMdroidapp.apk D/AndroidRuntime( 1277): --- registering native functions --- D/ddm-heap( 1277): Got feature list request D/PackageParser( 71): Scanning package: /data/app/vmdl24900.tmp E/PackageManager( 71): Package

[android-developers] Re: Application as root

2010-03-31 Thread manjunath
I'm trying to run the factory application i.e. GlobalTime where one EGL API eglCreateWindowSurface is used. The Vendor provided EGL library call is only working with root access. It is not a third party application. Also the SystemServer initiates SurfaceFlinger. In this case the above EGL API

Re: [android-developers] Re: Application as root

2010-03-31 Thread Dianne Hackborn
On Mon, Mar 29, 2010 at 3:46 AM, a2ronus aaron.jan...@gmail.com wrote: Hello Dianne, I have a question related to this. Is it possible to use sharedUserId=android.uid.system in combination with (re-)signing a (newly) built Android and the app with the same key to achieve having more

Re: [android-developers] Re: Application as root

2010-03-31 Thread Dianne Hackborn
SystemServer does not run as root. On Tue, Mar 30, 2010 at 11:51 PM, manjunath phc2h5nh3.ma...@gmail.comwrote: I'm trying to run the factory application i.e. GlobalTime where one EGL API eglCreateWindowSurface is used. The Vendor provided EGL library call is only working with root access. It

[android-developers] Re: Application as root

2010-03-29 Thread a2ronus
Hello Dianne, I have a question related to this. Is it possible to use sharedUserId=android.uid.system in combination with (re-)signing a (newly) built Android and the app with the same key to achieve having more permissions for an app? Thanks in advance. On 26 mrt, 22:10, Dianne Hackborn