![]() |
2011-01-20
, 02:12
|
Posts: 14 |
Thanked: 16 times |
Joined on Oct 2008
|
#472
|
The Following 3 Users Say Thank You to JaseP For This Useful Post: | ||
![]() |
2011-01-20
, 07:39
|
|
Posts: 27 |
Thanked: 20 times |
Joined on Jun 2010
@ Cologne
|
#473
|
<osd enabled="yes" type="button" x="0" y="0" command="gui.fullscreen=!gui.fullscreen" src="toggle_fullscreen.xpm"/>
![]() |
2011-01-20
, 22:30
|
Posts: 14 |
Thanked: 16 times |
Joined on Oct 2008
|
#474
|
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.
<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
cd .navit ls cp navit.xml navit.old leafpad navit.xml
The Following User Says Thank You to JaseP For This Useful Post: | ||
![]() |
2011-01-21
, 07:15
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#475
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-21
, 23:42
|
Posts: 14 |
Thanked: 16 times |
Joined on Oct 2008
|
#476
|
The Following 2 Users Say Thank You to JaseP For This Useful Post: | ||
![]() |
2011-01-27
, 01:28
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#477
|
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:
The speech.xml can be edited as follows to use a female voice: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.
To edit the navit.xml, I recommend installing Leafpad (text editor) and launching it from within XTerm (making a backup first):Code:<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
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.Code:cd .navit ls cp navit.xml navit.old leafpad navit.xml
(Note: does not incl. removing the Fullscreen icon, per above)
The Following User Says Thank You to Brian_7 For This Useful Post: | ||
![]() |
2011-01-27
, 11:55
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#478
|
![]() |
2011-01-27
, 14:10
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#479
|
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:
The speech.xml can be edited as follows to use a female voice: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.
To edit the navit.xml, I recommend installing Leafpad (text editor) and launching it from within XTerm (making a backup first):Code:<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
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.Code:cd .navit ls cp navit.xml navit.old leafpad navit.xml
(Note: does not incl. removing the Fullscreen icon, per above)
The Following User Says Thank You to badboyuk For This Useful Post: | ||
![]() |
2011-01-27
, 14:19
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#480
|
The Following User Says Thank You to sondjata For This Useful Post: | ||
![]() |
Tags |
navigation, navit, nokia n900, openstreetmap |
Thread Tools | |
|
Install:
dpkg -i navitxxx.deb (for all the packages)
or
apt-get install navit (that resolves the dependencies)
Remove:
dpkg -r navit
This will remove the navit package (-r is short for --remove).
Note that you give only the 'navit' for --remove, while --install requires the entire .deb filename.
--remove will leave configuration files for the package on your system.
A configuration file is defined as any file you might have edited in order to customize the program for your system or your preferences.
This way, if you later reinstall the package, you won't have to set everything up a second time.
However, you might want to erase the configuration files too, so dpkg also provides a --purge option.
dpkg --purge navit will permanently delete every last file (for example *.xml) associated with the navit package.
That should be done for:
navit
navit-data
navit-graphics-qt-qpainter
navit-gui-internal
Missing files could be downloaded here:
http://sourceforge.net/projects/navi...s/navit/0.2.0/
Now have fun and solve your problems