Re: [b2g] Device Storage Changes

2013-07-10 Thread Luís Matos
Hello, I was referring to DeviceStorage API itself since I hadn't had the chance to test it yet and didn’t know if it was already available (in an earlier version). I managed to test it some days ago and managed to save files to the gallery and the sdcard, which is what I need at this point.

Re: [b2g] Device Storage Changes

2013-05-20 Thread Jed Davis
On Fri, May 17, 2013 at 05:57:48AM -0400, Andrew Sutherland wrote: On 05/17/2013 03:43 AM, Dave Hylands wrote: I think email may use download/email as well. The filesystem is FAT, so its case preserving, but not case sensitive. So Download/bluetooth and download/bluetooth both happen to

Re: [b2g] Device Storage Changes

2013-05-17 Thread Dave Hylands
Hi Jonas, - Original Message - From: Jonas Sicking jo...@sicking.cc To: Dave Hylands dhyla...@mozilla.com Cc: dev-b2g dev-b2g@lists.mozilla.org Sent: Thursday, May 16, 2013 8:57:30 PM Subject: Re: [b2g] Device Storage Changes On Sat, May 11, 2013 at 2:29 AM, Dave Hylands

Re: [b2g] Device Storage Changes

2013-05-17 Thread Dave Hylands
Hi Thomas, - Original Message - From: Thomas Zimmermann tzimmerm...@mozilla.com To: Dave Hylands dhyla...@mozilla.com Cc: dev-b2g dev-b2g@lists.mozilla.org Sent: Friday, May 17, 2013 12:26:19 AM Subject: Re: [b2g] Device Storage Changes Hi! While storageName looks like

Re: [b2g] Device Storage Changes

2013-05-17 Thread Eric Chou
Subject: Re: [b2g] Device Storage Changes Hi! While storageName looks like a directory component, it isn't, it's the name of a volume. Typical volume names might be sdcard and extsdcard, so a fully qualified name would look like: /sdcard/directory/file /extsdcard/directory/file

Re: [b2g] Device Storage Changes

2013-05-16 Thread Jonas Sicking
On Sat, May 11, 2013 at 2:29 AM, Dave Hylands dhyla...@mozilla.com wrote: So bug 858416 has been landed on birch and it should make its way to b2g18. I wanted to summarize the changes that have occurred in the device storage API. In order to support both internal and external storage areas,

[b2g] Device Storage Changes

2013-05-11 Thread Dave Hylands
So bug 858416 has been landed on birch and it should make its way to b2g18. I wanted to summarize the changes that have occurred in the device storage API. In order to support both internal and external storage areas, we've added support for what I call composite device storage objects. In the