| The Following User Says Thank You to rdorsch For This Useful Post: | ||
|
|
2010-05-30
, 13:21
|
|
Posts: 374 |
Thanked: 75 times |
Joined on Nov 2009
@ Hungary
|
#342
|
|
|
2010-05-30
, 17:45
|
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#343
|
|
|
2010-06-02
, 14:30
|
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
@ vienna
|
#344
|
|
|
2010-06-02
, 14:53
|
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#345
|
The navit version from http://www.chollya.org/navit/ (3313 from 05/28) works very well for me (much better than what is on maemo.org). Also I have no need to modify the navit.desktop file.
What I have to do though to be able to zoom in and out is to add
(...)
|
|
2010-06-07
, 19:14
|
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#346
|
|
|
2010-06-07
, 21:19
|
|
Posts: 61 |
Thanked: 17 times |
Joined on Dec 2008
@ Toronto
|
#347
|
|
|
2010-06-07
, 21:30
|
|
Posts: 61 |
Thanked: 17 times |
Joined on Dec 2008
@ Toronto
|
#348
|
Hello,
Thanks to all here. I got navit running on my N900 with our help.
1) navit is unstable if started from GUI
I think the D-Bus configuration or implementaion in navit is not correct.
I use this "navit.desktop":
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Navit
Exec=/opt/navit/bin/navit
Icon=navit
#X-Osso-Service=org.navit_project.navit
#X-Osso-Type=application/x-executable
Terminal=true
May this is not a good idea. I don't know for what this D-Bus is used. But it runs stabel with this configuration.
2) I think we should create a new package and upload it into the repository.
To be able to simply install navit and get a working configuration.
Is there some where an explanation about create the navit package (on N900 or on Win XP). Then i can do it.
|
|
2010-06-08
, 05:18
|
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#349
|
|
|
2010-06-08
, 19:18
|
|
Posts: 8 |
Thanked: 10 times |
Joined on Jan 2010
|
#350
|

| The Following 4 Users Say Thank You to kiralema For This Useful Post: | ||
![]() |
| Tags |
| navigation, navit, nokia n900, openstreetmap |
| Thread Tools | |
|
What I have to do though to be able to zoom in and out is to add
~ $ cat .navit/OSD.xml <osd enabled="yes" type="compass" x="-110" y="-60" font_size="250" w="60" h="60" background_color="#000000c8"/> <osd enabled="yes" type="gps_status" x="-50" y="-60" w="50" h="40" background_color="#000000c8"/> <osd enabled="yes" type="text" label="${vehicle.position_sats_signal}/${vehicle.position_qual}" x="-50" y="-20" font_size="250" w="50" h="20" align="0" background_color="#000000c8"/> <osd enabled="yes" type="text" label="${vehicle.position_speed}" x="0" y="-60" font_size="400" w="110" h="60" align="4" background_color="#000000c8"/> <osd enabled="yes" type="text" label="ETA: ${navigation.item.destination_time[arrival]}" x="110" y="-30" font_size="300" w="170" h="30" align="4" background_color="#000000c8"/> <osd enabled="yes" type="text" label="${navigation.item.destination_length[named]}" x="280" y="-30" font_size="300" w="170" h="30" align="4" background_color="#000000c8"/> <osd enabled="yes" type="text" label="${navigation.item.destination_time[remaining]}" x="450" y="-30" font_size="300" w="240" h="30" align="4" background_color="#000000c8"/> <osd enabled="yes" type="text" label="In ${navigation.item[1].length[named]} " x="0" y="0" font_size="500" w="245" h="40" align="4" background_color="#000000c8"/> <osd enabled="yes" type="navigation_next_turn" x="245" y="0" font_size="500" w="60" h="40" background_color="#000000c8" icon_src="$NAVIT_SHAREDIR/xpm/%s_wh_48_48.png" /> <osd enabled="yes" type="text" label="Onto ${navigation.item[1].street_name}" x="305" y="0" font_size="500" w="495" h="40" align="4" background_color="#000000c8"/> <osd enabled="yes" type="text" label="${navigation.item.street_name}" x="110" y="-60" font_size="500" w="580" h="30" align="0" background_color="#000000c8"/> <osd enabled="yes" type="button" x="-60" y="50" command="zoom_in()" src="gui_zoom_in.png"/> <osd enabled="yes" type="toggle_announcer" x="-65" y="130" w="60" h="60" icon_src="$NAVIT_SHAREDIR/xpm/%s_48_48.png"/> <osd enabled="yes" type="button" x="-60" y="220" command="gui.fullscreen()" src="gui_fullscreen.png"/> <osd enabled="yes" type="button" x="-60" y="290" command="zoom_out()" src="gui_zoom_out.png"/> ~ $