[android-developers] I want to get system permission?

2010-08-24 Thread CaryWang
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?




-- 
Cary

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] I want to get system permission?

2010-08-24 Thread Mark Murphy
On Tue, Aug 24, 2010 at 3:17 AM, CaryWang wangjf...@gmail.com 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] I want to get system permission?

2010-08-24 Thread CaryWang
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 mmur...@commonsware.com

 On Tue, Aug 24, 2010 at 3:17 AM, CaryWang wangjf...@gmail.com 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en