unable to dump application 0x9011f2
khimaros opened this issue · 0 comments
khimaros commented
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?