[APPMOD][07.11.10] Brut Google Maps 4.6.0.4686-brut17

Search This thread

Brut.all

Inactive Recognized Developer
Jul 27, 2009
1,471
353
Features:

  • worldwide navigation using Google Maps Directions
  • map tiles caching on SD card
  • force-enable MT. If you're on Eclair or some custom Donut and don't have multitouch zooming, then maybe this will enable it.
  • force-enable Buzz feature
  • fix for map shift issue in China
  • option to hide zoom buttons
  • installable on non-rooted devices
  • could be installed beside original app

Credits:

  • canadiancow for starting a brainstorm; an idea to use maps directions as backend for navigation; great Nav Launcher app; helping and support
  • TAPP for enabling "Navigate" button; first version for non-rooters
  • acamar for his research on map shift issue in China
  • many, many people for testing it, complaining ;-), helping others, etc.
  • Google for making this great app and service and for not sending C&D to me so far ;-)

Download:

maps4.6.0.4686-brut.apk
md5sum: 456b3fe71f74bb8b76a443be4075473c

maps4.6.0.4686-brut-renamed.apk - probably not usable - random ANRs
md5sum: a378ce5d9ddd07c489d129e972a5c2bd

maps4.6.0.4686-brut-renamed-tagged.apk - probably not usable - random ANRs
md5sum: 1bf581213c77fe2e3aa9fa1b7001d01b

Variants:

This mod consists of many independent changes and some of them may be good or bad for some people. Unfortunately not all changes could be configured at runtime, so we need several apk files to let people choose what they want.

There are 3 packs of changes:

  • -brut - it's a BrutMod itself: international navi, map caching, etc. All of these changes are configurable at runtime.
  • -renamed - Android package name was changed from original com.google.android.apps.maps to brut.googlemaps . See "Package name changing" below if you don't know, what this means.
  • -tagged - all icons in the launcher, widgets, etc. were tagged with red "BRUT" sign, all icon names were suffixed with "[brut]". It's to distinguish modded and original GM if you have installed both.

Then we could create several variants of this mod with different combinations of changes, but fortunately only 3 of them actually make sense: -brut, -brut-renamed and -brut-renamed-tagged.

Note: I know this may be confusing for some people, who get used to brut.googlemaps as normal package name for this mod and com.google.android.apps.maps as "stockified" modification of it. You should take into account that starting point is original GM with original package name, so com.google.android.apps.maps is actually "normal" and brut.googlemaps is modded/renamed one.

Installation:

For -renamed variants: just download & install. For others: see section below.

Package name changing:

Generally it means that modded app is identified by Android OS as totally different app, not connected to Google Maps at all. There are several consequences:

  • Android forbids to install same app twice. If you want to install modded app, you have to uninstall original one first. -renamed variant is detected as different app, so you could install it normally and then you will have installed both original and modded app.
  • It's much worse if you want to replace system app - and Google Maps is a system app on many devices. You can't uninstall system apps just like that, cause they're write-protected. You need root and probably some hacking, so if you had Google Maps preinstalled on your device and don't have a root or don't want to hack, then use one of -renamed variants.
  • Some apps call GM by name and if you have -renamed variant, then they can't find modded GM, cause it's detected as different app. People have such problems with Car Dock, Street View and few others.

Maps cache - formats:

BrutMod natively supports two formats for stored tiles: Andnav format and BrutMod old, which is kept for backward compatibility and will be eventually removed. You could also set custom path to stored tiles if you want to use different format.

If you have cached tiles from other maps/navigation app and they're stored in "one tile, one file" format, then you should be able to use them with BrutMod. You have to choose custom database format and set path to tiles. Path can contain variables - currently supported are:

  • (Z) - zoom level
  • (Y) - Y id of a tile
  • (X) - X id of a tile

So for example custom path for AndNav format would be: (Z)/(X)/(Y).png.andnav . If you would set something like: (Z)-(X)-(Y).png , then all tiles would be stored in one directory. Be cautions when setting a path: it's very simple and not very smart algorithm - if you would do something wrong, for example don't close bracket, then BrutMod will read/write everything from/to special "ERR" file.

Maps cache - zip support:

Having thousands of files isn't good for a filesystem. Usually they use more of space than they should - sometimes A LOT more. BrutMod supports tiles zipped into one file and format is identical as for normal files.

