![]() |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Late V0.27-4 release announcement :)
What's new ?
Also, modRana is taking part in this years MeeGo coding competition. :) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
BTW, path to the tracklog folder can be configured in user_config.conf. :) Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Martin,
I don't know if I am missing something, but is it not possible to simply search for a location (by address, postcode city etc), and then to have this location shown on the map? Currently if I want to do this, I have to use the "address to address" routing functionality, and then follow the blue route line all the way along just to see the map of the end point. It would be nice if there was an option within the 'search' menu to input a location/address and then be taken to this location. :) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
I've just installed v0.27-4 and it does not save modified options. I tried to take a look at config files and I do not have a /home/user/.modrana directory :-O
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Please run modRana from the terminal by typing: Code:
modrana |
Re: [Announce] modRana: a flexible GPS navigation system
I think I know what the problem is (was).
When running modrana from command line, it says: cannot create directory, file already exists: '/home /user/.modrana'however, as I said, I had not seen that directory. So I get into my phone via ssh and I see that it does exist /home/user/.modrana, but I was not able to cd into it because it is owned by the root user: -rw-r--rw- 1 root root 4740 Jul 25 11:46 .modranaI tried to get inside that directory, but I do not know why I could not. I thought it was a matter of permissions, but it was not: Nokia-N900-51-1:/home/user# chmod 777 .modranaI erased it, and after that, I ran modrana again, and now I have the proper .modrana directory: Nokia-N900-51-1:/home/user# ls -l .modranaCurious thing is, I do not remember that I have created that .modrana directory as root. Here, pastebin before the "workaround", and here, the pastebin after. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Code:
drw-r--rw- 1 root root 4096 Jul 25 11:46 .modrana |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
More to the point, what was in the file and how did it get there? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Code:
# migrate options.bin Notice how there is no / after .modrana ? :D Well, still better than the bumblebee disaster. :) I'll release a version with updated postinst shortly (and add a fix that fixes all those .modrana files). :) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Bleeding edge really bleeding for someone right now :O) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Your idea of a hash-like index using separators seems a good idea. My only other thought was to force each of the x,y,z elements to a fixed length (perhaps by adding 1000000 to each, depending on what the biggest number each one could possibly be). But your method makes it more compact. Then for version 2, your lookup table could be: Code:
CREATE TABLE tiles (z INTEGER, x INTEGER, y INTEGER, store_filename STRING, extension varchar(10), unix_epoch_timestamp INTEGER, store_tilenumber INTEGER, lookup STRING, PRIMARY KEY(lookup)); Version 2 of the tile store could be: Code:
CREATE TABLE tiles (z INTEGER, x INTEGER, y INTEGER, tile BLOB, extension VARCHAR(10), unix_epoch_timestamp INTEGER, id INTEGER AUTO INCREMENT, PRIMARY KEY(id)); So you'd insert the tile in the store first, then retrieve the value of the id column to populate the store_tilenumber column in the lookup table. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
1 Attachment(s)
Had error message when tried to upgrade modrana install. Look attachment.
|
Re: [Announce] modRana: a flexible GPS navigation system
Hi, I really like this app very much and most of it I like the downloading function. But what I'm currently missing is a layer for public transport. I guess for most countrys these data exist but I don't know whether there is one map that covers all i.e. globe. But if it was possible in any way to add a layer for public transport this would be amazing. Travelling to foreign countries is made much easier if one can use a map with highlighted transportation. Maybe you can have a look at maep which offers this layer but sadly lacks downloading ability.
Another question (I guess this is already answered but I didn't find): Is there an easy way to download all needed tiles for an area externally and afterwards just throw them into correct folder on N900? downloading a bunch of some 20k tiles at once is quite hard. My N900 gets quite hot when using 3G-connection that intense. |
Re: [Announce] modRana: a flexible GPS navigation system
There are other interesting layers too: rain radar, traffic jams,...
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
...move /home/user/.modrana to somewhere else, and after upgrading package, move it back.
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
mkdir: cannot create directory '/home/user/.modrana/': File existsErase that file (as root, using terminal) and try again. Before erase it, it would be useful to attach it here, to see what it has. I erase mine before taking a look at it. |
Re: [Announce] modRana: a flexible GPS navigation system
The mysterious .modrana file should be renamed options.bin (file that stores current modRana settings) which due to missing / in the postinst script got moved to /home/user and renamed .modrana instead to be moved to /home/user/.modrana/
I have uploaded a newer version - looks like I forgot to first rename the .modrana file before creating the .modrana folder. Let me know if it works now. :) |
Re: [Announce] modRana: a flexible GPS navigation system
I've just upgraded to 0.27-7, no problems at all so far.
|
Re: [Announce] modRana: a flexible GPS navigation system
0.27-7 is fine here too
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Other files just need to be in MyDocs:
@more layers What is currently precluding adding more map layers (I know about quite a few nice OSM based ones for example) is actually the layer selection method. The current toggle-based one is already barely usable. I'll do something about this and then start adding new layers. :) Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Yesterday, modRana V0.28-2 has been released. :)
What's new ?
|
Re: [Announce] modRana: a flexible GPS navigation system
Thanks! Already using it :)
|
Re: [Announce] modRana: a flexible GPS navigation system
Why is this software version 0.something?
I think this software is mature enough to have a higher version number. Many people may not try it because 0.27 seems too early developed. I've been using it for a while now and for me is extremely useful. I live in a country where Nokia Maps does not work well due the lack of map detail and I have to rely on a OpenSource apps like Modrana. My only complain is how it "talks", but I think it is a eSpeak problem :-) It is a shame I can not help coding, but if you find it useful, I can translate it into Spanish. I do not know if the texts in modrana UI are hard coded or were thought/designed to be translated. |
Re: [Announce] modRana: a flexible GPS navigation system
Would there be the possibility to work on the UI? For example. testing different buttons / resources? Is the information available in the wiki? I hope they are not compiled in.
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
This numbering originally started on 0.01, 0.04 being the firs released version. Changelogs 0.04-0.27 are on the modRana wiki, BTW. :) Quote:
In the meantime, I would like to at least localize the voice output. Currently it combines English spoken distance and status messages with turn announcements available in multiple languages - the results sounds quite strange. :) So if you don't mind, could you translate this few words to Spanish ? :) Code:
EDIT: I have created a translation page on the Maemo wiki. :) Quote:
Design, usability, testing, graphics improvements, ... ? Quote:
Basically the whole GUI is just a single widget and everything is drawn using Cairo. |
Re: [Announce] modRana: a flexible GPS navigation system
Sure, i would like to help on improving the user interface. But as i'm always trying to avoid changing code / (re)compiling, i prefer editing and changing resources directly on file level.
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Darn, I can't update. When I look in the log, it is not a problem with the .modrana folder/file, but rather a problem with Yate. Does anyone else who uses Yate have this problem?
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
That said, offtopic, I still don't understand moving to 3.xxx in the linux kernel with no major stepup from the last 2.6... |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
(Another example: Firefox 3.7 was functionality-wise already 4.0.) |
Re: [Announce] modRana: a flexible GPS navigation system
Btw Martin, i checked a bit of the source last night. Some questions:
1) /opt/modrana/os.path seems like Postscript or something? What's this file for? 2) /opt/modrana/nbproject/project.properties lists "platform.active=Python_2.6.6" As far as i remember, Python 2.6 was a bit of a break compatibility-wise, was it? We have no official 2.6 on the N900; so does make it any difference if you develop with 2.6 under NetBeans instead of 2.5? 3) the theme.conf lists only the icons and the colors. What i also try to achieve is, changing the layout / the shape of the rounded "button" / "info" tiles. which file in /opt/modrana/modules/ is responsible for this? |
All times are GMT. The time now is 18:50. |
vBulletin® Version 3.8.8