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...
Asked
Active
Viewed 269 times
1 Answers
3
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).

poke
- 369,085
- 72
- 557
- 602