For example: we use AndNav format and we have /sdcard/brut.googlemaps/tiles/map-en_US-andnav directory. Inside of it we have "13" and "14" subdirectories. We could zip these subdirs into a zip file, so they will be in the root (right after opening a zip file you will see "13" and "14" dirs) and place it to: /sdcard/brut.googlemaps/tiles/map-en_US-andnav.zip . Then you could remove original "13" and "14" dirs and tiles will be read from a zip file.

If you have "Save map to cache" option enabled, then you could compact all saved tiles from time to time. Just open zip file and add all loose tiles to it. Then remove tiles. Maybe someday I will add automatic compactor to BrutMod.

Maps cache - downloading maps:

There are several downloaders available, I recommend Mobile Atlas Creator. Open it, select some area and zoom levels, click "Add selection" button, choose "AndNav atlas format", click "Create atlas" and wait. Then open directory with atlases, open your new atlas ("Unnamed atlas_<date>"), open "Google Maps" dir (or something else, if you didn't download Google's map) and you should see directories "0" - "19" - depending on which zoom levels you have chosen. Copy these directories to e.g. /sdcard/brut.googlemaps/tiles/map-en_US-andnav/ dir or zip them all and copy to /sdcard/brut.googlemaps/tiles/map-en_US-andnav.zip . If you have zip file already, then you could add new files to archive or do a unzip, copy, zip combo.

And one more advice related to maps cache. If you have any problems with creating custom tile path, zipping or pushing predownloaded tiles, then enable "Debug mode" in BrutMod menu and look into logcat. There you will see where BrutMod looks for files and why it can't find them.

FAQ:

Q: Phone reboots when I try to reinstall maps.
A: Uninstall it and then install. It's Android issue, may occur even when updating original Maps from Market.

Q: When navigating directions are in English, but I set different locale.
A: They are forced to "en_US" to guess turn symbols from them. You could disable this feature in BrutMod menu, but you will lost turn symbols.

Q: Feature X doesn't work!
A: Did you enabled it in Menu -> More -> Brut Mod?

Q: Could you add feature X?
A: Just ask in this thread, but you should take into account that I'm not an author of this app, but a modder. I work mainly on features, that Google probably won't add for some reasons: licensing concerns (int navi), non-standard ROM support (MT), "whole world is online" assumption (maps caching), etc. GM is rapidly developing, so if you have e.g. some UI suggestions, you should ask Google about them. I could work on some of these, but they have low priority.

Q: Car Dock, Google Voice Search or other app always use original Google Maps - it doesn't ask me about your mod. What can I do?
A: See "Package name changing" above.

Q: Multitouch still doesn't work even if I enabled it in BrutMod menu.
A: As description says, it may work, but may not. There are plenty of custom roms, each has different bits and sometimes GM disables MT even if it could use it normally. My mod could force it to enable, but it won't add MT support.

Q: What is "Unlock hidden features" option?
A: There are features that are hidden for some reason: they aren't finished yet, are for debugging, etc. If feature does not give you something really useful, but is for curiosity and maybe some fun, it will be controllable through this option. For now there are:

  • navi: menu->Switch to Walking/Driving - seems working fine, don't know, why they are hidden.
  • navi: menu->Report a Problem - doesn't work for me, but it is location related, so maybe works for someone else. When I was migrating to 4.2.0, I saw many new resources related to this feature. Will be quite good feature, when it will be finally enabled.
  • navi menu->Settings - for now it's nearly empty, has one option related to above "report a problem" feature
  • navi: Enable/Disable mock location - quite funny and really, really useful for me. There would be no voice fix, if I would not find it :)

Q: How does navigation hack work? Could you hack Google Voice and other services to work outside of USA as well?
A: No, I can't. Generally it's not possible to bypass security of most server-side services, because their owners have full control over a situation. GMM navigation is an exception of this rule, cause of Google Directions. GD is some kind of navigation service, only limited. It uses exactly same data as navi and uses it in similar way. So why Google has created two navigation services: one full and one limited if both are for free? Because of licenses which G has signed with map providers - Google can't use map data for "real-time, turn-by-turn navigation", but they can for just "directions". This is why GD is available worldwide, but navi in supported places only.

I have modded GMM, so each time it wants to ask servers about navigation route from A to B, it actually asks about Google Directions between these points. GMM gets GD response which is missing a lot of data required by navigation, e.g. turn symbols, voice, etc. Then I try to somehow guess and add these missing things, so response will be as much as possible similar to real navi response.

Pretty smart, huh? Thanks @canadiancow for this wonderful idea :)

Q: You didn't answer my question/help request.
A: Usually I totally ignore people, who ignore me. I spend time to make all necessary info, instructions and answers easily findable - in first post. If you ask about something, that was answered there, I will probably ignore you. If you are lucky, someone else will answer you.

TODO:

  • navi: map caching
  • navi: routes caching
  • navi: "continue on turn left on" issue
  • navi: turn symbols without forcing locale
  • navi: automatically use normal navi when available
  • navi: guess ramp direction
  • MT on custom Donuts using backported Eclair bits.
  • MT on stock Donuts through Luke Hutchinson's lib

Limits (issues that we know of, but are impossible or very hard to fix, so they aren't on TODO):

  • navi: too long directions in top bar

Changelog:

brut17 (07.11.10)
  • updated GM to version 4.6.0.4686
  • from now GM is released in 3 variants: -brut, -brut-renamed and -brut-renamed-tagged
  • added an option to choose map cache format - AndNav is a default, but old one is also supported
  • added support for zipped map cache
  • app directory is always /sdcard/brut.googlemaps - it does not depend on package name
  • readded es_MX language
  • removed Vector map test
  • fixed some ContextNotSet warnings

brut16 (09.08.10)
  • fixed "Data exceeds UNCOMPRESS_DATA_MAX" issue
  • removed es_MX language - es is used instead (caused by above issue)

brut15 (07.08.10)
  • does not work for many ROMs - "Data exceeds UNCOMPRESS_DATA_MAX" issue
  • updated GM to version 4.4.0.4414

brut14 (24.06.10)
  • updated GM to version 4.3.0.4305
  • added vector maps test
  • added BrutMod menu to navigation app
  • tagged gohome icon, Latitude widget and shortcut
  • fixed ContextNotSet issue

brut13 (19.05.10)
  • navi: fixed voice feature!
  • added "Unlock hidden features" option (see Q/A section)
  • added "I'm in USA" option

brut12 (18.05.10)
  • added fix for map shift issue in China - many thanks to acamar :)
  • added option to force enable Buzz feature
  • TurnUtil: Added "* turns slightly *" support

brut11 (12.05.10)
  • Google Maps updated to 4.2.0.4210
  • unlocked DestinationActivity when int navi is enabled
  • fixed "disabled MT" bug

brut10 (08.05.10)
  • added simple map caching feature! For now it's some kind of demo (but usable), will be more featureful soon.
  • readded multitouch force-enable feature
  • reworked Brut Mod screen: added some credits, link to XDA, categorized preferences
  • navi: added turn symbol for merges
  • fixed force locale bug
  • fixed some exceptions right after navigation start

brut9 (05.05.10)
  • added option to force locale in navi requests to en_US, so turn symbols will work
  • added option to hide zoom buttons
  • international navigation is now enabled by default

brut8 (04.05.10)
  • navi: fixed turn symbols feature - I've screwed it up right before brut7 release

brut7 (04.05.10)
  • navi: added "street names" in top bar
  • navi: added turn symbols (for now you must set "en" locale to use it)
  • added possibility to use hacked or normal navigation - you can choose this from menu (and int navi is disabled by default - if you're updating and want to use it, then remember to enable it)
  • reverted MT mods for now
  • based on GM4.1.1
  • seems more bug free to me

rev6 (04.03)
  • mod version included in app versionName (4.0.0-brut6)
  • added "[brut]" postfix to Add -> Shortcuts -> Directions & Navigation
  • fixed navi shortcut bug
  • fixed directions to contact bug

rev5 (01.03)
Minor update, but great from technical point of view:
  • repackaged all resources
  • changed app name and icon to distinguish it from original maps
  • changed package name to brut.googlemaps

rev4 (10.02):
  • now MT depends on existence of MT framework, not on Android version, so it will be enabled for 2.0 and 1.6 with backported MT bits, but app will work on stock 1.6 too (without MT)
 
Last edited:

Neejay

Senior Member
Jul 29, 2009
1,016
148
Atlanta, GA
Not sure if it matters, but I also encountered the exact same bugs that canadiancow encountered. Just to confirm his findings.
 

elzee

Senior Member
Jul 6, 2009
144
3
Sydney
Some reason I can't download this. Is there another link?
all I get is 12kb ??

Seems it wouldn't download via the Nexus One .. got home and tried it again on my Desktop with success .. go figure!
All good .. maps working again including Buzzzzzz!! Zzz!! Zzz!! lol! ;)
 
