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)

MartinK 2012-04-20 15:55

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

Originally Posted by jah25 (Post 1194861)
Hi MartinK, I'm trying to install modRana on my N9 but even after making sure I have the up-to-date python dependencies you listed it is still failing installation and claims to not have found all of the dependencies. Is there something I'm leaving out? I used to use your app all the time on my N900 so thanks for all your work!

It is still possible I left out some dependency - you quite quickly loose track of what is installed by default and what isn't on an N900 used for development. :)

Can you post the terminal output you are getting during the installation ?

Also, check if you have Extras & Extras-devel enabled. :)

jah25 2012-04-23 22:13

Re: [Announce] modRana: a flexible GPS navigation system
 
Here's what i got, looks like maybe i need to incest the program to get around aegis?

/MyDocs/.downloads $ dpkg -i modrana_0.30.31_a
rmel.deb
dpkg: requested operation requires superuser privilege
aegis-installing modrana (from '')
accli.cpp(1449): ERROR: cannot sign '/var/lib/aegis/restok/restok.conf.new' (Operation not permitted)
Creating new signed '/var/lib/aegis/restok/restok.conf' failed
~/MyDocs/.downloads $

MartinK 2012-04-23 22:27

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

Originally Posted by jah25 (Post 1196715)
Here's what i got, looks like maybe i need to incest the program to get around aegis?

/MyDocs/.downloads $ dpkg -i modrana_0.30.31_a
rmel.deb
dpkg: requested operation requires superuser privilege
aegis-installing modrana (from '')
accli.cpp(1449): ERROR: cannot sign '/var/lib/aegis/restok/restok.conf.new' (Operation not permitted)
Creating new signed '/var/lib/aegis/restok/restok.conf' failed
~/MyDocs/.downloads $

Looks like you are not root when running this command.
Try to first become root by running this command:
Code:

devel-su
It asks for password, which should be "rootme" IIRC by default.

Also, you might need to enable the developer mode. :)

BTW, as soon there is a usable feature set in the QML version, I'll push it to AFM & Nokia Store (Ovi). :)

jah25 2012-04-24 00:57

Re: [Announce] modRana: a flexible GPS navigation system
 
Ok, so I thought I was root but now I've sorted that and here's where it gets stuck, seems like dependencies that i can't find in my repos. Not sure how to add maemo extras-development etc but I'll look into it. Thanks for the swift responses!

/home/user/MyDocs/.downloads # dpkg -i modrana_
0.30.31_armel.deb
aegis-deb-release: Missing ':' in ' b27838cd7450c6f10d39ce9491ec20a1 756954 free/source/Sources
d91852b967d8dbeab6248c6f1556405c 224347 free/source/Sources.gz
144e299a324fedc82763cb3ddfacadd1743cd7ed 756954 free/source/Sources
44afe3219b48edd1fe357726716df2e02dcf4759 224347 free/source/Sources.gz
c3ca448e424cefa1c2f1468847a2230fccea9ef3afafcb5cd9 27cd99914e8cea 756954 free/source/Sources
f507ece4b736634f52ef579e5742313df4ba1b19da1f9483f8 bb2e214e578690 224347 free/source/Sources.gz
'
(Reading database ... 53359 files and directories currently installed.)
Preparing to replace modrana 0.30.31 (using modrana_0.30.31_armel.deb) ...
Unpacking replacement modrana ...
aegis-installing modrana (from '')
dpkg: dependency problems prevent configuration of modrana:
modrana depends on python-qtmobility12; however:
Package python-qtmobility12 is not installed.
modrana depends on qt-components-10; however:
Package qt-components-10 is not installed.
dpkg: error processing modrana (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
modrana
/home/user/MyDocs/.downloads #

MartinK 2012-04-24 08:00

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

Originally Posted by jah25 (Post 1196767)
Ok, so I thought I was root but now I've sorted that and here's where it gets stuck, seems like dependencies that i can't find in my repos. Not sure how to add maemo extras-development etc but I'll look into it. Thanks for the swift responses!

I found the cause - the link to the Harmattan repository in the preview-release post was pointing to the Fremantle repository by mistake. This is the correct repository for the Harmattan package. I have also fixed the release post. :)

Wikiwide 2012-05-14 03:31

Re: [Announce] modRana: a flexible GPS navigation system
 
1 Attachment(s)
Just a short message.
ModRana remembers visible tracklogs after restart, but not visible points-of-interest. It's tedious to make them visible again and again. So I added a small feature: to show all points-of-interest. I would have liked to see something similar in the next version.
Thank you. ModRana remains the most comfortable and versatile navigation tool for me.

MartinK 2012-05-14 13:55

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

Originally Posted by Wikiwide (Post 1206307)
Just a short message.
ModRana remembers visible tracklogs after restart, but not visible points-of-interest. It's tedious to make them visible again and again. So I added a small feature: to show all points-of-interest. I would have liked to see something similar in the next version.
Thank you. ModRana remains the most comfortable and versatile navigation tool for me.

Thanks, seems like a good idea ! :) I have integrated your patch - there is now a show all button in the POI menu. :)

Preview packages should be available in a few minutes & and I'm also almost ready for an Extras release.

MartinK 2012-05-14 19:18

Re: [Announce] modRana: a flexible GPS navigation system
 
I worked a bit more on POI handling - modRana now saves visible POI and restores them at startup. :)

BTW, this is the changelog for the preview package so far:
Code:

* initial QML GUI
* faster tile download
* fix track logging
* correctly handle zero-length tracklogs
* fix download-along tracklog
* fix screen redrawing in GTK GUI
* show proper window header in QML GUI
* better layer selection dialog in QML GUI
* fix point selection in P2P routing in GTK GUI
* fix appearance of point selection buttons in GTK GUI
* link to the whole Wikipedia article can be opened from modRana in GTK GUI
* clickable links for the About screen in GTK GUI
* fix listable menu for Wikiepdia search results
* make-all-POI-visible button, thanks Wikiwide !
* improved About menu in QML GUI
* save & restore visible POI


MartinK 2012-05-14 22:44

Re: [Announce] modRana: a flexible GPS navigation system
 
ModRana V0.31.1 is now in Extras-devel. :)
V0.31.3 fixes broken link opening when Opera is installed.

petur 2012-05-15 16:12

Re: [Announce] modRana: a flexible GPS navigation system
 
Just upgraded to 0.31.3 and in centered view I get no maps just grey background. Once I drag the map shows. Buttons and icons show fine.


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

vBulletin® Version 3.8.8