Hi everybody,
On phones - tablets with Android 4.4+ we have the common issue that apps are not allowed to write on SD card, so if we want to load many maps on iGO we have to load the maps on the SD if there is not enough space in the Internal Storage.
This works if we enter the following lines on the sys.txt:
Speedcams and userdata do not work though since iGO has to convert the specific files and write on the SD, but this is not allowed by Android.
Any tricks to overcome this?
Thanks.
On phones - tablets with Android 4.4+ we have the common issue that apps are not allowed to write on SD card, so if we want to load many maps on iGO we have to load the maps on the SD if there is not enough space in the Internal Storage.
This works if we enter the following lines on the sys.txt:
Code:
has_secondary_root=1
android_secondary_root_path="/storage/external_SD/Addons"
content="/storage/external_SD/Addons/iGO/content"
Any tricks to overcome this?
Thanks.