Tapok Super
Tapok Super

Reputation: 1

Is it possible to emulate nfc tag via adb tools?

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

Answers (0)

Related Questions