Last edited:

SilentTweak

Senior Member
Oct 5, 2009
262
4
Buzz is awesome on this! Using CM 4.2.14.1 HTC Dream.

Layers > Buzz

One weird thing though, I used:
adb push Maps.apk /system/apps/Maps.apk

And it pushed fine, but now the Market sees Maps as not being installed. Which is perfectly fine, since now it won't bug me to update it. Just saying. It's really a non-issue, since the Maps 4.0.0 works great! Thanks!
 

neok44

Senior Member
May 19, 2009
1,557
162
Florida
this looks like a good start, but the other ones were much better. No ADP and no glitches.

I rather just flash it and not have everything working.

Good start though.
 
  • Like
Reactions: thrt

zoltan.fekete

Member
Dec 23, 2009
32
3
Runing on latest CM.

Great work for the maps, it just works. Done everything with ADB as described.

Problem: The My Tracks and My Maps Editor apps are force closing on startup now. Any soltuion? I tried even uninstalling this 4.0 version and puting back the maps from the DRC83_base_defanged.zip, but did not help.
 

stefanero313

Senior Member
Jan 23, 2010
190
12
I really like this app and works well for me appart the known bugs.

do you see any way to fix them? especially the voice guidance? is this due to the proxy solution?
 

scootley

Senior Member
Nov 10, 2008
60
18
Problem: The My Tracks and My Maps Editor apps are force closing on startup now. Any soltuion? I tried even uninstalling this 4.0 version and puting back the maps from the DRC83_base_defanged.zip, but did not help.

This might have something to do with the command below. As written, it will find and delete not only Maps, but also the My Maps Editor:

Code:
C:\>adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apk
/data/dalvik-cache/data@app@com.google.android.apps.maps.apk@classes.dex
[COLOR="Red"][B]/data/dalvik-cache/data@app@com.google.android.apps.mymaps.apk@classes.dex[/B][/COLOR]
/data/app/com.google.android.apps.maps.apk
[B][COLOR="red"]/data/app/com.google.android.apps.mymaps.apk[/COLOR][/B]

Code:
adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apk \| xargs rm
 

zoltan.fekete

Member
Dec 23, 2009
32
3
For peaople who are runing CM or other Mods based on google development ROMs, I find a solution how to restore the broken functionality of the applications that use google maps framework (e.g. My Track, My Maps Editor, etc.)

This will restore the original Google Maps. You can update it latter from the Market (for me it finds no updates). After this, you can use the bruts.all stand alone (alternative) version to get the full navigation and other stuff (maps 4.0) without messing up the framework file that other apps use for maps display and manipulation.

