I’ve downloaded and compiled Android 2.1 version with signed-google_ion-ota-14721.zip image for my HTC phone. The compile completed successfully and so the system image flash.
How can I sign my own Android application with the system signature?
Can someone describe the whole process for signing a user application with system signature as I am completely new to the signing process.
Finally I managed to discover a way to sign my application with the platform signature. You need to use keys located in
<root-of-android-source-tree>/build/target/product/security/and addandroid:sharedUserId="android.uid.system"in your AndroidManifest.xml file.Details from this google groups thread: