|
| 1 | +--- |
| 2 | +title: Storing Maps and Templates on Android Devices |
| 3 | +keywords: Android |
| 4 | +--- |
| 5 | + |
| 6 | +Storage locations |
| 7 | +----------------- |
| 8 | + |
| 9 | +Android organizes storage and permissions different than PCs. |
| 10 | +Especially on SD cards, write access for apps is restricted. |
| 11 | + |
| 12 | +You can choose the following locations for storing data which you want to edit and to display in OpenOrienteering Mapper: |
| 13 | + |
| 14 | +- Folder "OOMapper" at the top level of the primary storage volume. On most devices, the primary storage volume is a part of the built-in storage. |
| 15 | + Files in this area are stored permanently, until you decide to remove them. |
| 16 | + Unfortunately, there is usually only limited capacity available - this memory is expensive when buying the device. |
| 17 | + |
| 18 | +- Path "Android/data/org.openorienteering.mapper/files" on arbitrary storage volumes such as SD cards (since Mapper 0.6.5). |
| 19 | + This is the only convenient way to store map data on cheap extra memory cards. |
| 20 | + However, you need to be aware of the fact that these folders are removed by Android when you uninstall the Mapper app. |
| 21 | + So please carefully save your changes to a PC. |
| 22 | + |
| 23 | +OpenOrienteering Mapper for Android will create these folders when they are missing, and scan them for map files. |
| 24 | +It will display warnings when you open maps from the non-permanent app-specific folders or from read-only locations. (Top-level "OOMapper" folders on secondary storage volumes are scanned, but cannot be written to.) |
| 25 | + |
| 26 | + |
| 27 | +File transfer |
| 28 | +------------- |
| 29 | + |
| 30 | +You can transfer files from and to a PC via a USB cable. Android supports multiple file transfer protocols. |
| 31 | + |
| 32 | +- MTP is the preferred method now. There is hardly any interference for apps while the device is connected to the PC. |
| 33 | + Via MTP, Android will only show files which are known to its Media Scanner. If you cannot find a file such a recorded GPX track, a reboot of the device could trigger a rescan. |
| 34 | + |
| 35 | +- Mass Storage makes the storage unavailable for apps for the duration of the connection with the PC. |
| 36 | + (Android also needs to terminate apps which are stored on the volume which is provided as mass storage.) |
| 37 | + Unlike MTP, mass storage does not depend on the media scanner, so all files are always visible. |
| 38 | + |
| 39 | +In some cases, users suffered from files being damaged during transfer. This can be worked around by choosing another method for file transfer. Remember to keep backups and to verify transferred files. |
0 commit comments