![]() |
2010-12-20
, 12:19
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#422
|
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...
![]() |
2010-12-20
, 21:11
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#423
|
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2010-12-21
, 02:57
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#424
|
Will there ever be support for skins? The default look seems rather cartoony to me, and I would like to try making another theme. Other than this, and the current lack of hardware acceleration, it is perfect!
So maybe this dir is a historical remnant from an old modrana installation. On a clean install the postinst script doesn't bomb obviously, I'll try to use it for a while and see if anything gets placed in the dir...
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 ?
I was having the same issue. 0.20-3 fixed it for me.
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.
I got this too, and know how to fix it.In the rule file you have:
In the case of regex, the dot (.) matches a single character. So:Code:St.;Street
becomes:Code:Turn right on <emphasis>Jay St</emphasis>
Code:Turn right on Jay Street /emphasis>
Makes sense, but I thought there was no regexp support so far, that it was just a straight replace, isn't that so?
If there's regexp then this should do it:
Code:St\.;Street
Ave<;Avenue<
The log however keeps saying "threads: 9" though I raised these to 50 in options, so maybe you didn't implement the option properly.
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?
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
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 Dec 18 00:25:56 Nokia-N900 python2.5[6238]: GLIB WARNING ** default - Trying to register gtype 'LocationGPSDeviceSet' as enum when in fact it is of type 'GFlags' Dec 18 00:25:56 Nokia-N900 python2.5[6238]: GLIB WARNING ** default - Trying to register gtype 'LocationGPSDeviceSet' as enum when in fact it is of type 'GFlags' Dec 18 00:25:57 Nokia-N900 [1153]: GLIB DEBUG default - location-sb: fix status changed: 2->3 Dec 18 00:25:57 Nokia-N900 python2.5[6238]: GLIB WARNING ** default - Trying to register gtype 'LocationGPSDeviceSet' as enum when in fact it is of type 'GFlags' Dec 18 00:26:05 Nokia-N900 last message repeated 17 times
Do they contain a future feature? Like more info on route? I noticed in the exemplary logs they turned up with a function.
<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 pointbut 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)?
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...
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
![]() |
2010-12-21
, 04:25
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#425
|
Looks like a skiped this question last time:
Well, even though I currently don't see this as a high priority, it would quite easy to do. All graphical icons in modRana are just PNG files (you can find them in /opt/modrana/icons/bitmap) and other GUI elements are drawn with cairo at runtime. Skinning support would just mean a per-skin bitmap folder + color definitions for cairo drawing.
![]() |
2010-12-21
, 08:59
|
Posts: 650 |
Thanked: 497 times |
Joined on Oct 2008
@ Ghent, Belgium
|
#426
|
![]() |
2010-12-21
, 09:01
|
Posts: 650 |
Thanked: 497 times |
Joined on Oct 2008
@ Ghent, Belgium
|
#427
|
<general question>
The GPX files. (What prevends them from being opened in Google Earth?) Is it possible to mutate those on PC (other program)?
![]() |
2010-12-21
, 14:30
|
Posts: 61 |
Thanked: 83 times |
Joined on Feb 2010
@ Estonia
|
#428
|
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
The Following 9 Users Say Thank You to zod For This Useful Post: | ||
![]() |
2010-12-21
, 14:32
|
Posts: 650 |
Thanked: 497 times |
Joined on Oct 2008
@ Ghent, Belgium
|
#429
|
![]() |
2010-12-21
, 20:21
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#430
|
Well, thats weird, I'll investigateAt least it should not be caused by the packaging scripts as all the database files are created on runtime and are thus not listed in the package manifest. also the scripts don't do anything in MyDocs, at all.
Concerning regexp support, after studing the documentation in more detail, it turns out that modRana already supports regexps
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
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...