mv /home/user/MyDocs/navit/* /home/user/.navit/

root apt-get install librsvg2-common apt-get install espeak apt-get install navit
sudo apt-get install maptool wget http://downloads.cloudmade.com/europe/western_europe/netherlands/netherlands.osm.bz2 # Find your own country. Don't be a hero and download World.osm just yet, because converting the Netherlands alone took me 10 minutes. The world will probably take A DAY. bzcat netherlands.osm.bz2 | maptool netherlands.osm.bin mkdir ~/n900 # Requires sshd and tftp on your n900: sshfs user@192.168.201.2:/ ~/n900 # Mind your n900s ip-address mkdir ~/n900/home/user/MyDocs/OpenStreetMaps cp netherlands.osm.bin ~/n900/home/user/MyDocs/OpenStreetMaps/ # Copy took 5 mintes. mkdir ~/n900/home/user/.navit cd ~/n900/home/user/.navit wget -O navit-config.zip http://talk.maemo.org/attachment.php?attachmentid=6644&d=1264836319 unzip navit-config.zip echo '<map type="binfile" enabled="yes" data="/home/user/MyDocs/OpenStreetMaps/netherlands.osm.bin"/>' > maps.xml echo "<speech type=\"cmdline\" data=\"echo '%s' | espeak -vnl+f2\" cps=\"10\"/>" > speech.xml # Mind your own language settings, this is Dutch cd / fusermount -u /home/sander/n900 ssh user@192.168.201.2 dbus-send --system --print-reply --dest=com.nokia.dsme /com/nokia/dsme com.nokia.dsme.request.req_reboot # reboot required for graphics
apt-get install sed mv OSD.xml OSD.xml.bak sed 's/.png/.svg/g' OSD.xml.bak > OSD.xml
env LANG=nl_NL navit
<!-- <osd enabled="yes" type="button" x="-60" y="50" command="zoom_in()" src="gui_zoom_in.svg"/> --> <osd enabled="yes" type="button" x="-54" y="44" command="zoom_in()" src="gui_zoom_in.svg"/> <!-- <osd enabled="yes" type="button" x="-60" y="-120" command="zoom_out()" src="gui_zoom_out.svg"/> --> <osd enabled="yes" type="button" x="0" y="44" command="zoom_out()" src="gui_zoom_out.svg"/> <!-- <osd enabled="yes" type="button" x="-70" y="130" command="gui.menu()" src="gui_menu.svg"/> --> <osd enabled="no" type="button" x="-70" y="130" command="gui.menu()" src="gui_menu.svg"/> <!-- <osd enabled="yes" type="button" x="-60" y="220" command="gui.fullscreen=!gui.fullscreen" src="gui_fullscreen.svg"/> --> <osd enabled="yes" type="button" x="-52" y="-112" command="gui.fullscreen=!gui.fullscreen" src="gui_fullscreen.svg"/>

but I really wish some people are still working on it, because it needs some improvements. 


| The Following User Says Thank You to Redsandro For This Useful Post: | ||