Hello there, 

Nice to meet you. I'm having trouble performing file operations on the SD card 
through my Certified-level app. 

-

I've added the permission to my webapp.manifest - 

"device-storage:sdcard" : { "access": "readwrite" } 

-

And I've verified that run-emulator.sh contains - 

SDCARD_SIZE=1024M
SDCARD_IMG=${SDCARD_IMG:-${B2G_HOME}/out/target/product/${DEVICE}/sdcard.img} 

- 

Yet the API navigator.getDeviceStorage("sdcard") still insists on throwing Null 
at me and I don't know what to do. 

Is this an issue with the Emulator build or is there some way to enable SD-card 
functionality on the Emulator? 

Please help! :( 

Thanks! 


Hugh 
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to