I tried a number of times to get the latest Google Maps update (4.4) and failed each time. Then I went back to something that was posted here and on My Droid Life when people were having the same issue with updating to 4.3. It works like a charm - first time.....
Open terminal emulator and type the following. At the end of each line push enter.
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
That's it. The only thing I would add (just to be proper) would be to type:
exit
Then reboot, log in to maps and enjoy.
Open terminal emulator and type the following. At the end of each line push enter.
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
That's it. The only thing I would add (just to be proper) would be to type:
exit
Then reboot, log in to maps and enjoy.