Hmmm... very interesting. Could it be that the sqlite db has some internal errors and that's what is messing up the download. Though the log is not reporting any... Anyhow, I backed up the .maps folder, then created a new empty one, and am now downloading maps for a 80 km area around a point. It's been going on without errors for some time now, now at 39 thousand out of 360 thou...
Also, there might be some prob in navigating tags, as for the past couple of days, driving around I've had modrana say: In XXX meters turn right on XXX Street reet slash emphasis I.e. the "Street reet" part was because of the St; substitution, but pronouncing the "slash emphasis" seems like it's reading a </emphasis> tag... It doesn't do it all the time though, so not sure if only when it's ending in "Street"...
Martin: In the bug on causing the SGX driver to lock up, the Nokia rep noted the problem may be from sending too much to the drawing system. (Bogus, I know, but...) One thing of note was placing an entry in /etc/powervr.d/ for the program to "increase it's GL command buffer". I'm not sure how this is done though. Thought maybe you'd have and idea?
v 0.20-3 fails in postinst while chmodding /opt/modrana/cache/images/ It fails since there's dirnames with spaces in this dir, if you've downloaded some files, and the busybox `chmod -R' doesn't cope with these it seems...
in addition to forementioned problem Modrana won't start at all now. I have only tried out setting buttons and have not tried to reinstall or other installs. I'm quite ignorant of the technique so I have no real clue. Start in Xterminal shows the following Code: ~ $ modrana == modRana Starting == device string (first parameter): n900 importing modules: * menu: Handle menus (30.00 ms) * example: A sample pyroute module (10.00 ms) * clickHandler: handle mouse clicks (10.00 ms) * waypoints: Lookup nearest town or village (80.00 ms) * messages: Handles messages (120.00 ms) * onlineServices: Module for communication with various online services. (170.00 ms) * mapView: Controls the view being displayed on the map (0.00 ms) * display: A platform independent display device control module (0.00 ms) * icons: Draw icons (10.00 ms) * log: A modRana logging module (0.00 ms) Traceback (most recent call last): File "modrana.py", line 476, in <module> program = GuiBase(device) File "modrana.py", line 411, in __init__ self.mapWidget = MapWidget() File "modrana.py", line 85, in __init__ self.loadModules('modules') # name of the folder with modules File "modrana.py", line 106, in loadModules self.m[name] = a.getModule(self.m,self.d) File "/opt/modrana/modules/mod_options.py", line 25, in getModule return(options(m,d)) File "/opt/modrana/modules/mod_options.py", line 33, in __init__ self.load() File "/opt/modrana/modules/mod_options.py", line 369, in load newData = marshal.load(f) EOFError: EOF read where object expected ~ $ Would it help to uninstall or sth? Or can some1 provide info on a detail? I'm not experiencing other big failures other than some widgets falling out. I have toggled 3G/GSM while running Modrana by the way <edit> I have tried reinstall (OTA). Xterminal session of modRana still shows the above. I can safely say that I left mod_options.py untouched, so far as I made no textual alterations whatsoever. I miss this app with its k i c k a s s tiles, could anyone help restoring this modRana 0.20-3?
~ $ modrana == modRana Starting == device string (first parameter): n900 importing modules: * menu: Handle menus (30.00 ms) * example: A sample pyroute module (10.00 ms) * clickHandler: handle mouse clicks (10.00 ms) * waypoints: Lookup nearest town or village (80.00 ms) * messages: Handles messages (120.00 ms) * onlineServices: Module for communication with various online services. (170.00 ms) * mapView: Controls the view being displayed on the map (0.00 ms) * display: A platform independent display device control module (0.00 ms) * icons: Draw icons (10.00 ms) * log: A modRana logging module (0.00 ms) Traceback (most recent call last): File "modrana.py", line 476, in <module> program = GuiBase(device) File "modrana.py", line 411, in __init__ self.mapWidget = MapWidget() File "modrana.py", line 85, in __init__ self.loadModules('modules') # name of the folder with modules File "modrana.py", line 106, in loadModules self.m[name] = a.getModule(self.m,self.d) File "/opt/modrana/modules/mod_options.py", line 25, in getModule return(options(m,d)) File "/opt/modrana/modules/mod_options.py", line 33, in __init__ self.load() File "/opt/modrana/modules/mod_options.py", line 369, in load newData = marshal.load(f) EOFError: EOF read where object expected ~ $