![]() |
Re: Navit on N900
Quote:
possible solutions ? -using cmake also for N900 build ? -i will submit a patch with the new icons in Makefile.am ? -put precomputed pngs in the debian dir for the navit-data package? -other? thank u. |
Re: Navit on N900
Quote:
precomputed pngs are ugly from my perspective, since it requires additional scripting. The beauty could be that this might allow to upload navit to maemo extras. My preference is a patch for Makefile.am (probably there are more than you icons missing and will appear). Will you try to make upstream accepting the patch. If yes, I hope they do, since they try to complete the migration to cmake...which is not a good outlook for my n900 builds. Thanks, Rainer |
Re: Navit on N900
ok, i will try to submit a patch for Makefile.am, to see if they will implement on future releases (maybe is difficult, as they are forcing to use cmake and deprecating autotools, but who knows...)
if they don't , can you implement the patch in your built? ps: in the meanwhile, they fixed the bug related to qt_qpainter: http://trac.navit-project.org/ticket/961 so i installed your latest packages for navit qt_qpainter and qml-gui, tried and it worked! i modified two lines of navit.xml like this: <graphics type="qt_qpainter"/> <gui type="qml" enabled="yes" source="/opt/navit/share/navit/skins" icon_src="/opt/navit/share/navit/xpm/"> after a try, even if the qml gui looks like promising, more "shiny and futuristic", i still prefer the internal gui. the qml gui is still buggy, launch navit from xterm to see what happens. especially the address search is not a good one and i cannot change layouts btw, using qt_qpainter should improve performance right? maybe i noticed a little faster rendering for the map so,if there is a better performance for the map rendering, i'll gonna use qt_qpainter with the internal gui lets try you also and let me know your tests results ;) |
Re: Navit on N900
Quote:
Committed in rev. 5255 :) http://trac.navit-project.org/ticket/1079 |
Re: Navit on N900
can be possible to port and adapt this cool Startrek style OSD for N900?
http://wiki.navit-project.org/index....tartrek_TNG.29 :rolleyes: maybe deleting the zoom bar and put zoom icons on the right... |
Re: Navit on N900
Quote:
I just built and uploaded 5255 to bokomoko.de Rainer |
Re: Navit on N900
2 Attachment(s)
Quote:
i got something, but, as a newbie, is very far from perfection still...the main issue is that most of the data is in small size...but i like to share with you, cause probably there are more expert guys here that can improve it. also using this OSD, the fullscreen command is not working, anybody know why? maybe because use a newly introduced <osd type="image"> with png images? |
Re: Navit on N900
Quote:
Also, I see you are using a night layout. Dost automatic switching of layouts work for you? According to google, it should change by itself, but I cannot get it to work. |
Re: Navit on N900
2 Attachment(s)
Does anyone know how/if multiple waypoints routing works? I do not understand, this suggests it has been implemented but I do not see any way to use it.
I noticed when driving near a border of the map, navit crashes and freezes a lot, have you experienced it as well? I aslo played a bit with OSD layout and here is what I got. I found out that font sizes needs to be bigger when driving so that I can read them. Street names are on the other hand useless so I got rid of them. I found out how to change the icon so toggling fullscreen and speech now changes the icon accordingly. I also added an icon to toggle 2D/3D, orient map to north and autozoom. I also commented OSD so it is easier to understand. I also added scale and rearranged everything. Here it goes: |
Re: Navit on N900
Quote:
im using navit.xml in the directory /etc/navit which comes with the package. |
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:
|
Re: Navit on N900
Quote:
Quote:
a qemu issue? png generation tool crashing? what can we do to solve this? open a new topic for scratchbox help? |
Re: Navit on N900
Quote:
I tried to build with the debian directory from the latest debian package, which uses cmake, but this contains so much new dh_* stuff, that it is not trivial to make that building with the debian helpers from maemo. Then I tried to build it with cmake from source without a debian package. This also failed with (when rerunning make) Code:
[sbox-FREMANTLE_X86: ~/tmp.nobackup/navit/build] > makeThe conclusion I draw for me was that I build navit as long as possible, pledge the navit developers to keep autotools for a few more months, and then give up. I tend to replace my n900 with an Android device in the next months anyways, so for me it is not really worth anymore to go through that transition to cmake.... ...if anybody wants to take over and work on the transition, I am happy to help to replicate the (autotools based) build environment I have here. |
Re: Navit on N900
....the latest build crashes everytime i switching fullscreen on/off....
Going back to 5255 solved the issue. |
Re: Navit on N900
Quote:
|
Re: Navit on N900
Quote:
Changing the fullscreen button to: <osd name="my_fullscreen_status" enabled="yes" type="button" x="0" y="-156" src="gui_fullscreen_96_96.png" command='gui.fullscreen=!gui.fullscreen' /> solves the issue. |
Re: Navit on N900
Quote:
|
Re: Navit on N900
1 Attachment(s)
Quote:
http://0606.at/index.php?option=com_...roid&Itemid=57 Now it's almost completed but it hangs at the same syntax used to dynamically change icons.. |
Re: Navit on N900
Quote:
|
Re: Navit on N900
Quote:
Rdosch: would you care to roll out another update (I have no idea how much work is that)? It would bi kind of nice if navit did not crash on me all the time. |
Re: Navit on N900
Quote:
Rainer |
Re: Navit on N900
Hey, I need some help with QML
I installed the last version (5283), following the #511 post instructions and the configuration files from the navit-install.txt script. Works with the internal gui, but when I set the qt gui it fails with: Code:
/home/user# cat log.txt Code:
<gui type="qml" enabled="yes" source="/opt/navit/share/navit/skins" icon_src="/opt/navit/share/navit/xpm/" /> |
Re: Navit on N900
to use qml:
i modified two lines of navit.xml like this: <graphics type="qt_qpainter"/> instead of <graphics type="gtk_drawing_area"/> <gui type="qml" enabled="yes" source="/opt/navit/share/navit/skins" icon_src="/opt/navit/share/navit/xpm/"> like this is working, for me, but not so smooth as i expected...let me know your impressions ;) |
Re: Navit on N900
no luck... same error...
I did also try to edit the /etc/navit/navit.xml. Maybe I have some dependencies missing. |
Re: Navit on N900
Quote:
|
Re: Navit on N900
Quote:
|
Re: Navit on N900
I just uploaded a new build to bokomoko.de
Includes fixes for #1046, #1086 and its duplicate #1088 There are quite some changes in the xml config file, shipped with navit: ------------------------------------------------------------------------ r5328 | martin-s | 2012-12-25 18:26:18 +0100 (Di, 25. Dez 2012) | 1 Zeile Fix:gui_internal:Moved vehicle config to xml ------------------------------------------------------------------------ r5324 | martin-s | 2012-12-25 15:28:18 +0100 (Di, 25. Dez 2012) | 1 Zeile Add:XML:Made maps page scripted ------------------------------------------------------------------------ r5319 | martin-s | 2012-12-25 11:45:17 +0100 (Di, 25. Dez 2012) | 1 Zeile Add:XML:Scripted layout setting page ------------------------------------------------------------------------ r5315 | martin-s | 2012-12-23 22:15:53 +0100 (So, 23. Dez 2012) | 1 Zeile Add:gui_internal:More functionality for vehicle config page ------------------------------------------------------------------------ r5314 | martin-s | 2012-12-23 21:44:25 +0100 (So, 23. Dez 2012) | 1 Zeile Add:gui_internal:New config pages for vehicle ------------------------------------------------------------------------ r5308 | martin-s | 2012-12-22 23:04:40 +0100 (Sa, 22. Dez 2012) | 1 Zeile Add:XML:Include (still disabled) map config page ------------------------------------------------------------------------ r5304 | martin-s | 2012-12-22 20:05:03 +0100 (Sa, 22. Dez 2012) | 1 Zeile Fix:gui_internal:Improved new layout page ------------------------------------------------------------------------ r5294 | martin-s | 2012-12-15 23:44:29 +0100 (Sa, 15. Dez 2012) | 1 Zeile Fix:xml:Use new hot point functionality for better placing of destination flag ------------------------------------------------------------------------ r5287 | martin-s | 2012-12-13 12:37:23 +0100 (Do, 13. Dez 2012) | 1 Zeile Add:XPM:Add icon for atm (currently same as bank) |
Re: Navit on N900
thanks for the update and for the info :)
|
Re: Navit on N900
Can the version in the repo load Garmin maps?
|
Re: Navit on N900
Quote:
<map type="garmin" enabled="yes" data="/path/to/img" debug="4"/> but never tried as i use openstreetmap |
Re: Navit on N900
Quote:
# Disable garmin DEB_CONFIGURE_EXTRA_FLAGS += --disable-garmin Rainer |
| All times are GMT. The time now is 01:24. |
vBulletin® Version 3.8.8