View Single Post
Posts: 4 | Thanked: 15 times | Joined on Nov 2010
#421
Originally Posted by robcmk View Post
Thanks, Jiri for your effective work.
I've tried three protocols by CormacB, Blaizzen, and you. Yours was the only one worked. But I'd like the street names announced, too. Can you please have a file that announces the street names posted?
"I have made little changes, e.g. to leave the python server running
forever (no shutdown) "----this function didn't work on my device. Once I exit XT and restart OVI map no voice played. I had to launch the python server each time before using the map. I followed your post, did exactly what you instructed, and repeated 3 times. The results were all the same. Can you suggest why?
Thanks again.
Robert
Dear Robert,

announcing of street names can be re-enabled easily in the
javascript code /usr/share/nokia-maps/html/index.html.
Look for the line with comment "speaking streets does not work except in english" and change the second argument to function
ev.data.maneuver.getSound(navTrans, false) from false to true.

It's hard to say ad hoc why your python server dies after ovi maps are closed - do you use my version, which ignores the "sthudown" command? You might check from the command line whether the
python script remains running and try the telnet or wget accessing it, and further investigate what's happening.

Best regards,
Jiri
 

The Following 2 Users Say Thank You to jiri For This Useful Post: