We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm trying to dump data from application 0x9011f2 as documented at https://github.com/metrodroid/metrodroid/wiki/Clipper
0x9011f2
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?
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i'm trying to dump data from application
0x9011f2
as documented at https://github.com/metrodroid/metrodroid/wiki/Clipperhowever, i'm receiving the following error:
am i padding incorrectly with
0
? is there another way to translate these application ids or is this just not supported by libfreefare?The text was updated successfully, but these errors were encountered: