[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE.. plss help

2010-05-17 Thread grace
hi, Thanks for ur reply.. i followed the steps in that discussion and it worked out for me... On May 17, 2:45 pm, Mark Murphy mmur...@commonsware.com wrote: grace wrote: Hi, I am getting this INSTALL_FAILED_UPDATE_INCOMPATIBLE message when i try to install my app on to the device.. i

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-04-03 Thread sri
I found that the only thing that worked for me was to go on the device and select settings-applications-manage applications-your application name-uninstall -adb uninstall failed for me :( On a side note please can someone out there test my application on a device. It (the signed apk) works

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-04-03 Thread sri
Hi , I was facing the same problem, there is a way to uninstall from settings in the application menu settings-applications-mange applications- select the application-select unistall. This seems to delete everything and allows to install release version Thanks Srilaxmi P.S. I will really

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-02-19 Thread vel
Is there a simple way to do it? I installed an apk using OIFile Manager Later i uninstalled, using setting/manage application Now i am not able to install the application. Even though i uninstalled the apllication i can still find the entry in package.xml On Feb 1, 11:22 am,

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-01-31 Thread bwilliam...@gmail.com
I just figured out how to fix this, but it requires root access. Pull /data/system/packages.xml Find the entry for your package and comment it out. shell back in and chmod packages.xml to be world-writeable Push packages.xml back into the phone. Restart the phone. You can then install the app

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-12-12 Thread Tertium Organum
Maybe obtaining root access will solve problem with /data /system access. But when I rm my app (after cd data/app) - INSTALL_FAILED_UPDATE_INCOMPATIBLE still exists. So maybe is worth to buy developer phone (http://code.google.com/ android/dev-devices.html)

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-12-05 Thread Urakagi
I'm also stuck at here, this is really terrible... The final way is factory reset, buy I honestly don't want to do it... On 11月4日, 午前12:57, Cheryl Sedota [EMAIL PROTECTED] wrote: What do you mean by uninstall it fully? I did an adb uninstall package name but that does not appear to fully

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-11-03 Thread Cheryl Sedota
I am getting this error on the G1 (so the advice to -wipe-data is not possible) and need help getting around it. Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] Package com.frogdesign.test1 signatures do not match the previously installed version; ignoring Package couldn't be installed in

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-11-03 Thread Michael
Did you sign different versions of your app with different keys? I had this error message when I changed from the debug key to a real key, and what I had to do was reinstall the old version, uninstall it fully, then install my new version. --~--~-~--~~~---~--~~

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-10-06 Thread Christine
However, now I can't install from Eclipse any more. Have to do a wipe again. Is it possible to have two different emulator instances, one for testing, one for development? On Oct 5, 11:38 pm, Christine [EMAIL PROTECTED] wrote: Yes, that worked, I did emulator -wipe-data. Thanks. On Oct 5,

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-10-06 Thread Mark Murphy
Christine wrote: However, now I can't install from Eclipse any more. Have to do a wipe again. Is it possible to have two different emulator instances, one for testing, one for development? I haven't tried this, but, quoting from the emulator documentation: To run multiple emulator instances

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-10-05 Thread Mark Murphy
Christine wrote: When I install my app on the emulator using adb install, after signing the app, I get INSTALL_FAILED_UPDATE_INCOMPATIBLE. The app is not installed. How do I find out what's wrong? Before installing, I did remove the copy of the app that was installed by Eclipse.

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-10-05 Thread Christine
Mark, thanks, I'll give it a try. On Oct 5, 11:10 pm, Mark Murphy [EMAIL PROTECTED] wrote: Christine wrote: When I install my app on the emulator using adb install, after signing the app, I get INSTALL_FAILED_UPDATE_INCOMPATIBLE. The app is not installed. How do I find out what's wrong?