Hi everybody,
I've got a very simple app on Google Play. It's an AddOn for another app. It just copies some files from dirassets to a subfolder of the other app.
This worked fine for more than a year now, but with more and more devices coming up, there more and more different directories where the app is installed.
For example, I am using the following directories:
/sd/
/mnt/sd/
/sdcard_externalsd/
/mnt/sdcard_externalsd/
/sdcard/external_sd/
/mnt/sdcard/external_sd/
and so on...
After some researches in this forum and the documentation i've tried
DirRootExternal
DirDefaultExternal
DirInternal
But none of them seem to work for some specific devices like Huawei, Medion or Archos.
Is there a way, how to find these directories on these devices without adding them manually?
Cheers, MjK
I've got a very simple app on Google Play. It's an AddOn for another app. It just copies some files from dirassets to a subfolder of the other app.
This worked fine for more than a year now, but with more and more devices coming up, there more and more different directories where the app is installed.
For example, I am using the following directories:
/sd/
/mnt/sd/
/sdcard_externalsd/
/mnt/sdcard_externalsd/
/sdcard/external_sd/
/mnt/sdcard/external_sd/
and so on...
After some researches in this forum and the documentation i've tried
DirRootExternal
DirDefaultExternal
DirInternal
But none of them seem to work for some specific devices like Huawei, Medion or Archos.
Is there a way, how to find these directories on these devices without adding them manually?
Cheers, MjK