Guest Oletros Posted March 18, 2010 Report Posted March 18, 2010 The uninstall method below is the only thing that worked for me. After that, I was able to reboot the phone and install Maps from the Market without error. Thanks to IntoTheVoid. CODE adb remount adb shell "find /system /data -name *com.google.android.apps.maps.apk* -o -name Maps.apk | xargs rm" adb uninstall com.google.android.apps.maps even with those commands I can't install it. "Incompatible upgrade" :)
Guest JonnyRockets Posted March 18, 2010 Report Posted March 18, 2010 Nand backup (just in case......) Uninstalled Maps Installed from Market Works now, thanks all.
Guest Oletros Posted March 18, 2010 Report Posted March 18, 2010 I have downloaded the apk and when I try to install it through adb the error message is: 1289 KB/s (3554508 bytes in 2.691s) pkg: /data/local/tmp/com.google.android.apps.maps.apk Failure [iNSTALL_FAILED_UPDATE_INCOMPATIBLE] Whyyyyy?
Guest cnraghu Posted March 18, 2010 Report Posted March 18, 2010 I have downloaded the apk and when I try to install it through adb the error message is: 1289 KB/s (3554508 bytes in 2.691s) pkg: /data/local/tmp/com.google.android.apps.maps.apk Failure [iNSTALL_FAILED_UPDATE_INCOMPATIBLE] Whyyyyy? Did you uninstall the existing google maps version?
Guest Oletros Posted March 18, 2010 Report Posted March 18, 2010 Did you uninstall the existing google maps version? Yes, I have uninstalled it. Prior to uninstalling it the error was about improperly signed, after uninstalling it the error is update incompatible.
Guest muncheese Posted March 18, 2010 Report Posted March 18, 2010 Yes, I have uninstalled it. Prior to uninstalling it the error was about improperly signed, after uninstalling it the error is update incompatible. Have you tried installing it from the market itself instead of adbing it?
Guest Oletros Posted March 18, 2010 Report Posted March 18, 2010 Have you tried installing it from the market itself instead of adbing it? Yes, I have tried to update from market, and after uninstalling I tried to install from market
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now