The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-07-13
, 23:14
|
Posts: 290 |
Thanked: 68 times |
Joined on Nov 2009
@ Barbados/London
|
#502
|
|
2011-07-18
, 11:36
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#503
|
@anyone who got this to work..heres what im doing
im copying pasting the script from jiri into xterminal...(as instructed as root)
http://www.pittnerovi.com/jiri/hobby...900/index.html
changed the sound path to /cities/Voices/navigation_sounds/english/english_us_male
speak02.py is in the cities folder that path is the same as above...
espeak gui does not recognise the files but they are present....but espeak is working (did the test and it works)
so i dont know what im doing wrong at all.....
|
2011-07-20
, 13:37
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#504
|
|
2011-07-20
, 15:02
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#505
|
|
2011-07-20
, 17:35
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#506
|
Turn by turn navigation on Nokia N900 with voice guidance using community extension of OVI maps
N900 users have been neglected in this respect by the company, but fortunately the community developed an improved version of OVI maps for N900 itself, particularly thanks to Blaizzen and CormacB. There was some confusion in the discussion thread, since the two versions posted were not compatible. For some reason I do not know, the HTML5 version does not work on my phone, so I will describe how to install the one by Blaizzen using the python server. There is no distribution package yet at the time of writing this note.
I have made some modifications, particularly to run the python server forever, and let it listen only at the localhost interface, and switching off the "onto street_name" part of voice guidance, since it did not work properly with Czech street names anyway. (Probably it might work if I would switch globally the phone localization to czech and change the language in the python server, too, but I do not like to do this.)
To install and run it do the following:
0. assuming your phone locale has been set to english_us in the setup menu, otherwise change appropriately
1. Login to N900 as root
1.1 apt-get install espeakgui espeak libespeak espeak-data wget unzip
1.2 (optionally) espeak 'hello world' to check that it works
2. cd /usr/share/nokia-maps/html
3. mv index.html index.html.nokia; gzip index.html.nokia
4. wget http://www.pittnerovi.com/jiri/hobby...00/maps.tar.gz
5. tar zvxf maps.tar.gz; rm maps.tar.gz
6. cd /home/user/MyDocs; mkdir navigation_sounds; cd navigation_sounds; wget http://static.s2g.gate5.de/maploader...english_us.zip
6.1 unzip english_us.zip (do not rename to .wav)
6.2 cd /usr/share/nokia-maps/html ; ln -s /home/user/MyDocs/navigation_sounds/english_us .
6.3 change SOUNDPATH in speak_02.py if using different language directory
7. nohup ./speak_02.py >/dev/null &
7.1 (optionally) wget -O /dev/null http://localhost:9999/hello ; wget -O /dev/null http://localhost:9999/:g5ann_001 (to check that it works with both sampled and synthetized speach)
It tried to install and then did not want to open .... load.
8. start OVI maps from the GUI.
|
2011-07-21
, 12:51
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#507
|
Well I have not used any method, just suddenly stopped opening ....
How can I fix it?
2. cd /usr/share/nokia-maps/html
3. mv index.html index.html.nokia; gzip index.html.nokia
|
2011-07-21
, 18:32
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#508
|
|
2011-07-22
, 01:46
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#509
|
I fixed it!
Installed here: http://nokia-n900.com/nokia-n900-ovi-map-enhancement/ voice guidance in English (U.S.), all fine, but when you restart your phone, no more voice navigation is no longer active. You know what could be the problem?
|
2011-07-22
, 06:02
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#510
|
If all else fails, make sure the html file is the latest one from: http://talk.maemo.org/showpost.php?p...&postcount=467
Also just to make sure, it is only the html file and omvoiceserver right? and not the python script. As both methods are different to each other.