From 3762b073125f53b3f4d6bb4aa9a61f891dc1142d Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 15 Jan 2020 23:39:11 +0000 Subject: [PATCH] warning not systemless --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1419a09..02d5e35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NFCScreenOff8+ +> **This is not a systemless modification.** I succeeded to make it work only if the `modded` APK is injected while the phone is booted with the `original` APK. That is why I inject the `modded` APK in [service.sh](service.sh). + This module lets you enable NFC Pooling while phone is locked and screen is off for Android 8 and above. > Wait 30 seconds after restarting+unlocking your phone. It will let NFC service time to reload. @@ -36,8 +38,6 @@ Reboot. I have patched the original `NfcNci.apk` (com/android/nfc/ScreenStateHelper.smali) so that the phone thinks the screen is always on and unlocked. This patch only applies to NFC Service so it does not impact any other functionality of the phone. -I succeeded to make it work only if the `modded` APK is injected while the phone is booted with the `original` APK. That is why I inject the `modded` APK in [service.sh](service.sh). - The modded APK was generated using the method described [here](https://github.com/lapwat/NfcScreenOffPie). TODO