From 8441ef413fca425b1f18516a1ddc843208d2eca8 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 18 May 2019 21:08:02 +0200 Subject: [PATCH] Fix https://github.com/phhusson/treble_experimentations/issues/121 --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index d6cfacb..86f982e 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -160,7 +160,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 -e nubia/nx60; then + -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi