View Single Post
Posts: 5 | Thanked: 0 times | Joined on Mar 2011
#434
Originally Posted by jiri View Post
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
Dear Jiri: Thanks for reply. I'm a dummy for computer programing. Can I use vi editor to make the change in index.html?
Best regards,
Robert
update: I've edited index.html with vi and it works. And I run "nohup ./speak_02.py >/dev/null &" send time after flashed device and re-installed everything following Jiri's. Now, python server is running without any problom. But, only last problem: POI icon and objects didn't appear. Do I have to enable something in index.html? Thanks again.

Last edited by robcmk; 2011-05-07 at 11:03.