Reputation: 1
Is anybody know, if it's possible to "make" my phone think that it has read a specific nfc ntag215 with specific UID? I was testing it on NFC tools pro.
Command I used:
adb shell am broadcast -a android.nfc.action.NDEF_DISCOVERED --es android.nfc.extra.Tag "randomUIDgoeshere" -t "text/plain" --es "android.nfc.extra.TEXT" "Hello"
Upvotes: 0
Views: 131