From 804e88bf9b7082327e924f51d213abf48702d3fe Mon Sep 17 00:00:00 2001 From: Kris Chen Date: Tue, 21 Feb 2023 15:33:08 +0800 Subject: [PATCH] Remove the redundant g7 ta loading in init.xxx.rc Bug: 264646112 Test: fingerprint works fine after device reboot Change-Id: I8da8d238709174ac9119c19d7e3f20733d3c664e --- conf/init.husky.rc | 4 ---- conf/init.ripcurrent.rc | 4 ---- conf/init.shiba.rc | 4 ---- 3 files changed, 12 deletions(-) diff --git a/conf/init.husky.rc b/conf/init.husky.rc index bc9f7af..0d259be 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -28,10 +28,6 @@ on property:vendor.mfgapi.touchpanel.permission=1 chmod 0600 /sys/devices/virtual/sec/tsp/cmd chown system system /sys/devices/virtual/sec/tsp/cmd -# Fingerprint -on property:ro.vendor.trusty.storage.fs_ready=1 - exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/g7.app - # Overrides fingerprint antispoof if following persist sysprops are set on boot && property:ro.build.type=userdebug && \ property:persist.vendor.fingerprint.disable.fake.override=0 diff --git a/conf/init.ripcurrent.rc b/conf/init.ripcurrent.rc index cd3e115..b0d9d9d 100644 --- a/conf/init.ripcurrent.rc +++ b/conf/init.ripcurrent.rc @@ -25,10 +25,6 @@ on property:vendor.mfgapi.touchpanel.permission=1 chmod 0600 /sys/devices/virtual/sec/tsp/cmd chown system system /sys/devices/virtual/sec/tsp/cmd -# Fingerprint -on property:ro.vendor.trusty.storage.fs_ready=1 - exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/g7.app - # Overrides fingerprint antispoof if following persist sysprops are set on boot && property:ro.build.type=userdebug && \ property:persist.vendor.fingerprint.disable.fake.override=0 diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index 758cac0..2a116cd 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -28,10 +28,6 @@ on property:vendor.mfgapi.touchpanel.permission=1 chmod 0600 /sys/devices/virtual/sec/tsp/cmd chown system system /sys/devices/virtual/sec/tsp/cmd -# Fingerprint -on property:ro.vendor.trusty.storage.fs_ready=1 - exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/g7.app - # Overrides fingerprint antispoof if following persist sysprops are set on boot && property:ro.build.type=userdebug && \ property:persist.vendor.fingerprint.disable.fake.override=0