From 4134ef2653d3f8d023943d2f95bbb0c9a41ac945 Mon Sep 17 00:00:00 2001 From: kjssad <45736737+kjssad@users.noreply.github.com> Date: Thu, 2 Jul 2020 16:28:48 +0000 Subject: [PATCH] Add RMX1941 DT2W fix --- rw-system.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index b5a209f..2407471 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -150,9 +150,11 @@ changeKeylayout() { changed=true fi - if getprop ro.build.overlay.deviceid |grep -q -e RMX1931 -e CPH1859 -e CPH1861;then + if getprop ro.build.overlay.deviceid |grep -q -e RMX1931 -e RMX1941 -e CPH1859 -e CPH1861;then cp /system/phh/oppo-touchpanel.kl /mnt/phh/keylayout/touchpanel.kl + cp /system/phh/oppo-touchpanel.kl /mnt/phh/keylayout/mtk-tpd.kl chmod 0644 /mnt/phh/keylayout/touchpanel.kl + chmod 0644 /mnt/phh/keylayout/mtk-tpd.kl changed=true fi