Having android:sharedUserId="android.uid.system" is not enough. You have to sign your *.apk with the same key that was used to sign other applications with the same sharedUserId.
On Aug 24, 5:11 pm, CaryWang <[email protected]> wrote: > Do you have anyelse method?I want to know user opreation?e.g.when user run > application i know,exit application i know. > > 2010/8/24 Mark Murphy <[email protected]> > > > > > On Tue, Aug 24, 2010 at 3:17 AM, CaryWang <[email protected]> wrote: > > > I have a application I write android:sharedUserId="android.uid.system" > > > in AndroidManifest.xml. I want to get system permission.I install to HTC > > > mobile phone.but install fail.error info :Package ... has no signatures > > that > > > match those in shared user android.uid.system. I application need > > > android.uid.system,don't remove.what can i should how to do? > > > Write your own firmware and sign it with your own signing key. > > > -- > > Mark Murphy (a Commons Guy) > >http://commonsware.com|http://github.com/commonsguy > >http://commonsware.com/blog|http://twitter.com/commonsguy > > > _The Busy Coder's Guide to Android Development_ Version 3.1 Available! > > > -- > > 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 > > -- > Cary -- 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

