From 9e58131492598ca49e6b39c546aa749d3b594f6c Mon Sep 17 00:00:00 2001 From: mrgreywater Date: Fri, 13 Mar 2020 16:23:57 +0100 Subject: [PATCH] fix dt2w for Lenovo Z5s --- rw-system.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 19c28d5..d7cec9c 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -127,6 +127,8 @@ changeKeylayout() { if getprop ro.vendor.build.fingerprint |grep -iq -E -e '^Lenovo/' && [ -f /sys/devices/virtual/touch/tp_dev/gesture_on ];then cp /system/phh/lenovo-synaptics_dsx.kl /mnt/phh/keylayout/synaptics_dsx.kl chmod 0644 /mnt/phh/keylayout/synaptics_dsx.kl + cp /system/phh/lenovo-synaptics_dsx.kl /mnt/phh/keylayout/fts_ts.kl + chmod 0644 /mnt/phh/keylayout/fts_ts.kl changed=true fi