sl4a has all of its scripts under /sdcard/sl4a/scripts
Is it possible to run a script that lives elsewhere:
e.g. from /sdcard/dropbox/pyscripts
[wink wink]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the answer is no at this moment in time.
The app does not have a option to set that path. The only other idea I had was to create a symbolic link from the dropbox folder to the scripts dir. But this has a few major problems too, the biggest beeing that most SD-cards are formatted with FAT32, which simply does not support symbolic links. If you have a different filesystem, you can try that path though. Not sure if root is required – I’d imagine that writing on the sdcard should not require that.
Also not sure if the app handles a link correctly, but in theory the whole link should be invisible to it and be handled as a normal folder.