Jump to content

Google Maps 4.1.0 not working on A15


Guest cnraghu

Recommended Posts

Guest Oletros
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" :)

Link to comment
Share on other sites

Guest Oletros

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?

Link to comment
Share on other sites

Guest cnraghu
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?

Link to comment
Share on other sites

Guest Oletros
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.

Link to comment
Share on other sites

Guest muncheese
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?

Link to comment
Share on other sites

Guest Oletros
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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.