Xavier Averbouch
Xavier Averbouch
@tacticalDevC as your error indicates "success" maybe you can try to comment this code in mfoc.c --> ` //nfc_perror(r.pdi, "nfc_initiator_mifare_cmd");` ` //goto error;`  and then recompile mfoc
Hi, which kind of card is it? Did you try with other cards? Maybe you should also add some custom keys to decode
Keys do not depend on card type You need to find the keys for your card brand. I don't have the custom keys you need but I guess you could...
I don't think it's an issue from mwt. As it is working fine with other cards, maybe this kind of tag is protected differently
Hi. I think it's a mfoc related issue: https://github.com/nfc-tools/mfoc/issues/11
Yes. I have no idea why it doesn't work for your specific card
Is your emulated card on your Nokia device working as well as the original card ? (Could you test it?)
Mifare Windows tool is just a wrapper on libnfc tools And I think Libnfc tools doesn't support the acr125u
you need to read again the written tag, before rewritting it, because the content has changed
When you wrote previous dump, the copy was working ? You need to erase the target card at first or at least read it (the target card) because to copy...