![]() |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
i However, I realized that it has to do with a usage pattern. If you select route->address to address and then click on "start" with the keyboard closed, you'll get the on-screen keyboard and you can see what you're typing with no problem. But if you open the keyboard, you'll get a little dialog window at the bottom fo the screen that reads "Input the start address". That one uses a black font on a black background. You can see the text if you swipe to select it, which changes the background to light blue. I don't see anything in user_config.conf to control font colors. I don't have a .gtkrc controlling anything. However, after a bit of exploring, I found that I could modify mod_textEntry.py to fix the problem. After the line: Code:
entry.set_text(initialText) Code:
entry.modify_text(gtk.STATE_NORMAL, gtk.gdk.color_parse('#ffffff')) Hopefully, this post will give somebody who knows more about gtk what they need to fix this bug. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
Seems doable, I was already planing to add some non-map navigational aids and this would quite fit in (together with that directions + distance indicator) :) BTW, modRana already uses the shortest, once-per-second GPS-fix update interval provided by liblocation. Could that be too slow for racing ? Quote:
Quote:
|[ hide ][ last ][ next ]| | | | turn to X towards Y| | | | click to reroute | IMO, its more apparent like this, that these buttons belong to the directions box. Quote:
I'am going to work on fixing this as high priority, just in case. Quote:
I suspect the automatic tile download mechanism might be causing this. It basically spawns a thread for every tile that is not found in the local storage. Provided you are moving fast enough and have a bad Internet connection at the same time, there can be quite a few threads that are contesting for bandwidth and each can live for up to 30 seconds, before its connection times out. I guess a limit on the number of concurrent auto-download threads might be in order. But this still should not cause a black screen - just a slowdown, so there is probably also something related, that breaks the drawing. Please consider logging this behavior next time it occurs :) Quote:
Quote:
BTW, this is how dragging the map with a long road displayed looks like: http://nlp.fi.muni.cz/trac/gps_navig...2-20_route.png mod_projections, which does most of the conversions, Takes quite a few percent of the combined time modRana used in the expose function. This is how just dragging the map without any route or tracklog looks like: http://nlp.fi.muni.cz/trac/gps_navig...ging_long2.png Whole 22% percent is eaten by cairo (bottom left.center) drawing all the bitmaps being moved around (unlike for example Mappero or AGTL, modRana redraws the map during drag). A single screen redraw takes too long, resulting in laggy map dragging. This might be improved by using clutter, which is GPU accelerated to draw the map. Well, yesterday I got running python bindings for Clutter 1.0 compiled and running, so I can slowly start working on it :) Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
What happens to me, I just try to prenavigate an area where I'll be going, basically just look at the map, move the cursor around. After a set period of time of doing this, let's say 10 minutes, it will always black when moving further, i.e. you move the screen more to a new area let's say south of where you are looking, and it turns completely back. If you move it back south to where you were before the move, the tiles appear. It would seem like a memory leak or something. Anyhow this happens when driving also, notably, when autocentered, the map would turn black, when clicking on the screen, which turned the autocenter off, the map would appear, and the moving cursor, too. Then as I'd be driving it'd move of the map, autocenter again - black, click the screen - the map is there, if autocenter right away - black... And so on... Very annoying... It looks to bee like too many concurrent processes, or don't know, but it's not downloading the tiles, as they are already there, but still black... |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
I will be changing the default path to a "tracklogs" folder (or is there already some well known folder other programs use for storing GPX tracklogs ?) in MyDocs in near future, so that the tracklogs are easier to access. Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
So this is not a voice nag app right?
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Overall, sounds like you've got plenty on the plate to work with. I'll happily test things out with new releases as they come out! :) I'm also hopeful to getting things setup (build env, etc) this weekend to start porting the tile server. I probably won't have a release before Monday, but if things go smoothly... we'll see. :) |
Re: [Announce] modRana: a flexible GPS navigation system
This might be a silly question but I couldn't find it in the menu or on screen menu. Is there a way to see all the directions at once? When I'm the navigator my fiancee often wants me to tell her the next two or three steps which I can't seem to do with Modrana.
|
Re: [Announce] modRana: a flexible GPS navigation system
1 Attachment(s)
That's strange, but after the latest update I see no buttons, no menu.
Here is log from X Terminal. |
Re: [Announce] modRana: a flexible GPS navigation system
The batch download might be buggy. I've been trying to download a 40km area in this webcafe for ages, can't get it done.
The log shows it's going fine for a while: Batch tile dl working... (threads: 7) pending: 86618, done: 3608 ... Then exception in get tiles thread: database is locked .... a number of times. Then the download seems to go on, but much much faster, super fast, which is impossible, and of course the tiles are not downloaded... |
All times are GMT. The time now is 23:20. |
vBulletin® Version 3.8.8