Re: [android-developers] Re: Control any led of the device, does the sdk allow?

2011-11-20 Thread Poqit
Hello Dianne, It would be good if the LED capability could be queried in future APIs, in a similar way that you can query keyboard and screen types. Cheers... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-20 Thread Gabriel Simões
Thanks Dianne Based on that, I will wait for future SDKs´s features 2010/6/19 Gabriel Simões gsim...@gmail.com Thanks for your reply... I should have mentioned that I knew about using the notificationManager to flash leds but unfortunately it doesn´t work for me mainly because

Re: [android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-20 Thread Dianne Hackborn
Sorry, there are no plans in the foreseeable future for more APIs to control the LEDs; I didn't mean to imply there would be. 2010/6/20 Gabriel Simões gsim...@gmail.com Thanks Dianne Based on that, I will wait for future SDKs´s features 2010/6/19 Gabriel Simões gsim...@gmail.com

Re: [android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-20 Thread sachin ravi
Hi.. If you full android source code which u can compile, then you can modify the led-class.c file and give full permission to brightness file (say 777 instead of 644 currently). then LED will work via notification manager. On Mon, Jun 21, 2010 at 6:21 AM, Dianne Hackborn

[android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-19 Thread Gabriel Simões
Thanks for your reply... I should have mentioned that I knew about using the notificationManager to flash leds but unfortunately it doesn´t work for me mainly because you can´t syncronize events with the blink of the led. Is there any other way to control when to turn the led on/off? tnx,

Re: [android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-19 Thread Dianne Hackborn
No, this is the only way to control LEDs in the SDK, and even this does not give guarantees about what exactly it will do, because the LEDs varies significantly across devices. 2010/6/19 Gabriel Simões gsim...@gmail.com Thanks for your reply... I should have mentioned that I knew about using