I'm trying to make the LED of the HTC Legend color blue along with my notification.
notif.ledARGB = color.BLUE;
notif.ledOnMS = 100;
notif.ledOffMS = 100;
notif.flags |= Notification.FLAG_SHOW_LIGHTS;
The led just keeps flashing green (and not in the requested pattern). Is there something wrong with the code or doesn't the Legend support controlling the LED?
Both the HTC Hero and the HTC Nexus One had their LED's locked to only one color in the stock build so the Legend is probably too.
The hardware is (most likely, as Hero/N1) capable of full color so future updates (or custom ROMS) will/may unlock it.