How To Remove Brut Maps From OpenDesire v4 ROM   September 1st, 2010

OpenDesire v4 comes bundled with Brut Maps, a change from previous versions which instead came with the genuine Google Maps app.

For those who are not sure exactly what the difference is, it’s actually quite simple; the official Google Maps app is only fully featured if you live in certain countries such as the UK or US.  Elsewhere certain features will not be available the most notable being navigation.  Aside from this, there are other more subtle difference too including alleged performance increases but personally having tried both, I haven’t seen any real difference in day to day use.  The full feature set of Brut Maps is as follows:

  • Worldwide navigation using Google Maps directions
  • Map tiles caching on microSD card
  • Force-enabled multi-touch
  • Force enabled Google Buzz feature
  • Fix for map shift issue in China
  • Option to hide zoom buttons
  • Installation on non-rooted devices supported
  • Can be run alongside genuine Google Maps

I do understand why this was included in the OpenDesire ROM but as I live in the UK and all the features of the genuine Google Maps app work, it’s not necessary and I’d rather have the genuine app instead; even more so as Brut Maps use the existing Google icon set but overlay a rather unsightly “Brut” logo on top, it’s really not a very well thought out icon.  I also think that unless you have a good reason not to (i.e. you need Brut Maps as you live in a country where Google Maps doesn’t fully work), it’s good to try and use as much of the original code as possible to ensure minimising FCs and other issues.

Thankfully removing Brut Maps and restoring the original Google Maps is a simple process (assuming you have adb correctly installed on your pc including the correct adb driver for your Desire, which if you have followed my previous guides you will have):

  • Connect your Desire to your pc
  • Open a command prompt and navigate to the /tools folder within the sdk by typing:
    cd [then press Enter]
    cd AndroidSDKtools [then press Enter]
  • Check your device is correctly connected by next typing:
    adb devices [then press Enter]
    if you device shows up correctly, then you’re good to go on to the next step
  • Type the following:
    adb reboot recovery [then press Enter]
    once your desire and rebooted and is in recovery type the following:
    adb shell mount /system [then press Enter]
    adb shell rm /system/app/Maps.apk [then press Enter]
    adb shell unmount /system [then press Enter]
    adb reboot [then press Enter]
  • Your Desire will now reboot and you can disconnect it from your pc
  • Once your Desire is back up, simply go to the market and you will now be able to download the genuine Google Maps

Needless to say you can also use this method to remove other apps too, just substitute the .apk you want to remove in the steps above.




    Tags: , , ,
    This entry was posted on Wednesday, September 1st, 2010 at 12:09 pm and is filed under Android OS, Blah, Google, Technology Related. You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site.

    2 Responses

    September 1st, 2010 at 12:25 pm
    Tweets that mention How To Remove Brut Maps From OpenDesire v4 ROM… | Mike Southby -- Topsy.com Says:

    [...] This post was mentioned on Twitter by Mike Southby, Mike Southby. Mike Southby said: Blog post: How To Remove Brut Maps From OpenDesire v4 ROM… http://bit.ly/ctDM8J #htc #desire# opendesire #brutmaps [...]

    Leave a Reply