We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec06ee5 commit 1ef4e1eCopy full SHA for 1ef4e1e
1 file changed
README.md
@@ -59,16 +59,14 @@ I will do my best to make it compatible.
59
| 10 | Lineage 16 | Moto G5S Plus |
60
| 9 | Havoc 2.8 | Xiaomi Redmi K20 Pro |
61
62
-Leave a comment with your working device on the [XDA Thread](https://forum.xda-developers.com/apps/magisk/module-nfcscreenoff8-t4034903).
+Leave a comment with your working device on the [XDA thread](https://forum.xda-developers.com/apps/magisk/module-nfcscreenoff8-t4034903).
63
64
# Useful
65
66
```sh
67
# disassemble with baksmali
68
java -jar baksmali-2.4.0.jar x -c arm64/boot.oat -d arm64/ NfcNci.odex -o NfcNci
69
70
-
71
72
# mod
73
sed 's/SCREEN_ON/SCREEN_ONA/' -i "NfcNci/com/android/nfc/NfcService.smali"
74
sed 's/SCREEN_OFF/SCREEN_OFFA/' -i "NfcNci/com/android/nfc/NfcService.smali"
0 commit comments