Skip to content

Commit 1ef4e1e

Browse files
committed
better readme
1 parent ec06ee5 commit 1ef4e1e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,14 @@ I will do my best to make it compatible.
5959
| 10 | Lineage 16 | Moto G5S Plus |
6060
| 9 | Havoc 2.8 | Xiaomi Redmi K20 Pro |
6161

62-
Leave a comment with your working device on the [XDA Thread](https://forum.xda-developers.com/apps/magisk/module-nfcscreenoff8-t4034903).
62+
Leave a comment with your working device on the [XDA thread](https://forum.xda-developers.com/apps/magisk/module-nfcscreenoff8-t4034903).
6363

6464
# Useful
6565

6666
```sh
6767
# disassemble with baksmali
6868
java -jar baksmali-2.4.0.jar x -c arm64/boot.oat -d arm64/ NfcNci.odex -o NfcNci
6969

70-
71-
7270
# mod
7371
sed 's/SCREEN_ON/SCREEN_ONA/' -i "NfcNci/com/android/nfc/NfcService.smali"
7472
sed 's/SCREEN_OFF/SCREEN_OFFA/' -i "NfcNci/com/android/nfc/NfcService.smali"

0 commit comments

Comments
 (0)