maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] modRana: a flexible GPS navigation system (https://talk.maemo.org/showthread.php?t=58861)

marmistrz 2014-09-04 17:30

Re: [Announce] modRana: a flexible GPS navigation system
 
Installing python2.7 via apt

Code:

Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3~rc2-2.1-maemo9_armel.deb) ...
new installation of python2.7-minimal; /usr/lib/python2.7/site-packages is a directory
which is expected a symlink to /usr/local/lib/python2.7/dist-packages.
please find the package shipping files in /usr/lib/python2.7/site-packages and
file a bug report to ship these in /usr/lib/python2.7/dist-packages instead
aborting installation of python2.7-minimal
dpkg: error processing /var/cache/apt/archives/python2.7-minimal_2.7.3~rc2-2.1-maemo9_armel.deb (--unpack):
 subprocess pre-installation script returned error exit status 1

the offending file is a modrana egg.

Btw. MartinK: is everything ok with the mapnik package after pushing ttf-unifont?

nokiabot 2014-09-05 09:11

Re: [Announce] modRana: a flexible GPS navigation system
 
1 Attachment(s)
modrane started misbehaving on road like frequent crashes and crazy oreintations could only take a screenie of modrana qml

nokiabot 2014-09-05 09:17

Re: [Announce] modRana: a flexible GPS navigation system
 
only thing i miss in modrana is 3d view or the kind of view that navit or sygic provides and its very convenient :) one more question is why modrana qml feels a bit deprived ? i actually like the qml one its nice

marmistrz 2014-09-05 14:37

Re: [Announce] modRana: a flexible GPS navigation system
 
nokiabot: try disabling orientation lock and see what happens.

MartinK: a small note regarding search:
Modrana on N9: searches perfectly
Modrana gtk on N900: doesn't show the desired result
Modrana qml on N900: fails to search.
See the 20140822 logs: http://marmistrz.net63.net/public/modrana_logs/

I noticed hangs during logging a track, see the 20140817 logs (the same link)

nokiabot 2014-09-05 17:56

Re: [Announce] modRana: a flexible GPS navigation system
 
@marmistrz dosent matter if orentation lock is on or of i found everything fine when modrana qml is fullscreen and it goes haywire when not in fullscreen:)

is there any way to make the mapscreen 3d like for now and what happend to the vector maps effort on modrana:)

MartinK 2014-09-06 15:20

Re: [Announce] modRana: a flexible GPS navigation system
 
Quote:

Originally Posted by biketool (Post 1436596)
I can talk to the guy doing the server side, how hard would http://www.icecondor.com/ support be to add?
would be cool to have android compatible realtime location share.

I can add it to the TODO pile, but no guaranties when I get to it. :) Taking a look at the API it seems to be using Websockets - any idea how to use Websockets from the Python 2.5 on the N900 (or from Python generally)?

Quote:

Originally Posted by misiak (Post 1436599)
Oh, right, I totally forgot about that :O Does modRana even have GUI for that? I think that Mappero (if I remember correctly) had a GUI to choose between alternative routes, but I've used it so long ago last time that I might be wrong... That would be a superb feature either way.

Quote:

Originally Posted by Estel (Post 1436621)
Currently, no. It would be nice to have, indeed, unless it's impossible via google routing API.

That's basically the issue - IIRC I actually either get multiple routes or can tell the API to return multiple routes. But there is just no UI for selecting the between multiple results. :) And indeed it should be added as I think many routing services and even offline routing tools are able to return multiple routes (fastest, shortest, cheapest, etc.).

Quote:

Originally Posted by Estel (Post 1436621)
I sincerely hope that MartinK will find some time to chase those annoying cairo-related crash bugs, too - I tried to do so, a little, but ModRana is waaaay above my level.

/Estel

Not really yet, but I have some more data about the behavior from sixwheeledbeast - looks like that i his case during track logging making the log & save intervals longer somehow avoids those crashes/freezes, which is strange.

Quote:

Originally Posted by marmistrz (Post 1438232)
Installing python2.7 via apt