First go here and download this: DCR83_base_defanged.zip
(I'can post URLs, find you base image, for Magic 32A it is named DRC83_base_defanged.zip, for othe take a look at the CM wiki)

Connect your phone to the PC, enable debugging and make sure the ADB is working.

Uninstall the current Google Maps (hacked or stock whatever) by using this:
Code:
adb remount
adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apk \| xargs rm
adb uninstall com.google.android.apps.maps

(for me this xargs rm is not working. I use only the find command, then delete one file at time by using RM)

Now extract from the DRC83_base_defanged.zip, the system\app\com.google.maps.apk to c:\com.google.maps.apk

Use ADB to install:
Code:
adb install c:\com.google.maps.apk

Then extract from the DRC83_base_defanged.zip , the System/Framework/com.google.android.maps.jar, to c:\com.google.android.maps.jar

Then run these commands:

Code:
adb remount
adb push c:\com.google.android.maps.zip /system/framework/com.google.android.maps.jar

REBOOT THE PHONE

After this, install the maps4.0.0-brut4-alt.apk (alt) maps, and you will have best of the both worlds, e.g. Old Google Maps (3.1) working, all applications that use google map working, and the new Google Maps (Name: Maps) working, with navigation and stuff. Bravo for Brut and other people who made it happen!
 
Last edited:

Brut.all

Inactive Recognized Developer
Jul 27, 2009
1,471
353
@Neejay, @neok44: the most of google maps floating here around were built by me or were rebuilt from my version, so it isn't a "good start" ;-) and it naturally shares bugs with other versions.

About update.zip: hmm... I try to avoid creating 50 different versions. Now I have 2 versions, if I allow to choose modded or normal navi, then I will have 4. Apk or update.zip? - 8 different files. With or without zoom buttons? - 16.

"alt" version is a must, cause changes are in AndroidManifest.xml, so it isn't possible to change it after built. In last revision (rev4) I have saved my ass from version for Eclairs and Donutters, cause previous maps with MT was force-closing on stock Donut.

I will always try to find alternative to creating masses of subversions with different installation instructions and there actually is alternative to update.zip - very useful app Nav Launcher, which will do everything for you. I will add something about it to first post and try to cooperate with canadiancow, so Nav Launcher will install newest version right after I will release it.

Problem: The My Tracks and My Maps Editor apps are force closing on startup now. Any soltuion? I tried even uninstalling this 4.0 version and puting back the maps from the DRC83_base_defanged.zip, but did not help.

It is known from 3.4.0 version of maps and as far as I know these problems occurs on original maps too :-/

@Brut.all, would you mind please adding MD5 sums to your first post?

Yes, thanks for reminder.

This might have something to do with the command below. As written, it will find and delete not only Maps, but also the My Maps Editor:

I have copied commands from someone's else thread, but you're right: it will remove MME too. I will try to fix it.
 
  • Like
Reactions: Sharvil Birodkar

zoltan.fekete

Member
Dec 23, 2009
32
3
It is known from 3.4.0 version of maps and as far as I know these problems occurs on original maps too :-/

Could be, but I can't live without these aps :)

Anyway, using the instructions I written above, it is possible to restore the framework and maps apk to the stock version (for me it is 3.1.2), and use everything normaly, and also to install your ALT version of the maps 4.0 with ruting, navigation and other stuff. I can't wish for more, live is beautiful ;)
 

scootley

Senior Member
Nov 10, 2008
60
18
Problem: The My Tracks and My Maps Editor apps are force closing on startup now. Any soltuion? I tried even uninstalling this 4.0 version and puting back the maps from the DRC83_base_defanged.zip, but did not help.

For peaople who are runing CM or other Mods based on google development ROMs, I find a solution how to restore the broken functionality of the applications that use google maps framework (e.g. My Track, My Maps Editor, etc.)

It is known from 3.4.0 version of maps and as far as I know these problems occurs on original maps too :-/

Anyway, using the instructions I written above, it is possible to restore the framework and maps apk to the stock version (for me it is 3.1.2), and use everything normaly, and also to install your ALT version of the maps 4.0 with ruting, navigation and other stuff. I can't wish for more, live is beautiful ;)

I never had this problem. I had "My Maps Editor" and "My Tracks" (both by Google) installed, followed Brut.all's instructions (the root apk, not the alt) with one exception (below), and those 2 apps continue to work fine. Of course, Brut.all's Maps works too.

The only thing I did differently was to avoid inadvertently removing the apks and dalvik cache's for either of the 2 apps, which are:
/data/app/com.google.android.apps.mymaps.apk
/data/app/com.google.android.maps.mytracks.apk
/data/dalvik-cache/data@app@com.google.android.apps.mymaps.apk@classes.dex
/data/dalvik-cache/data@app@com.google.android.maps.mytracks.apk@classes.dex

None of this process ever involves /system/framework/com.google.android.maps.jar
 
Last edited:

woSaa

Senior Member
Jun 2, 2009
109
26
Frankfurt am Main
Google Maps Installer

Google Maps v4.0.0 #4046 ADB Installer
Install Code by me & Google Maps Mod by Brut.all


Info:
Update Code 11/02/2010: Fix "Remove Old Maps Data", you can use now on My Track & My Maps Editor. ( thanks to scootley )


Testet on:
CM 4.2.x
Super-D 1.7 - 1.9.x
where it still works?...give me feed back!

HowTo:
  1. Connect Device on Windows PC
  2. Download my Installer & Extract it
  3. Start Install.bat
  4. wait moment... Finish :)

Have phun :D

Brut4_Maps4.0.0_Installer.zip
MD5: F92BE4EC05CEB27E70147B7402EB00FF


ADB_TREIBER_x86_x64_v08.11.2009.zip
MD5: 065F32B32E32C6B853D269F39CB85CC6
 

