Thread: Navit on N900
View Single Post
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#477
Originally Posted by JaseP View Post
Thanks for the tip...
That line is found in the OSD.xml file.

Here is Landry's script, updated for the latest (attached, below, I think)...

Install Instructions:

Code:
First, Totaly remove existing Navit...

Change to user directory...

********************
cd /home/user/
apt-get install wget libspeechd2 espeak libfribidi0 libgarmin0
********************

********************
wget http://www.chollya.org/navit/navit_0.2.0+dfsg.1-1maemo1~3981_armel.deb
wget http://www.chollya.org/navit/navit-data_0.2.0+dfsg.1-1maemo1~3981_all.deb
wget http://www.chollya.org/navit/navit-graphics-qt-qpainter_0.2.0+dfsg.1-1maemo1~3981_armel.deb
wget http://www.chollya.org/navit/navit-gui-internal_0.2.0+dfsg.1-1maemo1~3981_armel.deb
********************

Installing...

********************
dpkg -i navit-data_0.2.0+dfsg.1-1maemo1~3981_all.deb
dpkg --force-depends -i navit-graphics-qt-qpainter_0.2.0+dfsg.1-1maemo1~3981_armel.deb
dpkg -i navit-gui-internal_0.2.0+dfsg.1-1maemo1~3981_armel.deb
dpkg -i navit_0.2.0+dfsg.1-1maemo1~3981_armel.deb
********************

Configuration...

********************
wget -O navit-xml.tar.gz http://talk.maemo.org/attachment.php?attachmentid=11936&d=1278727249
tar -xzf navit-xml.tar.gz
chown -R user .navit
********************

Creating map directory...

********************
mkdir -p MyDocs/navit_maps

********************
You need to copy your map to the navit_maps folder of N900. Name it mymap.bin.

MyDocs/navit_maps/mymap.bin

or edit the Map config file.
The speech.xml can be edited as follows to use a female voice:
Code:
<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
To edit the navit.xml, I recommend installing Leafpad (text editor) and launching it from within XTerm (making a backup first):

Code:
cd .navit
ls
cp navit.xml navit.old
leafpad navit.xml
Rather than go through all the edits, which can be found on the Navit Wiki, I have attached my navit.xml file (renamed navit-xml.txt & zipped)... To this post.

(Note: does not incl. removing the Fullscreen icon, per above)

Thanks i use your scrip, but navit crash at start. I am trying to use garmin maps. I disable userdefined maps, enable garmin maps and change the path to the img file.

Last edited by Brian_7; 2011-01-27 at 01:35.
 

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