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