Change default pathway on Android runtime (3.0.7)
in OpenSesame
Hi,
I would like to know if there is a way to change the default pathway "/sdcard/" by "/storage/emulated/0/" for choosing the experiment files and saving the csv outputs when I install the apk installation file ? (something like adding a .txt or .cfg file). I have to set up experiments on 200 tablets in school and I would like to avoid to define the pathway manually for each tablet if possible.
Thanks
Comments
Hi Jon,
If you find the source files of Openseame, you can directly change the path in the source code:
if you google Opensesame github, and look for where /sdcard/ is used in the code, you'll find the files that you need to adjust to make it work. However, I have no idea whether you're running into any issues, such as file permissions, etc. This you have to find out for yourself.
Eduard