![]() |
Re: Navit on N900
nice job!
ps: i don't know...but maybe QtDeclarative is provided by packages like libqtm-11-declarative or libqtm-12-declarative ? it comes with CSSU ? |
Re: Navit on N900
Quote:
|
Re: Navit on N900
the navit-gui-qml package installed from rdorsch repo depends on libqt4-core libqt4-declarative libqt4-dbus libqt4-gui libqt4-xml i dont know if this helps
|
Re: Navit on N900
Quote:
|
Re: Navit on N900
Question (don't have time to read the thread history to find answers, if they exist, sorry): Why cmake and not autotools? And does using cmake to do it make it any less doable for you or whoever follows in your footsteps to package the .deb into the repos using autobuilder (as opposed to manual package upload)?
|
Re: Navit on N900
Quote:
1. For a long time, building with cmake produced many errors, thats why it was preferred to build with autotools 2. It still produces many errors mainly because cmake is searching for headers in different directories. Today I managed to fix all those paths except one, described at the beggining of this page. 3. dpkg-buildpackage scripts inside 'debian' folder use autotools and compiles the source code with it. Today I workaround-ed that with the following commands Code:
cmake /path/to/sources |
Re: Navit on N900
Quote:
http://merlin1991.at/~luf/keepassx/s...3maemo2.tar.gz You can also find original version in extras-devel or testing (I took inspiration there - keepassx_0.4.3-1). I hope it can help you. |
Re: Navit on N900
if can help, i found this (maybe old) tutorial for maemo compiling on Scratchbox, with some configure options
http://wiki.navit-project.org/index....ox_development |
Re: Navit on N900
Most people might have seen it already, I updated navit on bokomoko.de. From the upstream changelog it seems that street search and house number search saw a lot of changes. It did not work very well in the new version though. If I see a version, whose street search works better for me, I will upload another update. In any case maps need to be updated for that.
Rainer |
Re: Navit on N900
Quote:
But what I don't understand is why maps need to be updated for the new search function? Have a nice weekend! CU Michael |
Re: Navit on N900
I think it is pretty save to update. The issues I saw for streetsearch were caused by an old map I still had enabled. After disabling it they have been gone.
The house number search was probably broken, because I build my own maps which are below country level. Rainer |
Re: Navit on N900
Just uploaded another update to 5477 to bokomoko.de. Should contain at least one important house number fix.
Also I changed version number to 0.5 as upstream did some time back. Rainer |
Re: Navit on N900
if somebody wants to play with QML GUI, there is a guide on how to configure that: http://wiki.navit-project.org/index.php/Gui_QML
|
dbus problem with Navit on N900
I am trying to add some voice control to Navit.
Somehow the following code, for zooming the Navit map, doesn't work anymore: #!/usr/bin/python import dbus bus = dbus.SessionBus() conn = bus.get_object('org.navit_project.navit', '/org/navit_project/navit') iface = dbus.Interface(conn, dbus_interface='org.navit_project.navit') iter = iface.attr_iter() navit = bus.get_object('org.navit_project.navit', conn.get_attr_wi("navit",iter)[1]); iface.attr_iter_destroy(iter) navit_iface = dbus.Interface(navit, dbus_interface='org.navit_project.navit.navit') navit_iface.zoom(2) The first line that fails is iter = iface.attr_iter() Is this a bug in Navit, or did they change the dbus interface? P.S.: I would also like to do the following stuff with dbus (via voice control): - toggle 2D/3D - select a bookmarked destination - start/stop navigation It would be nice if anyone could show me code or some documentation how to do this with dbus. |
Re: dbus problem with Navit on N900
Quote:
Quote:
i think there was something about the dbus interface recently... but i don't remember exactly |
dbus problem with Navit on N900
Quote:
That was the problem (stupid me). I didn't know that the dbus binding can be dis-/enabled in navit.xml. I am still looking how to do the following stuff with dbus (via voice control): - toggle 2D/3D - select a bookmarked destination - start/stop navigation It would be nice if anyone could show me code or some documentation how to do this with dbus. Greets |
Re: Navit on N900
Quote:
http://wiki.navit-project.org/index.php/Contacts#IRC |
Re: Navit on N900
Uploaded release 5524 to bokomoko.de
I did not see any new features, looks more like a polishing release. |
dbus problem with Navit on N900
I found out how to
- select a bookmarked destination, and to - start/stop navigation but I am still looking for a way to - toggle 2D/3D with dbus. It would be nice if someone who knows how this can be done would post this here. |
Re: dbus problem with Navit on N900
Quote:
http://wiki.navit-project.org/index.php/Dbus Try this code: Code:
dbus-send --print-reply --session --dest=org.navit_project.navit /org/navit_project/navit/default_navit org.navit_project.navit.navit.set_attr string:"pitch" variant:int32:30 |
Re: dbus problem with Navit on N900
Quote:
this works! Setting the pitch to 0° (of course) changes the layout to 2D-mode. |
Re: Navit on N900
On a recent trip with latest bokomoko updates and maps about half a year old, I noticed some things.
1) First I noticed that street search does not work. Did you experience anything similar? Might redownloading the maps help? 2) Also, I noticed that searching for routes not requiring tolls for over 200 km (in France) does not work. It depends on the distance, it seems Navit does not like if there are toll autoroute crossings for much of the way. 3) I also noticed that the search alogorithm gives sometimes suboptimal results - it prefers the routes of highest quality (national as opposed to regional or local road network) even if it means a detour of tens of kilometers. Have you similar experience? |
Re: Navit on N900
Quote:
try http://maps7.navit-project.org/ |
Re: Navit on N900
Since yesterday, I try to download this part of the map for germany:
http://maps7.navit-project.org/api/m...47.1,14.1,55.3 It always get stucked at some point, tried on two machines since then, always the same effect. Can anyone confirm this problem? CU and HANW Michael |
Re: Navit on N900
Quote:
|
Re: Navit on N900
The issue seems to be fixed, just tried on a root server with fat bandwith:
100%[====================================>] 1.449.248.635 11,2M/s in 2m 3s WOOOT ;) |
Re: Navit on N900
Can we have an easy how to install/use Navit for newbies :(
|
Re: Navit on N900
Quote:
|
Re: Navit on N900
Quote:
|
Re: Navit on N900
To others: I downloaded a new map version, but it has problems with finding small towns (like Murat: http://goo.gl/maps/Y7zAu in France) - but when I zoom on it manually, Murat is in the map. Have you experienced anything similar?
|
Re: Navit on N900
Quote:
|
Re: Navit on N900
Hi there, this is Usul from the Navit team.
We are currently try to, reanimate our development and to get better usability and more stability :) This means for now, that we switch back to a releasing cycle and put the focus on the essential features and platforms and make more testing. As all that can not be done by only a few devs and we need to disburden our maintainer, I like to ask who might want to help us, to maintain the maemo n900/n800 port? https://forum.navit-project.org/view...php?f=17&t=427 This means in detail, that we like to setup a build server/repo for creating current SVN nightly builds and to help on improving the integration on the platform and make use of the pretty cool features that the N900s offer. I already bought an old unit, to help on testing and documentation: http://wiki.navit-project.org/index.php/Maemo If you want to get in contact with us, please sign up at our wiki and use this credentials to login our forum. Personally I don't want to mess up this topic with all content that is more related to development etc. |
Re: Navit on N900
Quote:
|
Re: Navit on N900
I'm in contact with the Zerties people but currently they seem to have no more interest/time on that. But maybe rdorsch or somebody else here is interested and likes to learn CMake ;)
|
Re: Navit on N900
I can do that if rdorsch doesnt want or he cant, as I have built every svn build for myself, but for the past month I have hardware problems with my N900 and waiting repair. First lets hear from rdorsch and whoever else can build it and if there is still nobody to do that, I will
|
Re: Navit on N900
I made it work but I don`t know how to do routing (point to poin) Sorry but didnīt find a simple solution and in the gui I don`t see how to
Thanks |
Re: Navit on N900
updated builds are always appreciated:)
|
Re: Navit on N900
rdorsch built with autotools as problems occurs with cmake
for more details and build script check http://talk.maemo.org/showpost.php?p...&postcount=631 @usul afaik you should know german :) if you want to translate this for navit wiki: http://zerties.org/index.php/Navit_auf_n900 |
Re: Navit on N900
Yep, I can do the translation but would like to try the tutorial by my own. Thus I thought it would be cool, if there would be already a easy to use build which includes all icons etc.
Anyway, will give it a try after my holidays :) |
Re: Navit on N900
Hello,
reading your post, quoted below, would like to give it a try. Quote:
I am not a specialist but have been a developer for years. Regards |
| All times are GMT. The time now is 14:46. |
vBulletin® Version 3.8.8