Code:

Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3~rc2-2.1-maemo9_armel.deb) ...
new installation of python2.7-minimal; /usr/lib/python2.7/site-packages is a directory
which is expected a symlink to /usr/local/lib/python2.7/dist-packages.
please find the package shipping files in /usr/lib/python2.7/site-packages and
file a bug report to ship these in /usr/lib/python2.7/dist-packages instead
aborting installation of python2.7-minimal
dpkg: error processing /var/cache/apt/archives/python2.7-minimal_2.7.3~rc2-2.1-maemo9_armel.deb (--unpack):
 subprocess pre-installation script returned error exit status 1

the offending file is a modrana egg.

The egg could be some modRana packaging artifact - it is definitely not needed for anything and I'll see if I can get rid of it somehow.

Quote:

Originally Posted by marmistrz (Post 1438232)
Btw. MartinK: is everything ok with the mapnik package after pushing ttf-unifont?

I was a bit offline on holidays (BTW, modRana track logging with default settings works just fine in glider aircraft, just the height visualization is a bit wonky for some reason), but I should be able to take a look at it in the next few days.

Quote:

Originally Posted by nokiabot (Post 1438284)
only thing i miss in modrana is 3d view or the kind of view that navit or sygic provides and its very convenient :)

Well, this isn't easy to do. :) It is basically not really doable in the current GTK/Cairo GUI, it is a bit more doable it QtQuick GUI. Will see what can be done. :)

Quote:

Originally Posted by nokiabot (Post 1438284)
one more question is why modrana qml feels a bit deprived ? i actually like the qml one its nice

The current QML GUI on the N900 is based on QtQuick 1.0 (Qt 4) and has been basically kinda depreciated in favor of the QtQuick 2.0 (Qt 5) GUI that is getting quite a lot of attention at the moment. So it is working, but not getting new features. But we now have Qt 5 on the N900, so it should be possible to just run the new feature-full QtQuick 2.0 on the N900 soon. The only thing that is missing is PyOtherSide - once that is available - preferably as a package from Extras-Devel - (wink-wink nudge-nuge ;)) the QtQuick 2.0 GUI should run just fine. :)

MartinK 2014-09-06 15:23

Re: [Announce] modRana: a flexible GPS navigation system
 
Quote:

Originally Posted by marmistrz (Post 1438332)
nokiabot: try disabling orientation lock and see what happens.

MartinK: a small note regarding search:
Modrana on N9: searches perfectly
Modrana gtk on N900: doesn't show the desired result
Modrana qml on N900: fails to search.
See the 20140822 logs: http://marmistrz.net63.net/public/modrana_logs/

Thanks, will check them out! BTW, which kind of search you have issues with (address, Wikipedia, local search, routing, ...) ?

Quote:

Originally Posted by nokiabot (Post 1438366)
what happend to the vector maps effort on modrana:)

Still planed, but still a lot of work remains to get it done - it is quite complicated to get it done in a robust and easily usable way. Help & patches welcome! :)

marmistrz 2014-09-06 16:06

Re: [Announce] modRana: a flexible GPS navigation system
 
Quote:

Originally Posted by MartinK (Post 1438431)
Thanks, will check them out! BTW, which kind of search you have issues with (address, Wikipedia, local search, routing, ...) ?

IIRC address online. And in qml the only option possble.

biketool 2014-09-06 17:41

Re: [Announce] modRana: a flexible GPS navigation system
 
marmistrz, I was just looking at the location sharing provided by Icecondor, the android app is maybe two dozen lines, if I had the foggiest idea how to write a patch I would and send it to you.
http://github.com/icecondor
http://icecondor.com/dashboard/developers
apparently location sharing was supposed to be part of of the N900 OVI Maps that was cut before release http://vimeo.com/14631858

MartinK 2014-09-17 20:06

Re: [Announce] modRana: a flexible GPS navigation system
 
So good news about the Mapnik packages - I have been able to install them successfully!

(If anyone else is interested in trying them out, I made a little guide how to install them. :) )

Next up - testing if the installed Mapnik actually works. :)


All times are GMT. The time now is 22:52.

vBulletin® Version 3.8.8