







Translated from English by gtranslate.io
This is an old revision of the document!
Sqlite databases on Android devices are by definition very stable. However we have own experience that databases can be corrupted. This may be due to wrong closing database or kill Locus app. The result is that Locus is not able open the map file or map deletes itself. Luckily sometimes it is possible to repair corrupted database.
Following steps require working with the command line.
echo .dump | sqlite3.exe name_of_map.sqlitedb > name_of_map_dump.sql
sqlite3.exe -init name_of_map_dump.sql name_of_map_fixed.sqlitedb