What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Google Maps 4.3 Fix for Droid Froyo Users

When I typed the first one nothing was said, but then I went to the next step and got an error that maps.apk was read only.

Try these:

mount -o rw,remount /dev/block/mtdblock4 /system

mount -0 ro,remount /dev/block/mtdblock4 /system

I think Bayou just made a couple mistakes in his post

Just replace mountsys and unmountsys with those scripts. I'm getting "failure" right after "sh pm uninstall com.google.android.apps.maps"

I got the same message but only because i forgot to put "apps". double check that you got everything in there.
 
Try these:

mount -o rw,remount /dev/block/mtdblock4 /system

mount -0 ro,remount /dev/block/mtdblock4 /system

I think Bayou just made a couple mistakes in his post

Just replace mountsys and unmountsys with those scripts. I'm getting "failure" right after "sh pm uninstall com.google.android.apps.maps"

I got the same message but only because i forgot to put "apps". double check that you got everything in there.

Definitely put put it all in there. I've tried about 8 times now. Oh well.
 
Im using onix 1. 2. 5 and i get to mountsys and after pressing enter it says mountsys not found. Going to look into the ROM more. Will post back

Instead of using mountsys and unmountsys, use these:

mount -o ro,remount /dev/block/mtdblock4 /system


mount -o remount,rw /dev/block/mtdblock4 /system

For Bugless users with Pete's scripts, you can use sysrw to mount and sysro to unmount.
The fix worked like a charm here as well, BB Froyo 0.2.1 with NexTheme.
 
Try these:

mount -o rw,remount /dev/block/mtdblock4 /system

mount -o ro,remount /dev/block/mtdblock4 /system

I think Bayou just made a couple mistakes in his post

Just replace mountsys and unmountsys with those scripts. I'm getting "failure" right after "sh pm uninstall com.google.android.apps.maps"

I got the same message but only because i forgot to put "apps". double check that you got everything in there.

Many thanks scrizzo! Those commands work like a champ! Maps 4.3!
 
I'm trying this and just got "can't remove 'system/app/maps.apk' : No such file or directory.

Any ideas?
 
Should be llike this:

For all other ROMs:
su
mount -o remount,rw -t yaffs2 dev/block/mtdblock4 system
busybox rm system/app/Maps.apk
cd system/bin
sh pm uninstall com.google.android.apps.maps
cd ..
cd ..
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync
2. You can now attempt to install the Google Maps update.
3. If it fails the first time, just cancel the download and try again. If it fails again, reboot and try.
4. Done!
 
Last edited:
Should be llike this:

For all other ROMs:
su
mount -o remount,rw -t yaffs2 dev/block/mtdblock4 system
busybox rm system/app/Maps.apk
cd system/bin
sh pm uninstall com.google.android.apps.maps
cd ..
cd ..
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync
2. You can now attempt to install the Google Maps update.
3. If it fails the first time, just cancel the download and try again. If it fails again, reboot and try.
4. Done!

Worked like a charm, perfect. Thank you!!
 
Back
Top