4

System signature key should be used in order to sign my application with system privileges, . But, I donot know. So I have questions ;

  • How can I sign my application with system firmware key ?
  • What are the requirement ?
  • What should I do, step by step?
jaudo
  • 83
  • 1
  • 7
  • Possibly relevant; http://stackoverflow.com/questions/3598662/how-to-compile-android-application-with-system-permissions – dutt Jan 18 '13 at 12:45

1 Answers1

3

Unless you have your own firmware flashed on your phone, you will not be able to get system signature. If it is your own firmware then you can get the private key

at /build/target/product/security

Take the platform.pk8 file and sign your app using steps described here

nandeesh
  • 24,740
  • 6
  • 69
  • 79