From f834376e52112a4281353942c692b006acd7a545 Mon Sep 17 00:00:00 2001 From: davidycchen Date: Mon, 7 Mar 2022 18:45:04 +0800 Subject: [PATCH] C10: start twoshay service during boot Bug: 199104528 Test: twoshay starts during boot. Signed-off-by: davidycchen Change-Id: I862df8aa612fb9c409cf37538c2ab2e5cb794117 --- conf/init.cheetah.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc index 9ee3b38..48454c7 100644 --- a/conf/init.cheetah.rc +++ b/conf/init.cheetah.rc @@ -2,6 +2,10 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc +on property:vendor.device.modules.ready=1 + # Start the twoshay touch service + start twoshay + on property:ro.boot.cdt_hwid=0x00030303000100010001000000000000 setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf