[android-developers] Re: How to insure the singed file is correct?

2008-11-28 Thread [EMAIL PROTECTED]
thanks for your help. On Nov 26, 12:39 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: The certificate you use to sign your package is your identity as a developer; if you change it, you have turned this into another application that has no trust with the original application, and thus can not

[android-developers] Re: How to insure the singed file is correct?

2008-11-25 Thread Dianne Hackborn
The certificate you use to sign your package is your identity as a developer; if you change it, you have turned this into another application that has no trust with the original application, and thus can not be used to update the original. The previous one must be uninstalled and re-installed.

[android-developers] Re: How to insure the singed file is correct?

2008-11-24 Thread [EMAIL PROTECTED]
I test is ok on emulator, but many user still report me the singed error. why? On Nov 22, 7:17 pm, Christine [EMAIL PROTECTED] wrote: adb uninstall yourapp.apk adb install yourapp.apk On Nov 22, 2:40 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: can we test this process on emulator ?

[android-developers] Re: How to insure the singed file is correct?

2008-11-22 Thread Christine
adb uninstall yourapp.apk adb install yourapp.apk On Nov 22, 2:40 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: can we test this process on emulator ? if can do, how do it, thanks On Nov 22, 5:03 am, atrus123 [EMAIL PROTECTED] wrote: Hello, If you try and install a signed package on

[android-developers] Re: How to insure the singed file is correct?

2008-11-21 Thread atrus123
Hello, If you try and install a signed package on top of a pre-existing unsigned package, you will get this error. To resolve, uninstall the currently existing package from the G1. Sometimes if an install has previously failed, you may have to reinstall the unsigned package and then uninstall

[android-developers] Re: How to insure the singed file is correct?

2008-11-21 Thread [EMAIL PROTECTED]
can we test this process on emulator ? if can do, how do it, thanks On Nov 22, 5:03 am, atrus123 [EMAIL PROTECTED] wrote: Hello, If you try and install a signed package on top of a pre-existing unsigned package, you will get this error.  To resolve, uninstall the currently existing package