Notices


Reply
Thread Tools
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#991
Originally Posted by jah25 View Post
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.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Posts: 45 | Thanked: 20 times | Joined on Aug 2010 @ London
#992
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 $
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#993
Originally Posted by jah25 View Post
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).
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Posts: 45 | Thanked: 20 times | Joined on Aug 2010 @ London
#994
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 #
 

The Following User Says Thank You to jah25 For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#995
Originally Posted by jah25 View Post
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.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 4 Users Say Thank You to MartinK For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#996
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.
Attached Files
File Type: txt In_mod_showPOI.py.txt (422 Bytes, 71 views)
 

The Following 3 Users Say Thank You to Wikiwide For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#997
Originally Posted by Wikiwide View Post
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.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 4 Users Say Thank You to MartinK For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#998
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
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 5 Users Say Thank You to MartinK For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#999
ModRana V0.31.1 is now in Extras-devel.
V0.31.3 fixes broken link opening when Opera is installed.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2012-05-14 at 23:25.
 

The Following 7 Users Say Thank You to MartinK For This Useful Post:
Posts: 650 | Thanked: 497 times | Joined on Oct 2008 @ Ghent, Belgium
#1000
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.
__________________
Affordable mobile internet in Belgium: Try Mobile Vikings
2 GB, 1000 SMS and 15 euro of talk time for.... 15 euro
 

The Following User Says Thank You to petur For This Useful Post:
Reply

Tags
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:43.