Attachments

  • Brut4_Maps4.0.0_Installer.zip
    3.1 MB · Views: 541
  • ADB_TREIBER_x86_x64_v08.11.2009.zip
    6.1 MB · Views: 312
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 17

    Ok, I did a little bit of research and it turns out you get 1 point for every reply you make on that forum and it takes 1 point for every download you make. So I just made 2 replies to the forum and voila I was able to download both versions.
    11
    Features:

    • worldwide navigation using Google Maps Directions
    • map tiles caching on SD card
    • force-enable MT. If you're on Eclair or some custom Donut and don't have multitouch zooming, then maybe this will enable it.
    • force-enable Buzz feature
    • fix for map shift issue in China
    • option to hide zoom buttons
    • installable on non-rooted devices
    • could be installed beside original app

    Credits:

    • canadiancow for starting a brainstorm; an idea to use maps directions as backend for navigation; great Nav Launcher app; helping and support
    • TAPP for enabling "Navigate" button; first version for non-rooters
    • acamar for his research on map shift issue in China
    • many, many people for testing it, complaining ;-), helping others, etc.
    • Google for making this great app and service and for not sending C&D to me so far ;-)

    Download:

    maps4.6.0.4686-brut.apk
    md5sum: 456b3fe71f74bb8b76a443be4075473c

    maps4.6.0.4686-brut-renamed.apk - probably not usable - random ANRs
    md5sum: a378ce5d9ddd07c489d129e972a5c2bd

    maps4.6.0.4686-brut-renamed-tagged.apk - probably not usable - random ANRs
    md5sum: 1bf581213c77fe2e3aa9fa1b7001d01b

    Variants:

    This mod consists of many independent changes and some of them may be good or bad for some people. Unfortunately not all changes could be configured at runtime, so we need several apk files to let people choose what they want.

    There are 3 packs of changes:

    • -brut - it's a BrutMod itself: international navi, map caching, etc. All of these changes are configurable at runtime.
    • -renamed - Android package name was changed from original com.google.android.apps.maps to brut.googlemaps . See "Package name changing" below if you don't know, what this means.
    • -tagged - all icons in the launcher, widgets, etc. were tagged with red "BRUT" sign, all icon names were suffixed with "[brut]". It's to distinguish modded and original GM if you have installed both.

    Then we could create several variants of this mod with different combinations of changes, but fortunately only 3 of them actually make sense: -brut, -brut-renamed and -brut-renamed-tagged.

    Note: I know this may be confusing for some people, who get used to brut.googlemaps as normal package name for this mod and com.google.android.apps.maps as "stockified" modification of it. You should take into account that starting point is original GM with original package name, so com.google.android.apps.maps is actually "normal" and brut.googlemaps is modded/renamed one.

    Installation:

    For -renamed variants: just download & install. For others: see section below.

    Package name changing:

    Generally it means that modded app is identified by Android OS as totally different app, not connected to Google Maps at all. There are several consequences:

    • Android forbids to install same app twice. If you want to install modded app, you have to uninstall original one first. -renamed variant is detected as different app, so you could install it normally and then you will have installed both original and modded app.
    • It's much worse if you want to replace system app - and Google Maps is a system app on many devices. You can't uninstall system apps just like that, cause they're write-protected. You need root and probably some hacking, so if you had Google Maps preinstalled on your device and don't have a root or don't want to hack, then use one of -renamed variants.
    • Some apps call GM by name and if you have -renamed variant, then they can't find modded GM, cause it's detected as different app. People have such problems with Car Dock, Street View and few others.

    Maps cache - formats:

    BrutMod natively supports two formats for stored tiles: Andnav format and BrutMod old, which is kept for backward compatibility and will be eventually removed. You could also set custom path to stored tiles if you want to use different format.

    If you have cached tiles from other maps/navigation app and they're stored in "one tile, one file" format, then you should be able to use them with BrutMod. You have to choose custom database format and set path to tiles. Path can contain variables - currently supported are:

    • (Z) - zoom level
    • (Y) - Y id of a tile
    • (X) - X id of a tile

    So for example custom path for AndNav format would be: (Z)/(X)/(Y).png.andnav . If you would set something like: (Z)-(X)-(Y).png , then all tiles would be stored in one directory. Be cautions when setting a path: it's very simple and not very smart algorithm - if you would do something wrong, for example don't close bracket, then BrutMod will read/write everything from/to special "ERR" file.

    Maps cache - zip support:

    Having thousands of files isn't good for a filesystem. Usually they use more of space than they should - sometimes A LOT more. BrutMod supports tiles zipped into one file and format is identical as for normal files.

    For example: we use AndNav format and we have /sdcard/brut.googlemaps/tiles/map-en_US-andnav directory. Inside of it we have "13" and "14" subdirectories. We could zip these subdirs into a zip file, so they will be in the root (right after opening a zip file you will see "13" and "14" dirs) and place it to: /sdcard/brut.googlemaps/tiles/map-en_US-andnav.zip . Then you could remove original "13" and "14" dirs and tiles will be read from a zip file.

    If you have "Save map to cache" option enabled, then you could compact all saved tiles from time to time. Just open zip file and add all loose tiles to it. Then remove tiles. Maybe someday I will add automatic compactor to BrutMod.

    Maps cache - downloading maps:

    There are several downloaders available, I recommend Mobile Atlas Creator. Open it, select some area and zoom levels, click "Add selection" button, choose "AndNav atlas format", click "Create atlas" and wait. Then open directory with atlases, open your new atlas ("Unnamed atlas_<date>"), open "Google Maps" dir (or something else, if you didn't download Google's map) and you should see directories "0" - "19" - depending on which zoom levels you have chosen. Copy these directories to e.g. /sdcard/brut.googlemaps/tiles/map-en_US-andnav/ dir or zip them all and copy to /sdcard/brut.googlemaps/tiles/map-en_US-andnav.zip . If you have zip file already, then you could add new files to archive or do a unzip, copy, zip combo.

    And one more advice related to maps cache. If you have any problems with creating custom tile path, zipping or pushing predownloaded tiles, then enable "Debug mode" in BrutMod menu and look into logcat. There you will see where BrutMod looks for files and why it can't find them.

    FAQ:

    Q: Phone reboots when I try to reinstall maps.
    A: Uninstall it and then install. It's Android issue, may occur even when updating original Maps from Market.

    Q: When navigating directions are in English, but I set different locale.
    A: They are forced to "en_US" to guess turn symbols from them. You could disable this feature in BrutMod menu, but you will lost turn symbols.

    Q: Feature X doesn't work!
    A: Did you enabled it in Menu -> More -> Brut Mod?

    Q: Could you add feature X?
    A: Just ask in this thread, but you should take into account that I'm not an author of this app, but a modder. I work mainly on features, that Google probably won't add for some reasons: licensing concerns (int navi), non-standard ROM support (MT), "whole world is online" assumption (maps caching), etc. GM is rapidly developing, so if you have e.g. some UI suggestions, you should ask Google about them. I could work on some of these, but they have low priority.

    Q: Car Dock, Google Voice Search or other app always use original Google Maps - it doesn't ask me about your mod. What can I do?
    A: See "Package name changing" above.

    Q: Multitouch still doesn't work even if I enabled it in BrutMod menu.
    A: As description says, it may work, but may not. There are plenty of custom roms, each has different bits and sometimes GM disables MT even if it could use it normally. My mod could force it to enable, but it won't add MT support.

    Q: What is "Unlock hidden features" option?
    A: There are features that are hidden for some reason: they aren't finished yet, are for debugging, etc. If feature does not give you something really useful, but is for curiosity and maybe some fun, it will be controllable through this option. For now there are:

    • navi: menu->Switch to Walking/Driving - seems working fine, don't know, why they are hidden.
    • navi: menu->Report a Problem - doesn't work for me, but it is location related, so maybe works for someone else. When I was migrating to 4.2.0, I saw many new resources related to this feature. Will be quite good feature, when it will be finally enabled.
    • navi menu->Settings - for now it's nearly empty, has one option related to above "report a problem" feature
    • navi: Enable/Disable mock location - quite funny and really, really useful for me. There would be no voice fix, if I would not find it :)

    Q: How does navigation hack work? Could you hack Google Voice and other services to work outside of USA as well?
    A: No, I can't. Generally it's not possible to bypass security of most server-side services, because their owners have full control over a situation. GMM navigation is an exception of this rule, cause of Google Directions. GD is some kind of navigation service, only limited. It uses exactly same data as navi and uses it in similar way. So why Google has created two navigation services: one full and one limited if both are for free? Because of licenses which G has signed with map providers - Google can't use map data for "real-time, turn-by-turn navigation", but they can for just "directions". This is why GD is available worldwide, but navi in supported places only.

    I have modded GMM, so each time it wants to ask servers about navigation route from A to B, it actually asks about Google Directions between these points. GMM gets GD response which is missing a lot of data required by navigation, e.g. turn symbols, voice, etc. Then I try to somehow guess and add these missing things, so response will be as much as possible similar to real navi response.

    Pretty smart, huh? Thanks @canadiancow for this wonderful idea :)

    Q: You didn't answer my question/help request.
    A: Usually I totally ignore people, who ignore me. I spend time to make all necessary info, instructions and answers easily findable - in first post. If you ask about something, that was answered there, I will probably ignore you. If you are lucky, someone else will answer you.

    TODO:

    • navi: map caching
    • navi: routes caching
    • navi: "continue on turn left on" issue
    • navi: turn symbols without forcing locale
    • navi: automatically use normal navi when available
    • navi: guess ramp direction
    • MT on custom Donuts using backported Eclair bits.
    • MT on stock Donuts through Luke Hutchinson's lib

    Limits (issues that we know of, but are impossible or very hard to fix, so they aren't on TODO):

    • navi: too long directions in top bar

    Changelog:

    brut17 (07.11.10)
    • updated GM to version 4.6.0.4686
    • from now GM is released in 3 variants: -brut, -brut-renamed and -brut-renamed-tagged
    • added an option to choose map cache format - AndNav is a default, but old one is also supported
    • added support for zipped map cache
    • app directory is always /sdcard/brut.googlemaps - it does not depend on package name
    • readded es_MX language
    • removed Vector map test
    • fixed some ContextNotSet warnings

    brut16 (09.08.10)
    • fixed "Data exceeds UNCOMPRESS_DATA_MAX" issue
    • removed es_MX language - es is used instead (caused by above issue)

    brut15 (07.08.10)
    • does not work for many ROMs - "Data exceeds UNCOMPRESS_DATA_MAX" issue
    • updated GM to version 4.4.0.4414

    brut14 (24.06.10)
    • updated GM to version 4.3.0.4305
    • added vector maps test
    • added BrutMod menu to navigation app
    • tagged gohome icon, Latitude widget and shortcut
    • fixed ContextNotSet issue

    brut13 (19.05.10)
    • navi: fixed voice feature!
    • added "Unlock hidden features" option (see Q/A section)
    • added "I'm in USA" option

    brut12 (18.05.10)
    • added fix for map shift issue in China - many thanks to acamar :)
    • added option to force enable Buzz feature
    • TurnUtil: Added "* turns slightly *" support

    brut11 (12.05.10)
    • Google Maps updated to 4.2.0.4210
    • unlocked DestinationActivity when int navi is enabled
    • fixed "disabled MT" bug

    brut10 (08.05.10)
    • added simple map caching feature! For now it's some kind of demo (but usable), will be more featureful soon.
    • readded multitouch force-enable feature
    • reworked Brut Mod screen: added some credits, link to XDA, categorized preferences
    • navi: added turn symbol for merges
    • fixed force locale bug
    • fixed some exceptions right after navigation start

    brut9 (05.05.10)
    • added option to force locale in navi requests to en_US, so turn symbols will work
    • added option to hide zoom buttons
    • international navigation is now enabled by default

    brut8 (04.05.10)
    • navi: fixed turn symbols feature - I've screwed it up right before brut7 release

    brut7 (04.05.10)
    • navi: added "street names" in top bar
    • navi: added turn symbols (for now you must set "en" locale to use it)
    • added possibility to use hacked or normal navigation - you can choose this from menu (and int navi is disabled by default - if you're updating and want to use it, then remember to enable it)
    • reverted MT mods for now
    • based on GM4.1.1
    • seems more bug free to me

    rev6 (04.03)
    • mod version included in app versionName (4.0.0-brut6)
    • added "[brut]" postfix to Add -> Shortcuts -> Directions & Navigation
    • fixed navi shortcut bug
    • fixed directions to contact bug

    rev5 (01.03)
    Minor update, but great from technical point of view:
    • repackaged all resources
    • changed app name and icon to distinguish it from original maps
    • changed package name to brut.googlemaps

    rev4 (10.02):
    • now MT depends on existence of MT framework, not on Android version, so it will be enabled for 2.0 and 1.6 with backported MT bits, but app will work on stock 1.6 too (without MT)
    11
    ownhere's mod of 5.2.0 is already online, but I can't download it from that chinese forum. It seems I don't have enough "forum currency" to be able to download...
    http://bbs.gfan.com/viewthread.php?tid=627527

    Can anyone else find that version and publish here?

    There you go.
    3
    1. Install gm5 from wherever
    2. install brut 4.6 tagged , the one that show brut on the icons. They both work 2gether
    3.1st run will get stuck, wait or fc
    4. open again, Ayobaness all the way.
    5. Navigation only with 4.6

    Sent from my HTC Desire using Tapatalk