J2ME backlight

谁都会走 提交于 2019-12-12 15:40:26

问题


Is there any reliable way to support back-light in J2ME on multitude of models, other then pre-processing?

Is there any library available that may handle the back-light for various phones out there? Regards.


回答1:


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




回答2:


Native backlight management on phones ranges from the completely natural to the obviously insane.

It's also nowhere in the MIDP specifications.

The Nokia UI API allows to work around some issues and is actually present on non-Nokia phones.



来源:https://stackoverflow.com/questions/860540/j2me-backlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!