2023-12-26 14:31:49 +08:00
|
|
|
on property:sys.boot_completed=1
|
2023-04-17 17:42:27 +00:00
|
|
|
# Sysfs
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/force_active
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/fw_ver
|
2023-09-18 16:47:04 -07:00
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/interactive_calibrate
|
|
|
|
chmod 666 /sys/devices/virtual/goog_touch_interface/gti.0/interactive_calibrate
|
2023-04-17 17:42:27 +00:00
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/panel_id
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/offload_id
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ms_base
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ms_diff
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ms_raw
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/self_test
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_base
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_diff
|
|
|
|
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_raw
|
|
|
|
|
|
|
|
# Procfs
|
2022-12-23 01:05:18 +00:00
|
|
|
chown system system /proc/goog_touch_interface
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0
|
2023-06-27 06:08:01 +00:00
|
|
|
chown system system /proc/goog_touch_interface/gti.0/dump
|
2022-12-23 01:05:18 +00:00
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ms_base
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ms_diff
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ms_raw
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ss_base
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ss_diff
|
|
|
|
chown system system /proc/goog_touch_interface/gti.0/ss_raw
|
2024-03-26 00:50:43 +00:00
|
|
|
|
|
|
|
on property:vendor.touch.gti0.ical=*
|
|
|
|
setprop vendor.touch.gti0.ical.state init
|
|
|
|
start touch_gti0_ical
|
|
|
|
wait_for_prop vendor.touch.gti0.ical.state done
|
|
|
|
|
|
|
|
service touch_gti0_ical /vendor/bin/touch_gti_ical 0 ${vendor.touch.gti0.ical}
|
|
|
|
class main
|
|
|
|
user system
|
|
|
|
group system shell
|
|
|
|
disabled
|
|
|
|
oneshot
|