Quote:
Originally Posted by superevilllama
Hey I am still having issues with the Market on this one. Trying to update googlemaps and keeps saying installation failed. Any way of getting this to work? I can install other apps from the market with no problem, just not google maps update.
|
Figured the google maps not updating issue. Apparently 2.2 has issues with some apps not updating properly. Followed the below and was able to sucessfully install maps from the market:
adb kill-server
adb root
adb remount
adb shell rm /system/app/Maps.apk
adb uninstall com.google.android.apps.maps
Thanks!