Opened 8 years ago
Last modified 8 years ago
#1209 new enhancement/feature request
add possiblity to choose folder for map download
Reported by: | christoph thielecke | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | normal | Keywords: | |
Cc: |
Description
When downloading selected maps on android, it always looks for maps at /sdcard/navit. This location is also hardcoded for the function "Downloaded maps".
It would be nice to have the possibility to choose a different folder because it could be that the free space on /sdcard is limited and /mnt/extSdCard makes more sense.
As temporary workaround, I extracted the navithdpi.xml from apk, rename it to navit.xml and replace /sdcard/navit/*.bin by /mnt/extSdCard/navit/*.bin
<mapset enabled="yes">
<maps type="binfile" data="/mnt/extSdCard/navit/*.bin"/>
</mapset>
Then, I copied that to /sdcard/navit/
I'm using Android version on Samsung Galaxy S2