Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
Hi Gary, On 09/08/2014 08:41 PM, Gary Chen wrote: > A quick question. > Is Camera API privileged now ? > > According to MDN page[1], Camera API is still in certified level, should we > update this MDN? > Or where can we get latest information about all APIs status? Yes, we need to update MDN. C

Re: [b2g] LED API?

2014-09-08 Thread Gary Chen
A quick question. Is Camera API privileged now ? According to MDN page[1], Camera API is still in certified level, should we update this MDN? Or where can we get latest information about all APIs status? Since my job focus on partner support, we usually need to tell them which APIs can meet the

Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
On 09/08/2014 02:28 PM, Josh Smith wrote: > Another use case for having flash LED control would be the ever-popular > "flashlight" apps. You can do that trough the camera API (which is now privileged), see for example this app: https://marketplace.firefox.com/app/torch Fabrice -- Fabrice

Re: [b2g] LED API?

2014-09-08 Thread Josh Smith
Another use case for having flash LED control would be the ever-popular "flashlight" apps. - Josh On Mon, Sep 8, 2014 at 4:36 PM, Dave Huseby wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Would this API include the camera flash LED? I think there is an > accessibility case to be

[b2g] Marionette Mailing List

2014-09-08 Thread David Burns
Hi Everyone! Marionette now has it's own mailing list[1] that allows us to be able to send a message to one place that is open for anyone to send to. We can use it to discuss changes that are happening in the WebDriver spec, breaking changes we want to do and for releases. Please join the li

Re: [b2g] LED API?

2014-09-08 Thread Dave Huseby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Would this API include the camera flash LED? I think there is an accessibility case to be made here for having the flash LED blink for things like an incoming call. IIRC, android and iphone already support this and I don't see anything like that in t

Re: [b2g] LED API?

2014-09-08 Thread Jonas Sicking
Ok, sounds like we should do the following: 1. Introduce a *certified* API for controlling the LED. Draft below. 2. Let the system app use that API in order to set the LED color/blink pattern any time there's pending notifications. 3. Use the API to indicate battery status (low battery, very low b

Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
On 09/08/2014 12:19 PM, Alexandre Lissy wrote: > Le 08/09/2014 10:05, Jonas Sicking a écrit : >> I think we should do a few things here: >> >> 1. Introduce a privileged API for controlling the LED. >> 2. Let the system app use that API in order to blink the LED whenever >> a notification is rendere

Re: [b2g] LED API?

2014-09-08 Thread Alexandre Lissy
Le 08/09/2014 10:05, Jonas Sicking a écrit : > I think we should do a few things here: > > 1. Introduce a privileged API for controlling the LED. > 2. Let the system app use that API in order to blink the LED whenever > a notification is rendered. > 3. Use the API to indicate battery status (low b

Re: [b2g] LED API?

2014-09-08 Thread Robert Bindar
On 09/08/2014 11:29 AM, Ehsan Akhgari wrote: On 2014-09-08, 12:28 PM, Josh Hoff wrote: On Mon, Sep 08, 2014 at 10:15:57AM +0200, Frederik Braun wrote: On 08.09.2014 10:05, Jonas Sicking wrote: Or is the idea to turn on the LED to indicate pending notifications? And leave it on (or leave it bl

Re: [b2g] LED API?

2014-09-08 Thread Ehsan Akhgari
On 2014-09-08, 12:28 PM, Josh Hoff wrote: On Mon, Sep 08, 2014 at 10:15:57AM +0200, Frederik Braun wrote: On 08.09.2014 10:05, Jonas Sicking wrote: Or is the idea to turn on the LED to indicate pending notifications? And leave it on (or leave it blinking) until the user interacts with the devic

Re: [b2g] LED API?

2014-09-08 Thread Josh Hoff
On Mon, Sep 08, 2014 at 10:15:57AM +0200, Frederik Braun wrote: On 08.09.2014 10:05, Jonas Sicking wrote: Or is the idea to turn on the LED to indicate pending notifications? And leave it on (or leave it blinking) until the user interacts with the device? So that if you come back to a device tha

Re: [b2g] SMS app for firefox os

2014-09-08 Thread Lorenzo Veneri
Hi. Thank'you for your help but I need more information about the sms receiving. Because I want to send a notification on pc when the message is incoming. It is possible to see incoming messages ? Thanks 2014-09-03 17:15 GMT+02:00, Aaron Cajes (Mozilla PHL) : > Hi lorenzo! > > You can actually cal

[b2g] Enabling certified app debugging on production phones.

2014-09-08 Thread Paul Theriault
Currently in order to debug certified apps (i.e. gaia apps) you need a phone which is rooted, in order to set the "devtools.debugger.forbid-certified-apps" preference to false. Having this preference set to true is required on production phones as it allows basically root-level access through th

Re: [b2g] LED API?

2014-09-08 Thread Frederik Braun
On 08.09.2014 10:05, Jonas Sicking wrote: > Or is the idea to turn on the LED to indicate pending notifications? > And leave it on (or leave it blinking) until the user interacts with > the device? So that if you come back to a device that you were away > from you can see if you missed any notifica

Re: [b2g] LED API?

2014-09-08 Thread Jonas Sicking
I think we should do a few things here: 1. Introduce a privileged API for controlling the LED. 2. Let the system app use that API in order to blink the LED whenever a notification is rendered. 3. Use the API to indicate battery status (low battery, very low battery, charging) 4. Possibly enable ap