diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc index c50741f..0d8010a 100644 --- a/conf/init.cheetah.rc +++ b/conf/init.cheetah.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay diff --git a/conf/init.panther.rc b/conf/init.panther.rc index 8d2bf97..d786cf3 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay