How can I let the Trackball glow? I know my HTC Hero can do this, If I get a new SMS he is also glowing, so how do I program this? Nothing found for this...

link|improve this question

43% accept rate
feedback

1 Answer

You can do that with android.app.Notification. In particular by using the FLAG_SHOW_LIGHTS flag and setting the ledARGB, ledOffMS, ledOnMS fields.

Note that not all devices support a notification LED and especially a very limited number of devices allows special colors for the notification (and last but not least, the LED is not always in the trackball).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.