Active Topics

 



Notices


Reply
Thread Tools
jmo707's Avatar
Posts: 67 | Thanked: 64 times | Joined on Feb 2015 @ Argentina
#1781
Hi MartinK. First of all: thanks for this great software! I had it working a couple of times (before having to flash my N900 because reasons :P) but never could get the full of it. After my last flashing I'm reaching a sweet point where I've only to refine the applications in use.

Well, given that, it's the first time I have this problem: when I start modrana from my device (icons or command line) the tiles never load. They just stay in "Loading". I've changed the obvious options several times and tried on wifi and gprs, but "obvious" is very relative. I wanted to ask you how can I trace this problem.

On the other hand, I don't know if there is any load difference between the three installed executables of modrana (modrana, modrana-gtk and modrana-qml) On my N900 the three look the same and, at least for what I could see on htop, consume the same amount of memory.
 

The Following 3 Users Say Thank You to jmo707 For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#1782
JMO707, if you choose one like Google earth or satellite it will work, Open Street Maps and some of the other free options give me problems. There are tricks in the thread but I currently use Sygic for mapping and ModRana for Google satellite when choosing campsites.
 

The Following 3 Users Say Thank You to biketool For This Useful Post:
jmo707's Avatar
Posts: 67 | Thanked: 64 times | Joined on Feb 2015 @ Argentina
#1783
Hi biketool, thanks for answering.
When you say "choose one like Google earth or satellite" do you mean as Main map on Map layers? I've already tried that.
It's strange, because, as I said, using ssh to start modrana---

[minutes later]

Ok. I've found it to be a permissions problem (doh!)
As root modrana loads the tiles, but no as user. Which permissions do you have set on .maps folder? Mine are this:

/home/user/MyDocs/.maps # ls -l
drwxr-xr-x 2 root root 4096 Mar 3 09:13 OpenCycleMap
drwxr-xr-x 8 root root 4096 Mar 3 09:07 OpenStreetMap I
-rw-r--r-- 1 root root 3072 Mar 3 09:09 modrana_poi.db
drwxr-xr-x 3 root root 4096 Feb 28 20:35 monav_data
-rw-r--r-- 1 root root 3072 Mar 3 09:12 poi.db

Last edited by jmo707; 2015-03-03 at 19:38. Reason: Typos
 

The Following 3 Users Say Thank You to jmo707 For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#1784
Code:
BusyBox v1.23.0 (Debian 1.23.0power1+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ ls -l /home/user/MyDocs/.maps/
drwxrwxrwx   19 user     root         16384 Nov 26 09:26 OpenStreetMap I
drwxrwxrwx   20 user     root         16384 Dec 10 14:49 mapquest_eu
-rwxrwxrwx    1 user     root          3072 Nov 26 09:26 modrana_poi.db
drwxrwxrwx    2 user     root         16384 Nov 26 09:26 monav_data
~ $
How on earth did you manage to get the permissions as you did? Did you format your MyDocs as ext2 or what?
__________________
Русский военный корабль, иди нахуй!
 

The Following 4 Users Say Thank You to pichlo For This Useful Post:
jmo707's Avatar
Posts: 67 | Thanked: 64 times | Joined on Feb 2015 @ Argentina
#1785
In fact yes, but as ext4! I solved my problem by changing the owners of .maps and his contents to user.root

Thanks for your help =)
 

The Following 4 Users Say Thank You to jmo707 For This Useful Post:
Posts: 2,290 | Thanked: 4,134 times | Joined on Apr 2010 @ UK
#1786
Originally Posted by jmo707 View Post
In fact yes, but as ext4! I solved my problem by changing the owners of .maps and his contents to user.root
I always thought it wasn't recommended to make MyDocs an ext partition due to it breaking a large portion of applications. So don't rule out other applications having issues along the way.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 4 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1787
Originally Posted by sixwheeledbeast View Post
I always thought it wasn't recommended to make MyDocs an ext partition due to it breaking a large portion of applications. So don't rule out other applications having issues along the way.
Well, at least modRana should have no issues with storing map data to an EXT formatted MyDocs - as long as the access permissions allow it.

Using EXT or some other sane (semi)modern filesystem could help with the space wastage that happens due to the thousands of small tile image files, which is especially bad on FAT32 used for MyDocs by default.

This can of course be fixed/worked-around by using sqlite tile storage, but then you can't share tiles with another navigation app (as unfortunately no other Maemo navigation software supports the sqlite tile storage format modRana uses).
__________________
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 6 Users Say Thank You to MartinK For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#1788
any recent progress on 3d ?
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#1789
Any recent progress on mapnik?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#1790
Originally Posted by MartinK View Post
Mieru, my other Python app is already using Clutter for a part of its interface. The speed is OK and I have not noticed any Clutter related crashes. So basically I have all the needed tools - now I just need to sit down and start writing the code.

I have also developed custom kinetic scrolling code for Mieru, which should be also usable in modRana to enable kinetic scrolling for the (Clutter accelerated) map screen. Another use could be for Hildon independent kinetic-scrollable lists.
yes mieru is fast and cute
is there possiblity of using hw accleration on modrana ?
as using modrana more and more i.e becoming the go to app for navi the interface is feeling more and more cluncky i rather give it a -10 out of 10 considering the fluidity of your other apps . the concept is good but feels like a jet engine fitted to a bullock cart
maybe a release focusing solely on speed and ui is needed.
anybody thinking same ?
 

The Following 2 Users Say Thank You to nokiabot For This Useful Post:
Reply

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


 
Forum Jump


All times are GMT. The time now is 17:54.