B4A Library NFC library

Attachments

  • NFC.zip
    4 KB · Views: 1,878
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Please find an updated Library attached.
Just changed the subname. Set version to 1.26
 

Attachments

  • NFC1.26.zip
    131.7 KB · Views: 367

BW17

Member
Licensed User
Longtime User
Hello,

Sorry for my very bad english...

Is it possible to get the physical adress (serial number) of the tag with NFC library ?

If yes, how do this please.

Thanks in advance.
 

BW17

Member
Licensed User
Longtime User
Many thanks Erel,

But i don't understand why scanning the same tag 3 times, the "android.nfc.extra.ID" is never the same ?
It is not the tag ID ?

Bundle[{android.nfc.extra.NDEF_MESSAGES=[Landroid.os.Parcelable;@424bb968, android.nfc.extra.ID=[B@424bcef8, android.nfc.extra.TAG=TAG: Tech [android.nfc.tech.NfcA, android.nfc.tech.MifareUltralight, android.nfc.tech.Ndef]}]
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
Bundle[{android.nfc.extra.NDEF_MESSAGES=[Landroid.os.Parcelable;@424f71e8, android.nfc.extra.ID=[B@424f7400, android.nfc.extra.TAG=TAG: Tech [android.nfc.tech.NfcA, android.nfc.tech.MifareUltralight, android.nfc.tech.Ndef]}]
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
Bundle[{android.nfc.extra.NDEF_MESSAGES=[Landroid.os.Parcelable;@4250f2d0, android.nfc.extra.ID=[B@4250f4e8, android.nfc.extra.TAG=TAG: Tech [android.nfc.tech.NfcA, android.nfc.tech.MifareUltralight, android.nfc.tech.Ndef]}]
 

bioident

Member
Licensed User
Longtime User
ok thanks

I have question
How can I change key A ,B NFC from NFC library.
I want save data on card and I have to change security code.
 
Top