mozilla / r2d2b2g

Firefox OS Simulator is a test environment for Firefox OS. Use it to test your apps in a Firefox OS-like environment that looks and feels like a mobile phone.
https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/
Other
392 stars 139 forks source link

FirefoxOS Simulator: missing SD #866

Closed Mte90 closed 8 years ago

Mte90 commented 10 years ago

I try to use a web activity for pick the image but when i choose gallery i get an alert message that say to me that the sd is missing. In the settings page it's impossible change the media location. There is a way for use the gallery on the simulator?

Shura0 commented 10 years ago

+1. I also has faced with such limitation when tried to use navigator.getDeviceStorage.

rmader commented 9 years ago

+1 i'd like to write a encfs implementation for local data, but don't have a own device yet. It would be awesome to atleast have some kind of readonly dummy filesystem. Even if it's hardcoded in the emulator. Just something :)

jryans commented 9 years ago

It is possible to access the SD card on a recent simulator but you have to create a secret directory. Hoping to make this simpler soon.

rmader commented 9 years ago

Thanks for the information! That will do for me in the meantime.