J2ME backlight

Is there a reliable way to support backlighting in J2ME on many models other than preprocessing?

Is there any library that can handle backlighting for various phones there? Regards.

+3
source share
2 answers

This is not a direct control, as in the Nokia UI API, but in MIDP there is a method that controls the backlight, this Display.flashBacklight(int duration). Unfortunately, phones are not required to perform this method. But this method, at least, is part of MIDP, and not some proprietary API.

+4
source

The control of the main backlight on the phones ranges from completely natural to insane.

MIDP.

API UI Nokia , Nokia.

+2

Source: https://habr.com/ru/post/1708296/


All Articles