Google Maps Download
#1
Posted 27 November 2009 - 05:34 PM
#2
Posted 27 November 2009 - 06:16 PM
Edit: Managed to remove the version I installed, I still don't have Google Maps on my phone though
This post has been edited by sheppy1: 27 November 2009 - 06:25 PM
#3
Posted 27 November 2009 - 06:50 PM
sheppy1, on Nov 27 2009, 18:16, said:
Edit: Managed to remove the version I installed, I still don't have Google Maps on my phone though
Try this, if using adb push doesnt work then try using the application installer that is in HTC sync. (BTW upzip the attachment to get the apk)
Dan
Attached File(s)
-
com.google.android.apps.maps.zip (1.08MB)
Number of downloads: 1706
#4
Posted 28 November 2009 - 12:12 AM
DanH48, on Nov 27 2009, 18:50, said:
Dan
Hi, thanks for the download link but when I push it to my phone and go to install it I just receive an error message saying that it cannot be installed on my device, could you please give me the commands which I should use to push the file to my phone as I think I may be doing it incorrectly (I'm new to android), cheers
#5
Posted 28 November 2009 - 12:22 AM
#6
Posted 28 November 2009 - 04:53 AM
sheppy1, on Nov 28 2009, 00:22, said:
hallelujah, after like 10 hours of messing about and Googling all sorts of things I finally managed to get it installed and working, if anyone is having similar problems then enter these commands into ADB on your computer:
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
Just do them all even if it says "Directory not found" or something like that, then finally just download the file which Dan has supplied (thank you very, very much for this file) and then double click it and install it through HTC Sync. Done.
#7
Posted 28 November 2009 - 02:06 PM
sheppy1, on Nov 28 2009, 05:53, said:
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
Thanks a lot. For me the app started just fine, but searching or other actions would crash it. After doing this Google Maps work just fine again!
#8
Posted 28 November 2009 - 02:50 PM
Olatho, on Nov 28 2009, 14:06, said:
No problemo
#9
Posted 01 December 2009 - 04:27 PM
#10
Posted 01 December 2009 - 08:12 PM
./adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apl "|" xargs rm
and it'll scour the whole /system and /data folders for any google maps files and remove them.
It's a bit more dangerous if you make a typo though.
#11
Posted 11 December 2009 - 07:19 PM
Awesome site and good info from the members. I am looking forward to hacking, tinkering, breaking and fixing my Hero. Already I am finding it far better than my iPhone (except the crappy copy/paste) but it took Apple ages to sort that one out. I hope Google are on the case or maybe HTC can hack something into Sense.
#12
Posted 11 December 2009 - 08:50 PM
#13
Posted 11 December 2009 - 09:07 PM
Instead of using backslash to "escape" the '*', put the whole string in single quotes. Thus:
find /system /data -name \*google\*maps.apk\*
becomes
find /system /data -name '*google*maps.apk*'
I find that a little more legible.
#14
Posted 11 December 2009 - 09:21 PM
I assumed that because I could not see Google maps in the market on the phone that I would not be able to get it from anywhere else.
I think the version on the web site is for 1.6 not for 1.5 which I have on this phone.
#15
Posted 11 December 2009 - 09:25 PM
#16
Posted 11 December 2009 - 09:31 PM
ifsckedmyhero, on Dec 11 2009, 22:25, said:
I'm on 2.0 using maps 3.3.1 which i downloaded using the mobile browser after it dissappeared after a ROM update.
#17
Posted 28 December 2009 - 08:00 AM
EDIT: It helped, just installed apk linked above and it works!
This post has been edited by Pitel: 28 December 2009 - 08:41 AM
#18
Posted 28 December 2009 - 10:14 AM
Pitel, on Dec 28 2009, 08:00, said:
EDIT: It helped, just installed apk linked above and it works!
Even easyier you should of just extracted modaco 3 zip file on your desktop and the maps.apk is in there put it on sd card and install.
#19
Posted 28 December 2009 - 11:28 AM
Pitel, on Dec 28 2009, 08:00, said:
EDIT: It helped, just installed apk linked above and it works!
I noticed your post in another thread and think your problem may be that you wiped after flashing the ROM. This would wipe anything in /data, including Google Maps.
Stunshot - Web Hosting and Development » http://www.stunshot.com
#20
Posted 28 December 2009 - 11:35 AM
- ← htc hero gsm wont reboot after installing cyanogenmod 6.1.0
- HTC Hero - Hero.MoDaCo.com
- How to remove the software "WaveSecure " →







