nfc-tools / libfreefare

A convenience API for NFC cards manipulations on top of libnfc.
Other
395 stars 106 forks source link

unable to dump application 0x9011f2 #143

Open khimaros opened 1 year ago

khimaros commented 1 year ago

i'm trying to dump data from application 0x9011f2 as documented at https://github.com/metrodroid/metrodroid/wiki/Clipper

however, i'm receiving the following error:

$ mifare-desfire-read-ndef -k 00000000009011f2 -o -
Found Mifare DESFire with UID 046436aac72380. Read NDEF [yN] y
mifare-desfire-read-ndef: Application selection failed. Try mifare-desfire-create-ndef before running mifare-desfire-read-ndef.

$ mifare-desfire-read-ndef -k 9011f20000000000 -o -
Found Mifare DESFire with UID 046436aac72380. Read NDEF [yN] y
mifare-desfire-read-ndef: Application selection failed. Try mifare-desfire-create-ndef before running mifare-desfire-read-ndef.

am i padding incorrectly with 0? is there another way to translate these application ids or is this just not supported by libfreefare?