![]() |
Re: Navit on N900
Quote:
|
Re: Navit on N900
i edited the mapset line with my path for the osm map, and the line
<vehicle name="Local GPS" profile name="car" enabled="yes" active="1" source="maemo>" then copied to ~/.navit i noticed also an issue, full screen mode is not in the menu now, and the osd button for fullscreen also is not working. |
Re: Navit on N900
fixed fullscreen issue
in my OSD.xml was <osd enabled="yes" type="button" x="-60" y="220" command="gui.fullscreen()" src="gui_fullscreen.png"/> i changed in <osd enabled="yes" type="button" x="-60" y="220" command="gui.fullscreen=!gui.fullscreen" src="gui_fullscreen.png"/> and the button is now working, also i can see the fullscreen option in menu |
Re: Navit on N900
1 Attachment(s)
Quote:
<vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="maemo"> :-) But thanks. I compared the files and found out that I was using the Droid font for night layout and so it failed. Now it works. I attach my navit.xml as usual. I also increased the size of icons in the internal menu so that it is more touch-friendly (even though it sometimes does not fit onto the screen). I also removed lots of POI as they made the map cluttered, especially in the cities. UPDATE: I slightly edited the file even more so that now it diffs nicely with the official version and also it should now benefit from the recent patches to navit regarding more efficient routing. I also adjusted the size of the icons. |
Re: Navit on N900
I just built a new package of the latest navit code (r5278), which contains a few bugfixes (among other things):
* http://trac.navit-project.org/ticket/1081 (missing speedcams) * http://trac.navit-project.org/ticket/1040 (better waypoint handling) * http://trac.navit-project.org/ticket/985 (wrong scale) A heads-up: The navit developers plan to remove support for building navit with autotools: http://wiki.navit-project.org/index.php/Main_Page This will break our build process for the n900. I am pessimistic that I get that build process fixed for the n900, I tried before but failed and I think a substancial amount of time (or experience?) is needed to convert the build process to cmake. I do not remember the exact issue anymore, which made the cmake build attempt failing. I.e. it is very likely that I cannot provide updates to the navit packages on bokomoko.de anymore, when the navit developers remove autotools support. I hope they postphone that for a few months. |
Re: Navit on N900
Quote:
BTW: I tried according to this wiki page to set the size of xs_icons to 48, but navit ocmplains that Code:
gui_internal:image_new_scaled:Failed to load image for 'country_FR' (w=48, h=48) Code:
--enable-svg2png-scaling=8,16,32,48,96 |
Re: Navit on N900
You can do an
$ apt-get source navit then you should get the source and the build directory. Then debian/rules contains the configuration # scale all gui icons DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64" \ --enable-svg2png-scaling-flag="16 24 32" \ --enable-svg2png-scaling-nav="16 32 48 64" I never changed that. Can you explain what the three parameters are doing and what settings you are recommending? Thanks. |
Re: Navit on N900
Quote:
Code:
<gui type="internal" icon_xs="32" icon_s="96" icon_l="96" /> I think that: Code:
DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64 72 96" \ |
Re: Navit on N900
Then navit is not a good package to start with.
Here is the changelog Code:
navit (0.2.0+dfsg.1-1maemo1~5278.1) unstable; urgency=low |
Re: Navit on N900
Quote:
|
All times are GMT. The time now is 23:26. |
vBulletin® Version 3.8.8