Merge pull request #161 from mrgreywater/android-10.0
Fix dt2w for Lenovo Z5s
This commit is contained in:
commit
b060013c57
@ -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
|
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
|
cp /system/phh/lenovo-synaptics_dsx.kl /mnt/phh/keylayout/synaptics_dsx.kl
|
||||||
chmod 0644 /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
|
changed=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user