View Single Post
Blaizzen's Avatar
Posts: 397 | Thanked: 802 times | Joined on Jan 2010 @ Sydney
#507
Originally Posted by Boixos Nois View Post
Well I have not used any method, just suddenly stopped opening ....
How can I fix it?
If your using the quoted method, then it makes a backup of the original html file. If you have yet to make any changes, then you might have affected something else Ovi Maps depends on like the plugin or microB.

2. cd /usr/share/nokia-maps/html
3. mv index.html index.html.nokia; gzip index.html.nokia
these lines make a backup of the original html files and then zip them up (I think... I never tried them but it seems like it). To go back you'll need to do the opposite, so

mv index.html.nokia index.html

Maybe check with someone who has more experience with linux before trying. Alternatively if you use something like winscp you may just view the folder and edit it that way.