From 7f7bc53b37c638a3505fe5d0f4970623afa7ea8a Mon Sep 17 00:00:00 2001 From: Quarx2k Date: Thu, 14 Aug 2014 22:12:48 +0700 Subject: [PATCH] kill nfc_checker script after first boot --- prebuilt/etc/init.d/10nfc_checker | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/etc/init.d/10nfc_checker b/prebuilt/etc/init.d/10nfc_checker index a38fc91..dd2741b 100644 --- a/prebuilt/etc/init.d/10nfc_checker +++ b/prebuilt/etc/init.d/10nfc_checker @@ -8,5 +8,6 @@ if [ "$model" = "LG-D410" ] || ["$model" = "LG-D405" ] || ["$model" = "LG-D405n rm -rf /system/etc/permissions/android.hardware.nfc.hce.xml rm -rf /system/lib/hw/nfc_nci.w7.so rm -rf /system/app/NfcNci.apk + rm -rf /system/etc/init.d/10nfc_checker mount -o remount,ro /system fi