I want to turn off the keypad light with the screen backlight still on,is that possible?
thx in advance
I want to turn off the keypad light with the screen backlight still on,is that possible?
thx in advance
hi,
MIDP 2.0 Display.flashBacklight(...) implementation does not allow such things I guess and there are no proprieptary api (current, not deprecated) from Nokia to control lights on S60,
Nokia com.nokia.mid.ui.DeviceControl.setLights(...) seems to be not marked as deprecated but it support only single argument for "lights" target (screen),
has anyone tried to:
flashBacklight(0) and setLights(0, 100)???
called at the same time?
regards,
Peter