Do you know of any means for changing the screen brightness in J2ME. That is using a vendor-specific API, like Samsung's, etc.

Thanks!

link|improve this question

feedback

2 Answers

I think the closest is Display.flashBacklight(int duration)

http://www.microemu.org/microemu-midp/apidocs/javax/microedition/lcdui/Display.html#flashBacklight%28int%29

Also see http://support.developer.motorola.com/cgi-bin/motodev.cfg/php/enduser/std_adp.php?p_faqid=592&p_created=1170311265&p_topview=1

link|improve this answer
Thank you very much! Unfortunately, this would only flash the light, but would not control its brightness. I was looking for a way of making the screen more or less bright, which is pretty useful for the app I am writing. I've seen it's possible in Android though... – Albus Dumbledore Sep 1 '10 at 12:40
feedback
up vote 0 down vote accepted

There is away to do it with the Nokia-specific API.

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.