nfc_emulator icon indicating copy to clipboard operation
nfc_emulator copied to clipboard

NFC Emulator is not working

Open ihakhverdiyev2019 opened this issue 1 year ago • 1 comments

Hello, I just install the repo and run example project however I couldn't run the nfc tag in the nfc reader. Does any one solve this problem ?

ihakhverdiyev2019 avatar Dec 27 '22 23:12 ihakhverdiyev2019

This NFC Emulator plugin was written mainly for the CIDRON reader (the AID is in the example): http://www.civintec.com/info_22.aspx?itemid=35

This kind of reader is using peer-to-peer mode to exchange data, which includes the AES encrypted card UID.

Note: It is impossible for Android to emulate an NFC tag with constant UID in host card emulation mode, please refer to https://stackoverflow.com/questions/46484272/emulate-nfc-card-with-selected-uid-on-android and https://stackoverflow.com/questions/9662979/how-to-fix-uid-in-nfc.

ryanhz avatar Apr 01 '23 09:04 ryanhz