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 *com.android.CMdroidapp has no signatures that m atch those in shared user android.uid.system*; ignoring! W/PackageManager( 71): Package couldn't be installed in /data/app/com.android. CMdroidapp.apk D/dalvikvm( 71): GC freed 35954 objects / 1783808 bytes in 86ms D/AndroidRuntime( 1277): Shutting down VM D/dalvikvm( 1277): DestroyJavaVM waiting for non-daemon threads to exit It looks like we need to include android:siignature attribute in the manifest file. Diannne, Can you please let me know the procedure to register my own application with the platform cert of that system which gives me access to the system permissions. Regards, Jitendra Kumar On Wed, Mar 31, 2010 at 12:43 PM, Dianne Hackborn <[email protected]>wrote: > On Mon, Mar 29, 2010 at 3:46 AM, a2ronus <[email protected]> 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 permissions for an app? >> > > Not for a third party app, which is what this group is about. > > Of course if you are building your app into the system, you can do a lot of > things and signing it with the platform cert of that system gives you access > to the system permissions. > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

