If you live outside the supported countries for Navigation (at the time of writing, it is only supported in the USA and UK), you will need Brut.all's modified version of Google Maps. It can be found at http://forum.xda-developers.com/showthread.php?t=630887
Edit:
These steps are no longer necessary. Nav Launcher now lets you specify which version of Maps you want to use, and if you don't have it (or don't have the latest in the case of the modified version), it will prompt you to install it. No more shell commands. No more ADB. No more hassle. If you ever switch from official to modified or modified to official (which is easy to do), Nav Launcher will check to make sure you have that version of Maps installed, and if not, it will help you get it.
Original Post:
Before Nav Launcher is of any use to you, Navigation must work. Here are some instructions on getting Navigation working.
If you are in the USA, and have no plans to use Navigation outside the USA, then download Google Maps from the Market. The modified version works around the world, but it has reduced functionality.
If you uninstall the current Google Maps application, then just open Nav Launcher, and select the "Navigate" button. It will automatically install the modified version of Google Maps 4.0.0 for you.
To manually install the modified version, follow these instructions:
If you have root, uninstall the current Maps app:
adb:
- Code: Select all
adb remount
adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apk -delete
adb uninstall com.google.android.apps.maps
shell:
- Code: Select all
mount -o remount,rw /system
find /system /data -name \*google\*maps.apk\* -o -name Maps.apk -delete
pm uninstall com.google.android.apps.maps
Next, regardless of whether you have root, install the SpeechSynthesis Data. You can do this either by going into the market and searching "SpeechSynthesis Data Installer", or on some ROM's, like CM 4.2.5, Menu -> Settings -> Speech synthesis -> Install voice data
If you have root, download LINK REMOVED (4.0.0)
If you do not have root, download LINK REMOVED (4.0.0)
These files were created by Brut.all, without whom we would not have Navigation outside the USA.
Install the new file that you downloaded:
adb install -r maps4.0.0-brut4.apk
or
adb install -r maps4.0.0-brut4-alt.apk
Now you should have the Navigate option in Google Maps.
If you have any issues with this, please reply for assistance.
