View Single Post
  #361  
Old 11th November 2009, 03:51 PM
peter017 peter017 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
Cool Thanks all! But can IP address be manipulated?

Quote:
Originally Posted by Paul22000 View Post
Complete Idiot's Guide to Getting Nav
(T-Mobile G1, Cyanogen 4.2.3.1)

Code:
A) Place 3 files on sdcard (build.prop, build.trout.prop, Maps.apk)

B) Terminal:

	su
	ash
	mount -o remount,rw /system

	cp /system/build.prop /sdcard/build.prop.backup
	cp /system/build.trout.prop /sdcard/build.trout.prop.backup

	cp /sdcard/build.prop /system
	cp /sdcard/build.trout.prop /system

	cd /system/app
	rm *Maps*
	rm *maps*

	cd /system/sd/app
	rm *maps*
	rm *Maps*

	cd /system/sd/dalvik-cache
	rm *maps*
	rm *Maps*

	reboot

C) Terminal:

	su
	ash
	mount -o remount,rw /system
	install /sdcard/Maps.apk /system/app/

D) Run "Maps"

	Directions -> Put end point -> Go -> "Navigate" under "Show on Map" -> Install voice etc
	(If "Navigate" doesn't show up, something went wrong.)

E) To get other apps back to normal (if stuff broke):

	su
	ash
	mount -o remount,rw /system
	cp /sdcard/build.prop.backup /system/build.prop
	cp /sdcard/build.trout.prop.backup /system/build.trout.prop
	reboot
Enjoy!

(I had to repeat this process 4 times to get it working for some reason. The above is what finally made it work.)

However, I get no voice playing. Do the voice directions occur *ONLY* when you're moving? (I can't get even the first line of directions to say anything, which is why I'm asking.)
Thanks to this post I managed to install the new Maps.apk, but unfortunately I'm in the EU, so no navigation.

Is there anyway to manipulate the IP address? Or is Maps just using my location to prevent me from using navigation?

Last edited by peter017; 11th November 2009 at 04:03 PM..
Reply With Quote
Sponsored Links