SyntaxBomb - Indie Coders

Languages & Coding => Monkey => Topic started by: RonTek on June 23, 2017, 22:02:28

Title: Monkey X Android File System Access?
Post by: RonTek on June 23, 2017, 22:02:28

Hi, is there a way or module to read or access files or local file system in android other than the assets monkey://data folder?
Title: Re: Monkey X Android File System Access?
Post by: Xaron on June 23, 2017, 22:29:12
No that's almost impossible due to the sandbox stuff. Apps usually are not allowed to read anything not related to their own space, except for apps that have root permissions on a rooted device.
Title: Re: Monkey X Android File System Access?
Post by: RonTek on June 23, 2017, 23:28:27
Thanks Martin. Yes, I also thought this might be related to having root access.
Title: Re: Monkey X Android File System Access?
Post by: 3DzForMe on June 24, 2017, 04:30:42
I've managed to navigate files using a 'browse' button on tablets / phones without root access malarky, within the HTML5 compiler.

Might not be exactly what you were looking for, here's a hyperlink to the thread...

** Linked removed due to monkey-x domain leads to malware **

Scroll down to post #14 for the working example...