From a630affdd2de96f886999a581efdbcd827483b4a Mon Sep 17 00:00:00 2001 From: Mark Chang Date: Wed, 23 Mar 2022 03:10:08 +0000 Subject: [PATCH] B3: Delay twoshay service start stage. Bug: 225351394 Test: twoshay launched sucessfully in normal mode (P31817375). Signed-off-by: Mark Chang Change-Id: If245204c8814df6f2c19abf6b3e5098483063128 --- conf/init.bluejay.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.bluejay.rc b/conf/init.bluejay.rc index d2a278d..ffd8574 100644 --- a/conf/init.bluejay.rc +++ b/conf/init.bluejay.rc @@ -3,7 +3,7 @@ import /vendor/etc/init/hw/init.gs101.rc import /vendor/etc/init/hw/init.blueport.rc # Start the twoshay touch service -on property:vendor.device.modules.ready=1 +on late-init && property:vendor.device.modules.ready=1 start twoshay # Toggle glove_mode according to touch_sensitivity_mode