Tuesday, September 7, 2010

Re: [android-developers] How to sign Android app with system signature?

You can't unless you have built the system yourself; if you have built the system yourself, then you have the build system, and can build your app with that and set it to use the desired cert.

Note that this sentence is contradictory: "downloaded and compile Android 2.1 version with signed-google_ion-ota-14721.zip".  The signed-google image is a pre-built image that has been signed with the vendor's own private keys that you have no access to.  That is basically the opposite of downloading and compiling your own image, where you use your own keys (or the default ones in the build system that are for test dev builds).

On Fri, Sep 3, 2010 at 4:32 AM, Michalis <sotiropo@gmail.com> wrote:
I've downloaded and compile 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 with signing process.

Thank you in advance.

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



--
Dianne Hackborn
Android framework engineer
hackbod@android.com

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

No comments:

Post a Comment