Skip to content

lapwat/NfcScreenOff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFCScreenOff

Read NFC tags when screen is off. Disable NFC tagging sound.

Useful integrations: NFC Card Emulator Pro - Tasker

How does it work?

The NFC app is patched during installation into a modded version. This modded version is injected at boot time by service.sh 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 that involves screen state detection.

The modded app was generated using this method.

Help section

I AM STUCK IN A BOOTLOOP

Remove the module manually.

  1. Boot into TWRP
  2. Advanced -> File Manager
  3. Delete /adb/modules/NFCScreenOff
  4. Reboot

THE MODULE IS NOT WORKING SINCE LAST UPDATE

Perform a clean reinstallation.

  1. Uninstall the module
  2. Reboot
  3. Install the module
  4. Reboot

If it does not solve your problem, you can create an issue.

MY NFC IS NOT DETECTED ANYMORE

If you did not unlock your device since last boot, unlock it and wait 30 seconds for the module to be loaded.

After that time, if NFC does not start automatically or manually, it means that the patch does not work for your device. You can uninstall the module and create an issue.