mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
12 lines
600 B
Plaintext
12 lines
600 B
Plaintext
on boot
|
|
chown system system /sys/class/touch/touch_dev/fod_longpress_gesture_enabled
|
|
chmod 0660 /sys/class/touch/touch_dev/fod_longpress_gesture_enabled
|
|
|
|
chown system system /sys/class/touch/touch_dev/gesture_single_tap_enabled
|
|
chmod 0660 /sys/class/touch/touch_dev/gesture_single_tap_enabled
|
|
|
|
chown system system /sys/class/touch/touch_dev/gesture_double_tap_enabled
|
|
chmod 0660 /sys/class/touch/touch_dev/gesture_double_tap_enabled
|
|
chown system system /sys/class/touch/touch_dev/gesture_double_tap_state
|
|
chmod 0664 /sys/class/touch/touch_dev/gesture_double_tap_state
|