Can't define the map folder in an external SD.
Galaxy s5 android 5.0.
Quote from: "valleyofdawn"
Can't define the map folder in an external SD.
Galaxy s5 android 5.0.
Yes, I'd also like to be able to move me the maps on SD card.
How can I do?
Thanks
Alessocci
For android 4.4 see my instructions in post #6:
http://www.pedelecforum.de/forum/index.php?threads/oruxmaps-gps-navi-app-f%C3%BCr-android-online-und-offline-karten.31998/#post-501801
Maybe it´s the same way for android 5
english google-translation:
http://translate.google.com/translate?hl=en&sl=de&tl=en&u=http%3A%2F%2Fwww.pedelecforum.de%2Fforum%2Findex.php%3Fthreads%2Foruxmaps-gps-navi-app-f%C3%BCr-android-online-und-offline-karten.31998%2F&sandbox=1
Quote from: "valleyofdawn"
Can't define the map folder in an external SD.
The hard way:
You need root and same as 3C Toolbox
Have a SD card, formatted in Ext4.
Run at start:
mount -t ext4 /dev/block/mmcblk1p1 /data/extSDcard
mount -o bind /data/extSDcard/oruxmaps /storage/sdcard0/oruxmaps
Where is:
/dev/block/mmcblk1p1 - you SD card. Find it in a filemanager.
/data/extSDcard - mount point for SD card (create directory). Use /data to avoid a rights and a letter register troubles.
/data/extSDcard/oruxmaps - directory for OruxMaps on SD card
/storage/sdcard0/oruxmaps - exist OruxMaps directory on device storage
Use "mount -o bind" for save data in original OruxMaps directory. Without CD card it will be used.
On 3C Toolbox create a script (Tools -> Script Editor) with 2 string above.
Mark script as start in boot. (First button on script list).