Android @ MoDaCo: Google Maps Download - Android @ MoDaCo

Jump to content

Galaxy Nexus Review
We put the Galaxy Nexus and Ice Cream Sandwich through their paces.

Google Music Launch
Google bring Music out of beta and launch their music store.

MoDaCo Plus / Ad Free
Hate ads? Want cool stuff? Sign up for a MoDaCo Plus / MoDaCo Ad Free account with Online Kitchen access!

Close
Open
Close
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Google Maps Download
-----


#1 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 27 November 2009 - 05:34 PM

Hi guys, after updating to MoDaCo 2.9 ROM I no longer have Google Maps on my phone, I have tried searching for it in the Market but it isn't there, I just can't find where to download it from, can anyone point me in the right direction? Cheers

0

Sponsored Links


#2 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 27 November 2009 - 06:16 PM

Well that's just great, I managed to find a .apk file for Google Maps, I pushed it to my phone but now it won't start, I just get a force close message and now I can't remove it either.

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

0


#3 User is offline   DanH48 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 45
  • Joined: 02-September 09
  • Gender:Male
  • Location:Sussex
  • Devices:HTC Hero

Posted 27 November 2009 - 06:50 PM

View Postsheppy1, on Nov 27 2009, 18:16, said:

Well that's just great, I managed to find a .apk file for Google Maps, I pushed it to my phone but now it won't start, I just get a force close message and now I can't remove it either.

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)


0


#4 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 28 November 2009 - 12:12 AM

View PostDanH48, on Nov 27 2009, 18:50, said:

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


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

0


#5 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 28 November 2009 - 12:22 AM

Never mind, I'm sure I found steps online on how to correctly do this but I receive an error in the command prompt saying that the "Update is incompatible"

0


#6 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 28 November 2009 - 04:53 AM

View Postsheppy1, on Nov 28 2009, 00:22, said:

Never mind, I'm sure I found steps online on how to correctly do this but I receive an error in the command prompt saying that the "Update is incompatible"


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.

0


#7 User is offline   Olatho 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 16
  • Joined: 28-November 09
  • Devices:HTC Hero
  • Twitter:@Olatho

Posted 28 November 2009 - 02:06 PM

View Postsheppy1, on Nov 28 2009, 05:53, 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



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!

0


#8 User is offline   sheppy1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 24-November 09
  • Devices:HTC Hero

Posted 28 November 2009 - 02:50 PM

View PostOlatho, on Nov 28 2009, 14:06, said:

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!


