Update rw-system.sh

Added realme c2 brightness and navigation command
This commit is contained in:
siddhrsh 2020-05-21 01:10:03 +05:30 committed by tboy1991
parent a9a8f1f2d3
commit d7ed46d6e9

View File

@ -724,3 +724,8 @@ fi
if getprop ro.build.overlay.deviceid |grep -qiE -e '^RMX' -e '^CPH';then
setprop persist.sys.phh.fod.bbk true
fi
if getprop ro.build.overlay.deviceid |grep -iq -e RMX1941 -e RMX1945 -e RMX1943 -e RMX1942;then
setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)"
setprop persist.sys.phh.mainkeys 0
fi