ssh user@nokia900
$ mv ~user/.modrana{,-orig}
$ mv ~user/MyDocs/.maps{,-orig}

), but here in the UK the situation is a bit different. Street names are often obscured and rarely shown other than at the beginning and the end. If you join the street in the middle, you have no idea what the name is. "Turn left" is much more useful than "turn to Oxford Road", even if it sounded like "Oxford Road" and not "Khrookhfd Road".| The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
| The Following User Says Thank You to pichlo For This Useful Post: | ||

* it is now possible to set Espaek volume .1 * can be set up to about 10x higher than the default value * higher values might cause some distortion * improved offline routing turn detection .1 * it is now possible to download tiles around current route .1 * better feedback for download around track .1 * when imperial units are used, yards now serve as the default small unit .1 * yards/feet can be switched in Options * fix wrong batch download storage path .1 * general fixes and code cleanup .1 * fix recurring (harmless) error message if using GPSD & GPSD itself is not running .2

I've checked out eSpeaks command line options - it looks like the volume/amplitude can be set using the -a parameter. I've incorporated this functionality in 0.36 and added an option for setting volume to Options->Sound->Voice. The only downside is, that at very high volume, the output becomes a bit distorted.

There was one old manual concatenation (not using the proper os.path.join()) in the batch download module (mod_mapData). Should be fixed in 0.36. 


This is a standard issue for OSS projects - if you are writing manuals, you are not adding features & fixing bugs. 



Or you can just use the modRana issue tracker on Github - I check out both.
It even keeps the master_folder/subfolder Monav data package structure, so it should also be theoretically directly usable by Monav (once you select the appropriate directory).python modrana.py -u GTK -d n900

@ location: using GPSD
location: starting GPSD 1 second timer
location: enabling location
('location GPSD: connecting to GPSD failed', error(111, 'Connection refused'))
TypeError: update() takes exactly 1 argument (2 given)
Traceback (most recent call last):
File "modules/mod_cron.py", line 84, in _doTimeout
if callback(*args) == False:
File "modules/mod_location/mod_location.py", line 75, in _screenUpdateCB
self.provider._updateGPSD()
File "modules/mod_location/gps_daemon.py", line 50, in _updateGPSD
if self.connected:
AttributeError: GPSD instance has no attribute 'connected'




| The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||