No problemo :D I don't want to take credit for the commands though as I just found them in a thread over at the XDA Developers forum, if I had the link to the thread I would post it and give credit to the person who posted them but I can't find the thread again :(

0


#9 User is offline   pigthemaster 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 01-December 09
  • Devices:hero

Posted 01 December 2009 - 04:27 PM

accidently deleted google maps when partitioning earlier but this is an easy fix just download and unzip the above, copy the .apk to the root of the sd and open with astro file manager from the market. installs and works just fine!

0


#10 User is offline   stevenz 

  • Diehard
  • PipPipPipPip
  • Group: MoDaCo Ad Free
  • Posts: 445
  • Joined: 20-November 09
  • Gender:Male
  • Location:Wellington, New Zealand
  • Interests:Motorcycling
    Tinkering
  • Devices:Galaxy Tab, Galaxy S 2
  • Twitter:@KnightNZ

Posted 01 December 2009 - 08:12 PM

Instead of all those individual commands, you can type;

./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.

Motorcycling watchmaker.
0


#11 User is offline   ifsckedmyhero 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 11-December 09

Posted 11 December 2009 - 07:19 PM

Muck thanks for this, I went through 4 hours of boot loops before I finally got the ModaCo rom working only to find maps was not there. Worked first time pushing it via ADB as I have removed HTC sync from my Hero.

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.

0


#12 User is online   Stea1thmode 

  • One
  • PipPipPip
  • Group: MoDaCo Ad Free
  • Posts: 194
  • Joined: 25-August 09
  • Gender:Male
  • Location:Albert Square
  • Devices:GSII - GNEX -
  • Twitter:@stea1thmode

Posted 11 December 2009 - 08:50 PM

why not go to google on your browser, goto more,then go to even more. Under google mobile select maps

It's not how you start, it's how you finish.
0


#13 User is offline   venturerider 

  • Enthusiast
  • PipPipPip
  • Group: MoDaCo Ad Free
  • Posts: 225
  • Joined: 10-December 09
  • Location:Québec
  • Devices:HTC Hero, Asus Transformer

Posted 11 December 2009 - 09:07 PM

Just a little shell tip:

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.

For every expert there is an equal and opposite expert.
0


#14 User is offline   ifsckedmyhero 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 11-December 09

Posted 11 December 2009 - 09:21 PM

@Stea1thmode

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.

0


#15 User is offline   ifsckedmyhero 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 11-December 09

Posted 11 December 2009 - 09:25 PM

Unless you meant the web based maps app. That was not what I wanted. I wanted the actual app for my phone.

0


#16 User is online   Stea1thmode 

  • One
  • PipPipPip
  • Group: MoDaCo Ad Free
  • Posts: 194
  • Joined: 25-August 09
  • Gender:Male
  • Location:Albert Square
  • Devices:GSII - GNEX -
  • Twitter:@stea1thmode

Posted 11 December 2009 - 09:31 PM

View Postifsckedmyhero, on Dec 11 2009, 22:25, said:

Unless you meant the web based maps app. That was not what I wanted. I wanted the actual app for my phone.


I'm on 2.0 using maps 3.3.1 which i downloaded using the mobile browser after it dissappeared after a ROM update.

It's not how you start, it's how you finish.
0


#17 User is offline   Pitel 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 41
  • Joined: 07-December 09
  • Location:Brno
  • Devices:HTC Hero
  • Twitter:@Pitlik

Posted 28 December 2009 - 08:00 AM

Maps are still mising in MCR 3.0. I hope this thread will help me to get them.

EDIT: It helped, just installed apk linked above and it works!

This post has been edited by Pitel: 28 December 2009 - 08:41 AM

0


#18 User is offline   clarkEEE1 

  • Enthusiast
  • PipPipPip
  • Group: Members
  • Posts: 214
  • Joined: 30-September 09
  • Location:colne
  • Devices:hero

Posted 28 December 2009 - 10:14 AM

View PostPitel, on Dec 28 2009, 08:00, said:

Maps are still mising in MCR 3.0. I hope this thread will help me to get them.

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.

0


#19 User is offline   Dan Mullen 

  • Addict
  • PipPipPipPipPip
  • Group: Members
  • Posts: 506
  • Joined: 08-September 09
  • Gender:Male
  • Location:Durham, UK
  • Interests:Football (Sunderland AFC), snooker, tennis and darts. Also, PS3 games, creating dynamic websites and watching films.
  • Devices:Samsung Galaxy SII, Galaxy Tab
  • Twitter:@danmullen

Posted 28 December 2009 - 11:28 AM

View PostPitel, on Dec 28 2009, 08:00, said:

Maps are still mising in MCR 3.0. I hope this thread will help me to get them.

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.

Dan Mullen » http://www.mullen.org.uk
Stunshot - Web Hosting and Development » http://www.stunshot.com
0


#20 User is offline   Pitel 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 41
  • Joined: 07-December 09
  • Location:Brno
  • Devices:HTC Hero
  • Twitter:@Pitlik

Posted 28 December 2009 - 11:35 AM

View PostDan Mullen, on Dec 28 2009, 12:28, said:

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.

Good point. It's probably it.

0


Sponsored Links

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

MoDaCo is part of the MoDaCo.network, © Paul O'Brien 2002-2012. MoDaCo uses IntelliTxt technology. Privacy Policy / Contact Details.

Skin and Language

Sign in here


Sign in options
Log in with Facebook Log in with Twitter   Go to advanced login Register Now!