Quote:
Originally Posted by 305869
No, the frontlight widget doesn't work either. Only the test controls in the dev options work. I'm confused why it says device is supported in the dev compatibility test when the frontlight adjustment in koreader doesn't work at all.
|
That's better!
"Supported" means that the strings used to identify the device are already in the whitelist paired with one or more drivers.
Just below the "supported" you can see which drivers it uses for eink and lights. In your case is (from
https://github.com/koreader/koreader...ent-1518263493)
Code:
04-21 21:24:10.792 I/EPD ( 4363): Using Onyx/Qualcomm driver
04-21 21:24:10.792 I/Lights ( 4363): Using Generic driver
So the device is already supported (for eink in this case) but needs to use the proper driver for lights.
The driver is missing from your repport but I'm going to assume is "something Onyx" or "something Qualcomm"