Quote:
Originally Posted by superevilllama
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!
|
I guess im the only that doesn't know how to get to the "adb" part...From there I can follow instructions pretty well. Any help?