This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
manual:faq:android5api [2016/08/03 10:21] – created mstupka | manual:faq:android5api [2020/10/19 17:52] (current) – mstupka | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
- | Locus Map works with **databases**. Maps, points, tracks, some settings, backups... all of this information is stored in databases. Work with databases is **two-directional** - data flow **IN** and **OUT** of them. **IN = writing, OUT = reading**. Furthermore, | + | Locus Map works with **databases**. Maps, points, tracks, some settings... all of this information is stored in databases. Work with databases is **two-directional** - data flow **IN** and **OUT** of them. **IN = writing, OUT = reading**. Furthermore, |
A typical activity for such random writing is **caching** or **downloading** online raster maps for offline use. This is **NOT possible on SD card managed by Android 5+** (actually, it began in Android 4.4.2., [[manual: | A typical activity for such random writing is **caching** or **downloading** online raster maps for offline use. This is **NOT possible on SD card managed by Android 5+** (actually, it began in Android 4.4.2., [[manual: | ||
- | Android 5+ enabled random reading and that is why you can store your **vector maps** (mapsVector folder), **SRTM files** (elevation data) and **backup files** on SD card. ONLY them, not anything else. **All other Locus directories must remain in your device' | + | However, some files are not database-related - that is why you can store your **vector maps** (mapsVector folder), **SRTM files** (elevation data) and **backup files** on SD card. ONLY them, not anything else. **All other Locus directories must remain in your device' |
All you need to know about Locus on SD card in various Android versions is described in detail [[manual: | All you need to know about Locus on SD card in various Android versions is described in detail [[manual: |