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!
Swift- I got it by uninstalling the old Street.apk like you said, it makes sense now that I think about it...I guess I didn't realize there even was a Street.apk in system/app
Reminds me of the issue with maps last month. Wonder if we can use this:
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
and replace maps with street to get:
su
mount -o remount,rw -t yaffs2 dev/block/mtdblock4 system
busybox rm system/app/Street.apk
cd system/bin
sh pm uninstall com.google.android.apps.street
cd ..
cd ..
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync
I uninstalled street.apk and removed it with root explorer, rebooted and I still can't get it to work. I can't click on "Open". Uninstall is my only option.
You probably have a copy in data/app too you should be able to uninstall that from the uninstall menu
When you have an market app installed in the system/app folder and an update is available, the update gets installed in the data/app folder leaving the original copy in system/app to take up space
I uninstalled street.apk and removed it with root explorer, rebooted and I still can't get it to work. I can't click on "Open". Uninstall is my only option.
I remember about that lady who had use google maps on her phone for walking directions and it led her to walk on a freeway and she then got hit by a car. Wasn't googles fault.