Android-x86_64 [v9.0-r2] running on a Toshiba Encore 2 [WT8-B] tablet.
Based off Kernel 4.19.50
Please consider donating to support this project. Thanks!
To build from source, follow the instructions at Android-x86.org
- Patched 4.19.50 kernel with all patches.
- Edited kernel config file [
./kernel/arch/x86/configs/android-x86_64_defconfig
] and updated the following to enable LPSS backlight control:
CONFIG_PWM_LPSS=y
CONFIG_PWM_LPSS_PCI=y
CONFIG_PWM_LPSS_PLATFORM=y
- This build is still under development and not ready for release:
- 'GRALLOC=gbm' boot argument in GRUB needed to resolve issue w/ISurfaceComposer (power button crash), but device is not waking from sleep if PWM_LPSS is patched, and if not patched, device not entering low-state power mode (display backlight remains on) and obviously brightness slider not working.
Please check back in the near future for possible updates.