Table of Contents

Problems with the database of points&tracks


Locus Map uses the SQLite database system for storing data. This database is supported by all Android devices and is considered safe and convenient. However, it can happen that the database gets damaged and the app ends up with an error.

How does it look?

Usually, the app displays an error message during initialization, informing about the problem with the user database and the error number 11556.

How to prevent it

How to fix it

Unfortunately, there is no guaranteed method of repairing a corrupted database. Actually, there are three methods that you can try:

1. Restart your phone - some errors may be caused by reading or recording on your SD card. Violation of the card may result in database locking, for example. In most cases, a simple restart helps. Then it is highly recommended to check your SD card.

2. Restore backup of your database - all backup files are stored in Locus/backup directory (automatic backups in the Locus/backup/auto/ directory). This backup is a simple zip file.

3. If 1 or 2 fail - try the following:

4. Advanced method - visit here >>