2

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...

Liam Schnell
  • 474
  • 8
  • 25

1 Answers1

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