From c0eb03ec69b2f915a38b1b44fc90a88b1b97d491 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 3 Dec 2019 00:39:49 +0300 Subject: [PATCH] Fix backlight on Redmi 7A (pine) --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 9e34ba1..85ed58d 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -184,7 +184,7 @@ if getprop ro.vendor.build.fingerprint | grep -q -i \ -e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura \ -e xiaomi/nitrogen -e xiaomi/whyred -e xiaomi/platina \ -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61 -e xiaomi/tulip \ - -e xiaomi/lavender -e xiaomi/olivelite; then + -e xiaomi/lavender -e xiaomi/olivelite -e xiaomi/pine; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi