This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| manual:faq:problems_points_tracks_database [2015/04/29 16:09] – created mstupka | manual:faq:problems_points_tracks_database [2025/12/18 15:06] (current) – mstupka | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Problems with points& | + | ====== Problems with the database of points& |
| ---- | ---- | ||
| - | ===== Basic information ===== | + | 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 rarely 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, | ||
| - | Locus Map uses the SQLite database system for storing data. This database is supported by all Android devices so it is easy for developers | + | ===== How to prevent it ===== |
| - | At many places you may read how safe and convenient | + | * **Use the default private directory for the app's data in the internal storage** - working with the data is faster, more stable, |
| + | * If you decide to place the Locus directory on the SD card, please **check occasionally that your card is in good shape**. Use some of the Windows/ | ||
| - | In the following paragraph the most common errors you may encounter in Locus are described, as well as the methods of fixing them. These methods are based on the experiences of our users so if you have any other, share them with us, please. | + | ===== How to fix it ===== |
| - | **Generally speaking, when you get any error with Locus database, | + | Unfortunately, there is no guaranteed method of repairing a corrupted |
| - | ===== Methods helping to prevent | + | **1. Restart your phone** - some errors may be caused by reading or writing on your SD card. Violation of the card may result in database |
| - | | + | **2. Restore backup of your database** - all backup files are stored in Locus/ |
| - | * If you have Locus directory placed | + | * Close Locus Map |
| + | * Connect | ||
| + | * Open a file browser | ||
| + | * Navigate to the directory Locus/ | ||
| + | * Unpack the *.zip file | ||
| + | * Copy the unzipped tracks.db and waypoints.db to the Locus/ | ||
| + | * Start Locus Map | ||
| - | ===== How to fix it ===== | + | **3. If 1 or 2 fails** - try the following: |
| + | * go to your phone file browser > find / | ||
| + | * uninstall Locus Map | ||
| + | * delete the whole /Locus/ directory | ||
| + | * re-install Locus Map from Google Play | ||
| + | * copy your original files tracks.db and waypoints.db to / | ||
| - | There is no guaranteed method of repairing corrupted database. | + | **4. Advanced method** - visit [[manual:advanced: |
| - | + | ||
| - | Actually, there are **two methods that may help**: | + | |
| - | + | ||
| - | | + | |
| - | - The second method - database restoration from the automatic backup. All backup files are stored in Locus/ | + | |
| - | + | ||
| - | Procedure: | + | |
| - | * Close Locus | + | |
| - | * Go to the Locus/ | + | |
| - | * Move to the directory Locus/ | + | |
| - | * Expand *.zip file and open data/ | + | |
| - | * Copy the unzipped tracks.db and waypoints.db to the Locus/ | + | |
| - | * Start Locus | + | |