The Following User Says Thank You to magic_doc For This Useful Post: | ||
|
2012-08-08
, 08:10
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#602
|
Nope, the internal gui is working too and is my prefered one.
You can activate it in the navit.xml shipped with the latest version.
CU Michael
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-08-08
, 09:06
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#603
|
<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-08-08
, 17:05
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#604
|
As I am next to my computer and not in a car, I have not tried navit in practice yet, so I have a couple practical questions also:
1) Is it possible to display the speed of the vehicle from GPS? I cannot find anything in the settings. As I am indoors, GPS is not locked, so I do not know if it changes then.
2) How sound and directions work? I set a destination and set my position (not through GPS but manually, GPS is not locked), the route gets displayed, but I cannot find directions anywhere and the phone does not speak.
I found in this thread the following speech.xml content I am using.Navit does not complain, but is there a way to test the speech without actually driving around?Code:<speech type="cmdline" data="echo '%s' | espeak -ven-us+f2" cps="1"/>
3) Is it possible to turn off points of interests from view? There are so many in my city (Prague) that I can only barely see the roads underneath them.
4) And the last one. If I take a wrong turn, does it reroute itself automatically?
|
2012-08-09
, 07:25
|
Posts: 87 |
Thanked: 80 times |
Joined on Sep 2009
|
#605
|
Oh, now I se I was confused. There are two settings:
1. graphics type, where only gtk_drawing_area is working, right? What would be the benefit of qt_painter, would it be faster?
2. gui type with options qml, internal and gtk. Internal is the only working for me. Would qml be better, if qt_painter worked, or is there no conection?
The Following User Says Thank You to magic_doc For This Useful Post: | ||
|
2012-08-09
, 07:35
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#606
|
Shure qt_painter with qml would be faster, but rdorsch which compiles the packages cannot do it due to a bug that isn't fixed yet (and probably never will be) .
You can look up details in this thread not long ago if you're interested.
Cheers, Michael
<speech type="cmdline" data="espeak -vde+m2+croak '%s'" cps="10"/>
<speech type="espeak" enabled="no"/> <xi:include href="/home/user/.navit/speech.xml"/>
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-08-10
, 07:47
|
Posts: 87 |
Thanked: 80 times |
Joined on Sep 2009
|
#607
|
Well, a pity but it is still usable.
I have seen that you posted about making sound work with navit. I tried to replicate it but with no success. Do I understand it correctly that your speech.xml is as follows:
(i.e. nothing else is there)Code:<speech type="cmdline" data="espeak -vde+m2+croak '%s'" cps="10"/>
and the relevant snippet in navit.xml is:
It does not work for me and I do not know what is wrong. How often navit actually speaks?Code:<speech type="espeak" enabled="no"/> <xi:include href="/home/user/.navit/speech.xml"/>
espeak -vde+m2+croak 'hello' cps="10"
The Following User Says Thank You to magic_doc For This Useful Post: | ||
|
2012-08-17
, 15:22
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#608
|
and the relevant snippet in navit.xml is:
It does not work for me and I do not know what is wrong. How often navit actually speaks?Code:<speech type="espeak" enabled="no"/> <xi:include href="/home/user/.navit/speech.xml"/>
The Following User Says Thank You to gianko For This Useful Post: | ||
|
2012-08-17
, 16:08
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#609
|
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-08-19
, 20:50
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#610
|
#!/bin/sh export LC_ALL="en_GB.utf8" navit export LC_ALL="cs_CZ.UTF-8"
Tags |
navigation, navit, nokia n900, openstreetmap |
Thread Tools | |
|
You can activate it in the navit.xml shipped with the latest version.
CU Michael