From 48b76745c4c915aae8794550fa2f0ff4cbec2126 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 3 Dec 2019 00:46:39 +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 65a4207..f215de1 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -199,7 +199,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