phhusson / vendor_hardware_overlay

This includes hardware-specific overlays for Treble ROM
121 stars 570 forks source link

Lenovo Legion Y70 Overlay - added missing values from FrameworkResTarget_vendor.apk #738

Closed MmmmmDonuts closed 1 year ago

MmmmmDonuts commented 1 year ago

Initially only framework-res.apk and frameworkrescommon.apk were included. Added missing values from FrameworkResTarget_vendor.apk

At the very least, this will fix adaptive brightness with the line: bool name="config_automatic_brightness_available" true

phhusson commented 1 year ago

you don't need to copy/paste everything from every apk you find on earth, you can just set the values you need...

MmmmmDonuts commented 1 year ago

Following testing, the bool name="config_automatic_brightness_available" true line does add the option for automatic brightness in settings. However, it doesn't actually do anything. brightness remains fixed. Further troubleshooting is required. À suivre...