|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#21
|
|||
|
|||
|
NM I got it working I just had to
adb remount adb shell rm /system/sd/app/*Maps* adb shell rm /system/sd/app/*maps* adb shell rm /system/sd/dalvik-cache/*Maps* adb shell rm /system/sd/dalvik-cache/*maps* adb shell rm /data/app/*Maps* adb shell rm /data/app/*maps* adb shell rm /data/dalvik-cache/*Maps* adb shell rm /data/dalvik-cache/*maps* adb shell rm /system/app/*Maps* adb shell rm /system/app/*maps* adb uninstall com.google.android.apps.maps that let me uninstall and install the new maps. |
| Sponsored Links |
|
#22
|
|||
|
|||
|
Quote:
|
|
#23
|
|||
|
|||
|
I just did a search for "Google" and everything they have on the market came up. I clicked on the update and the Offical Map app installed over on top of the one that was shown how to install here.
The only thing I noticed so far is I had to resetup Google Voice. Other than that seemed to work fine to me.
__________________
G1 with Cyanogen 4.2.5 for now RA-dream-v1.3.0 Recovery image Radio 2.22.19.26I Aps2SD 8GB Class 6 SD ext3 No Cache(s) moved |
|
#24
|
|||
|
|||
|
Quote:
|
|
#25
|
||||
|
||||
|
Quote:
"rm: cannot remove '/system/sd/app/*Maps*' : No such file or directory" =L =L =L Anyone have any idea? Could it be that I'm running a mytouch 3g and not a G1?
__________________
The entire Android collective shall rise up, stomp on, and eradicate into absolute extinction, the inferior sham that is Iphone OS, kinda like this - http://i37.photobucket.com/albums/e6...ntitled2-4.jpg . The same way Microsoft initially stomped on apple when Gates improved upon jobs' mouse idea. So says the AndroidAutobot www.twitter.com/AndroidAutobot www.myspace.com/ImaginaryAirship - Psychedelic Indie-Pop w/ bass complimentary of yours truely Last edited by AndroidAutobot; 24th November 2009 at 12:39 AM.. |
|
#26
|
|||
|
|||
|
Quote:
Keep going to the next step and keep following the steps.... |
|
#27
|
|||
|
|||
|
I am not going to take credit for the steps I found them in another post on the forums but forget where.
Just wanted to let everyone in here know how I was able to fix the issue. And yes theres going to be a lot of stuff thats not there and thats fine. Just continue on and the last step will allow you to uninstall maps instead of getting failures. |
|
#28
|
||||
|
||||
|
Download and copy the new Google Maps 3.2.1 APK to your sdcard.
Can be found at: http://www.myhangoutonline.com/downloads/ open a terminal window: (For Cyanogen Builds) type: su type: mount -o rw,remount /dev/block/mtdblock3 /system type: rm /system/app/Maps.apk type: cp /sdcard/Maps.apk /system/app TA RA! lol welcome to Google Maps 3.2.1 w/ Nav. *** UPDATE *** If for any reason it's not 3.2.1 after installing, you'll be able to just download 3.2.1 from the market now and it'll install perfectly... Either way, The file should be fixed and it should be 3.2.1 now.
__________________
Phone 1: Samsung Behold II w/ Galaxy Firmware (T-Mobile USA) Phone 2: Black HTC Dream (T-Mobile G1 USA) ROM: Cyanogen 4.2.12.2 + RA 1.5.2 Recovery SDcard: Class 6 8GB / 512MB Ext4 / 128MB Swap Boot Image: Custom Splash Model: Dream PVT 32B ENG S-OFF SPL: HBOOT-1.33.2005 Radio: 2.22.19.26I Follow me on Twitter: http://twitter.com/whitemonster84 My Site: MyHangoutOnline Unlimited Everything Hosting ($4.99) Last edited by mrandroid; 25th November 2009 at 03:02 PM.. |
|
#29
|
||||
|
||||
|
Quote:
I'm too meticulous to just ignore that and keep going. But since you so nicely confirmed to me that ignoring said responses and continueing through all the steps would work, I did so, and it was successfull. Thanks for your help... even though a simple "just ignore the steps and keep going" would have sufficed.
__________________
The entire Android collective shall rise up, stomp on, and eradicate into absolute extinction, the inferior sham that is Iphone OS, kinda like this - http://i37.photobucket.com/albums/e6...ntitled2-4.jpg . The same way Microsoft initially stomped on apple when Gates improved upon jobs' mouse idea. So says the AndroidAutobot www.twitter.com/AndroidAutobot www.myspace.com/ImaginaryAirship - Psychedelic Indie-Pop w/ bass complimentary of yours truely |
|
#30
|
|||
|
|||
|
I had pushed the older Maps via adb instead of installing it, and just removing the files for me didn't work. As an extra step, I had to install the older maps in the proper way then uninstall. Assuming you have a copy of com.google.android.apps.maps.apk in your SDK tools directory, the following should work:
Code:
adb remount adb shell rm /system/sd/app/*maps* adb shell rm /system/sd/dalvik-cache/*Maps* adb shell rm /system/sd/dalvik-cache/*maps* adb shell rm /data/app/*Maps* adb shell rm /data/app/*maps* adb shell rm /data/dalvik-cache/*Maps* adb shell rm /data/dalvik-cache/*maps* adb shell rm /system/app/*Maps* adb shell rm /system/app/*maps* adb uninstall com.google.android.apps.maps adb install com.google.android.apps.maps.apk adb shell rm /system/sd/app/*maps* adb shell rm /system/sd/dalvik-cache/*Maps* adb shell rm /system/sd/dalvik-cache/*maps* adb shell rm /data/app/*Maps* adb shell rm /data/app/*maps* adb shell rm /data/dalvik-cache/*Maps* adb shell rm /data/dalvik-cache/*maps* adb shell rm /system/app/*Maps* adb shell rm /system/app/*maps* adb uninstall com.google.android.apps.maps |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|