From 164e73b49c4608e9f8c2e56dacff026d82009576 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 4 May 2019 18:04:21 +0200 Subject: [PATCH] Nubia RedMagic needs backlight thingy --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index e8f2c11..e8c5ad6 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -159,7 +159,7 @@ fi 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; then + -e xiaomi/ysl -e nubia/nx60; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi