Is it possible to emulate nfc tag via adb tools?

38 Views Asked by At

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"

0

There are 0 best solutions below