![]() |
Re: [Announce] modRana: a flexible GPS navigation system
Wonderful app! Particularly the tracklogging which I like for sailing (one can determine when to tack).
<problem> I lost the crosshair/fix/pointer as well as the tracks and start/end pointers. Latest build no improvement. |
Re: [Announce] modRana: a flexible GPS navigation system
Martin: In the bug on causing the SGX driver to lock up, the Nokia rep noted the problem may be from sending too much to the drawing system. (Bogus, I know, but...) One thing of note was placing an entry in /etc/powervr.d/ for the program to "increase it's GL command buffer". I'm not sure how this is done though. Thought maybe you'd have and idea? :)
|
Re: [Announce] modRana: a flexible GPS navigation system
v 0.20-3 fails in postinst while chmodding /opt/modrana/cache/images/
It fails since there's dirnames with spaces in this dir, if you've downloaded some files, and the busybox `chmod -R' doesn't cope with these it seems... |
Re: [Announce] modRana: a flexible GPS navigation system
in addition to forementioned problem
Quote:
Start in Xterminal shows the following Code:
~ $ modrana I'm not experiencing other big failures other than some widgets falling out. I have toggled 3G/GSM while running Modrana by the way <edit> I have tried reinstall (OTA). Xterminal session of modRana still shows the above. I can safely say that I left mod_options.py untouched, so far as I made no textual alterations whatsoever. I miss this app with its k i c k a s s tiles, could anyone help restoring this modRana 0.20-3? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
BTW, concerning flashing - I have been using dfu-util in Linux to flash about everything in Neo, including rootfs (SHR), kernel and even the non-hardwired bootloader quite recently - without issues once I set the correct path and usb id. Quote:
IMO, this looks like a textbook use-case for a regexp -> I think I'll just add support for adding custom regexps to the filter file :D Something like: Code:
regexp;your_regexp_code Quote:
So you should use either Code:
St. ;Street Code:
St.;Street Quote:
Also, thanks for all the new substitution rules! :) Just a question to the gkuenning ones: Code:
Ave;Avenue Quote:
This froze the whole GUI once there were enogh new tiles on the screens, because the drawing function waited for all the new tiles to load. There was also no limit on the number of concurrent download threads, which is another matter. I think you can imagine what happened if you entered an area with poor network coverage at hight speed without any thread-count limit :) I have changed how tile drawing works like this:
The slower apparent loading of tiles might be caused by the default once-per-second screen refresh. If you are not dragging the map, modRana updates the screen only once per second, as this is the shortest interval I can get a new fix in. Not much sense to update more often IMO. The first redraw draws the "Loading..." tiles and sends loading requests. And only the next redraw that happens a second later shows the actual tiles that were loaded to the cache in the meantime. I think sending a screen redraw request once a tile is finished loading might improve/fix this. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
BTW, modRana is not actually drawing that much, but it does redraw the whole screen each time. ModRana redraws frequently only when the map is being dragged, otherwise the screen is redrawn just once per second, (as mentioned earlier). The weird thing is that most of the freezes that have been reported for modRana so far were IIRC not while dragging the map but while just looking at it or even when the screen was blanked. Maybe it doesn't like when applications redraw while the screen is blanked ? I think I have noticed something in this sense in one of the new comments to the freezing bug. Quote:
Quote:
/opt/modrana/data/options.bin ModRana will create a new one with default settings if it cant find the old one. This might even solve your other problem with missing position indicator. Also, failed loading of the options file should really fail more gracefully, with a "loading settings failed" notifications and not with a crash... I'll do something about it :) |
Re: [Announce] modRana: a flexible GPS navigation system
No voice nav?
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Yes, it does pronounce the route turn-by-turn, with help of espeak, if you have Internet to get routing from Google. |
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
btw, I have both .maps and .map_tile_cache directories in MyDocs.
I wonder for what .map_tile_cache is for? It is empty. modRana and Mappero are both using MyDocs/.maps ? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
</problem> 1 0 0 % f i x T H X ! I might add that it works better than first install (I think it was 2 versions before v 0.20-3). Namely, I believe after first install two blue squares where always present on navigation screen (mentioning: starting a track to calculate time to resp. start and destination). They're not there now anymore (hadn't figured those out btw; they remained always the same*). *edit: except in your exemplary tracks, somewhere way out east :D |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
I also found part of the issue with my longer trip? Apparently something in the install is nuking the sqlite db files? When I updated to the new version the db file went away. So I'm backing those up now before updates in the future. :) Quote:
Code:
St.;Street Code:
Turn right on <emphasis>Jay St</emphasis> Code:
Turn right on Jay Street /emphasis> Quote:
Thanks for the feedback and updates! |
Re: [Announce] modRana: a flexible GPS navigation system
Just noticed that TTS does not quite follow the device volume setting, if I lower volume using the hardware keys, TTS volume lowers, but it can get louder by itself again, or new TTS messages start at full volume.
This is with the latest version in -devel |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
The log however keeps saying "threads: 9" though I raised these to 50 in options, so maybe you didn't implement the option properly. Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
If there's regexp then this should do it: Code:
St\.;Street |
Re: [Announce] modRana: a flexible GPS navigation system
My /var/log/syslog is flooded with warnings when I use modRana.
A known bug? Code:
Dec 18 00:25:56 Nokia-N900 [1153]: GLIB DEBUG default - location-sb: fix status changed: 3->2 |
Re: [Announce] modRana: a flexible GPS navigation system
Latest version, same error in batch download:
After a while: unable to open database file exception in get tiles thread I thought it disappeared in the prior version, now it's back. What's the prob? |
Re: [Announce] modRana: a flexible GPS navigation system
<noticed>
-Changing from Car Mode to another mode and then back to Car Mode--> two blue rectangles are added to the navigation UI. They mention adding a track to show time to either start or destination. I'm unaware what function these rectangles have to have. Do they contain a future feature? Like more info on route? I noticed in the exemplary logs they turned up with a function. (forementioned removal/renaming of file named /opt/modrana/data/options.bin and consequent reviving of the same (after re-run) has modRana restart a UI without the rectangles) <wildely proposed feature> Another mode in which you could plot more than two (simple) track points would be very cool. If added by absolute directions (straight path) for each part of the route would make a Ship Mode. Visualization: dots with the wind direction and distance as indicator of where to go. Sky rocketing would it be if a straight line was drawn from present position to next track point :p but I guess this all would be a bieg job to realize. <general question> The GPX files. (What prevends them from being opened in Google Earth?) Is it possible to mutate those on PC (other program)? |
Re: [Announce] modRana: a flexible GPS navigation system
So that I don't forget, I propose to move the cursor point when automatic display orientation is on...
Currently, your vehicle is exactly in the middle of the screen, which doesn't make sense, you don't have to see half screen of what you've already passed. So when auto-rotation is on, meaning you're driving, your position should be on the bottom of the screen, with maybe MAX 10 percent of what's behind you visible, the rest should be ahead of you, so you can consider what's coming up... |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
MartinK,
I have to turn debugging on, but I've had at least 2 occasions now when modRana has "closed" and turned off GPS, but remained "running" in the background. (eg, it's still there in top, like 2 hours later.) Not sure why, but... one more thing to add to the list? :P |
Re: [Announce] modRana: a flexible GPS navigation system
Looks like a skiped this question last time:
Quote:
Quote:
Quote:
Don't know about the .map_tile_cache, but I have it too. Maybe it is used by Geeps, Ovi maps, AGTL, Buscatcher or some other software ? Quote:
Quote:
Quote:
As there is currently always a closing a tag on the end of the street description just after the abbreviation, I have added a substitution rule like this: Code:
Ave<;Avenue< Concerning regexp support, after studing the documentation in more detail, it turns out that modRana already supports regexps :) the re.sub function I have used used actually takes as pattern as input and substitutes all matches with a string given as its second parameter. Just write a regexp with correct syntax on a line to the rules file, separated by ; from the string that should replace what your regexp matches. :) Quote:
The number of batch download threads is currently hard-coded, but it should be also user-configurable soon. Quote:
BTW, provided MyDocs is still writable after you get this error, it might be possible to reconnect to the database and recover from this error. Quote:
Quote:
I remember getting something like this in a quite while ago in scratchbox - I thought it might be related to the incomplete liblocation implementation present in scratchbox. Looks like there might be another cause if this also happens on the device itself. Quote:
Quote:
Quote:
Quote:
Quote:
BTW, this might be quite a nasty bug as it would mean that the used memory would not get released + there might even be some useless CPU activity. Even worse if such processes accumulate. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
BTW I too have been getting the "street slash emphasis" problem. I noticed also that voice alerts seem to come while I'm in the intersection - could these possibly be moved back about fifty yards or so? Also, would it be possible to round the distance? "In four hundred and ninety-five point eight yards" is no more helpful than "In five hundred yards" and takes a good while longer for eSpeak to say. |
Re: [Announce] modRana: a flexible GPS navigation system
MartinK, I have two usability questions/requests:
1. I think it would be nice to only unlock the auto-centering when the user actually swipes, as rerouting or going into the menu always unlocks the auto-center. So ignore normal taps :) 2. For me the route info box should be only shown when I tap the screen, so that it is only shown when also the menu and maximize buttons are shown. And the routing box could be smaller too :) I have recently started using ModRana as my main routing device, and I am generally happy with it! Keep up the good work man! |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
I spent many hours searching how to hear messages when mediaplayer is playing (it mutes all other apps). solution was to write: - - - - - - [stream] exe = espeak group = ringtone - - - - - - into /etc/pulse/xpolicy.conf. btw espeakcaller does same! now i can listen something over FM-transmitter and also hear navigation messages. |
Re: [Announce] modRana: a flexible GPS navigation system
Thanks! What does that mean for the volume - would that make it use/follow the ringtone volume setting?
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
I have created the first Modrana theme!! It is based mainly on iPhone icons. Download from http://www.mediafire.com/file/8p51x4.../bitmap.tar.gz to the n900. From xterm, run
Code:
root BTW martinK is some of the UI hardcoded in Cairo? My theme isn't changing the plain text boxes. Also would it be possible in the future to use a user directory (such as /home/user/modrana) for storage of customizable elements so they are not overwritten on every update? |
Re: [Announce] modRana: a flexible GPS navigation system
3 Attachment(s)
Here are some screenshots of Modrana with the new theme.
As can be seen in the third one, I am unable to modify the plain text boxes. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
oh nice, thanks... but I use Google Maps far more than Earth (which is just a gimmick for me). And getting Google Earth to run properly on linux can be a pita
|
Re: [Announce] modRana: a flexible GPS navigation system
Enhancement request:
-Text centered in buttons and same font & style. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Code:
sudo apt-get install lsb-core Quote from a Google Maps help thread: Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
BTW, a reverse process (sqlite -> tiles) would be also possible... Quote:
Quote:
It might be also possible to render an image under/instead of those elements, preferably an SVG due to scaling but bitmap should also work, even if it might not be always sharp. Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Ok, i am new to this...can you use the map without internet or do you have to have internet to use the map? So if you're out in the car and don't have internet access...basically you can't use it?? Can you download and save map ?
edit: Ok, i just notice this thing can't do offline routing! Is it possible to add this feature? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Maps should be downloaded to /home/user/MyDocs/.maps/ if "file storage" in Modrana is set to "files", not "sqlite". To prevent Modrana from downloading tiles over WiFi on the fly, set "Network"->"Only for important data". For example, there are several programs to download OpenStreetMaps: http://wiki.openstreetmap.org/wiki/C...le_downloading Google and Yahoo Maps can be downloaded, too. http://wiki.openstreetmap.org/wiki/GMapCatcher http://code.google.com/p/gmapcatcher/ Offline routing isn't easy to add. It requires using and analysing vector data, understanding which paths are only for human/automobile/bicycle, one-way only roads, etc. But it may be added later, there is a ticket for it, I heard. |
All times are GMT. The time now is 14:54. |
vBulletin® Version 3.8.8