diff --git a/conf/init.husky.rc b/conf/init.husky.rc index 7736a63..bc9f7af 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -7,6 +7,11 @@ on early-init && property:ro.product.name=husky_fullmte on init && property:ro.vendor.factory=1 import /vendor/etc/init/hw/init.factory.rc +on init + # NFC streset tool name + setprop persist.vendor.nfc.streset libstreset23 + setprop persist.vendor.se.streset libstreset23 + on early-boot # Wait for insmod_sh to finish all common modules wait_for_prop vendor.common.modules.ready 1 diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index c388cbe..758cac0 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -7,6 +7,11 @@ on early-init && property:ro.product.name=shiba_fullmte on init && property:ro.vendor.factory=1 import /vendor/etc/init/hw/init.factory.rc +on init + # NFC streset tool name + setprop persist.vendor.nfc.streset libstreset23 + setprop persist.vendor.se.streset libstreset23 + on early-boot # Wait for insmod_sh to finish all common modules wait_for_prop vendor.common.modules.ready 1