From 666cc1ce4bc277078763fd0e89756b66eebbb299 Mon Sep 17 00:00:00 2001 From: J0SH1X Date: Tue, 24 Dec 2019 20:52:47 +0100 Subject: [PATCH] Fix Redmi 8 brightness scale --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 4479cfa..400ae86 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -210,7 +210,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 -e xiaomi/pine; then + -e xiaomi/lavender - e xiaomi/olive -e xiaomi/olivelite -e xiaomi/pine; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi