Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The SD card support #50

Open
yaomingshiwo opened this issue Sep 24, 2014 · 3 comments
Open

The SD card support #50

yaomingshiwo opened this issue Sep 24, 2014 · 3 comments

Comments

@yaomingshiwo
Copy link

Dear all:
APPs in ARChon can't visit the SD card in my chromebook, and the volume of ARChon(about 2G) is too low to put some media files in it.
I have changed the “enableExternalDirectory" of manifest.json into true,but none apps can be loaded succcefully with it.
SO, I hope someone can help me to solve this problem.
Thank you!

@countnazgul
Copy link

Hi,

i had the same problem - after enable enableExternalDirectory the app was not running.
When you open the chrome://extensions tab and inspect the view of the main file (app_main.html) in the console i saw error "Operation requires fileSystem.directory permission". Then edited the manifest.json by adding "directory" to the fileSystem part. After reload the app was started with no problems. So check which file system permission you need and add it to manifest.json

Here is how my manifest look like now (default one is only with "write") :
{
"fileSystem": [
"write",
"directory"
]
}

Stefan

@yaomingshiwo
Copy link
Author

Thank you very much,Mr. countnazgul!
With your help, a bbs of China post a tutorial about how to call for the SD card, and we have a joke: Google is the hope of human beings! :-D

@skyux
Copy link

skyux commented Aug 19, 2015

@yaomingshiwo 您好,我现在也遇到了同样的问题,请问您是怎么解决的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants