diff --git a/conf/init.caiman.rc b/conf/init.caiman.rc index ace8037d..babf340c 100644 --- a/conf/init.caiman.rc +++ b/conf/init.caiman.rc @@ -58,4 +58,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # Start the twoshay touch service on property:sys.boot_completed=1 + chown system input /dev/touch_offload + chmod 660 /dev/touch_offload start twoshay diff --git a/conf/init.komodo.rc b/conf/init.komodo.rc index aadbe0e6..1c48aca0 100644 --- a/conf/init.komodo.rc +++ b/conf/init.komodo.rc @@ -62,4 +62,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # Start the twoshay touch service on property:sys.boot_completed=1 + chown system input /dev/touch_offload + chmod 660 /dev/touch_offload start twoshay diff --git a/conf/init.tokay.rc b/conf/init.tokay.rc index 06f5d9a9..0cafe305 100644 --- a/conf/init.tokay.rc +++ b/conf/init.tokay.rc @@ -58,4 +58,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # Start the twoshay touch service on property:sys.boot_completed=1 + chown system input /dev/touch_offload + chmod 660 /dev/touch_offload start twoshay