Method 1:APDU command ffca000000 read uidAcr122u APDU command> 04 76 BF E1 BF 02 80 90 00
Method 2: Because the UID of the Mifare ultralight card is in the first page and second page of the card, we can directly read You can retrieve one page 2 data. Acr122u read page > 04 76 BF 45 90 00 > Data read at start page 00 > Number of bytes read: 04 > Hex mode: 04 76 BF 45 Acr122u read page > E1 BF
try {String metainfo = ""; Enable I/O operations to the tag from this Tagtechnology object. Mfc.connect (); int type = Mfc.gettype ();//Gets the type of the tag int sectorcount = Mfc.getsectorcount ();//Gets the number of sectors contained in the tag String TypeS = ""; Switch (type) {case MifareClassic.TYPE_CLASSIC:typeS = "Type_classic"; Break Case MifareClassic.TYPE_PLUS:typeS = "Type_plus";
Android, BlackBerry all provide the analog NFC card API, theoretically can use the phone to simulate a meal card, traffic card, and even bank card to carry out identity authentication, trading, is not very happy, the mood is very excited ah.
Wait
The reality is
Applic
Tested, perfectly supported my reader acr122u NFC contactless IC card reader USB, my Mifare ultralight card.
The release 1.20 of Springcard pc/sc SDK is now available in the Download sections of the website (direct link to Latest VERSION:HTTP://WWW.SPRINGCARD.COM/DOWNLOAD/F
In the official documentation, the list of NFC card supported by BlackBerry is as follows:
Type 1 Topaz 96
Topaz 512
Type 2 Mifare Ultra Light (can be initialized with BlackBerry)
mifare Ultra Light C (1536 bit)
Infineon my-d Move
Infineon my-d NFC
Type 3 FeliCa rc-s965
Type 4 MiFare desfire EV1 (2K Bytes, 4K Bytes, 8K Bytes) (need to be initialized, can Nfctools
HCE mode allows the software to simulate smart cards and generate electronic virtual smart cards .HCE (host-based card Emulation) is an analog smart card software that exists as software in Android (for example: APK). HCE is characterized by analog intelligent IC Card (ISO 7816-4), can be used in finance, transportatio
Q: Card simulation on Android NFC mobile phone
Modify the last description
1. Q: Can I simulate a card on an androidnfc mobile phone?
A: It is technically feasible. However, for general developers, it only seems technically feasible :(
2. Q: How to implement it?
A: There are two methods: one is hardware-based, called the virtual
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.