Quote:
Originally Posted by kcoury
Well I just bought a GPSlim 240 and installed Maemo Mapper but the Announce feature doesn't seem to work for me. I was able to download a route and download the maps along the route but once I got into my car and set off along the route I didn't get any notifications of when to turn or when a turn was coming up. I made sure I had flite installed and enabled everything in the settings. Does anyone have any idea what could be wrong? Is there anything I'm missing? Thanks in advance for the help.
|
Were the on-screen notifications appearing? Assuming you downloaded the route via Maemo Mapper, then as you approach a waypoint (a green dot along the route), you should see notifications in the upper-right corner that look something like, "Turn left at XXX Street. Go 2 miles."
If you see those messages and don't hear anything, first check the volume, then try running the following command from an xterm:
Code:
/usr/bin/flite -t "Test"
If you don't hear anything, then flite isn't working properly. If it works fine, then try running Maemo Mapper from the xterm:
Code:
run-standalone.sh /usr/bin/maemo-mapper
Check to see if any error messages are output in the xterm after the on-screen notification appears.
|