Reply To: DESFire EV1 – invalidResponse: No Such Key

Forum MIFARE SDK DESFire EV1 – invalidResponse: No Such Key Reply To: DESFire EV1 – invalidResponse: No Such Key

Re: DESFire EV1 – invalidResponse: No Such Key

4. June 2015 at 10:37
Hm. Not expected that one.
Are you quickly removing the card ?

If not, are you using anywhere in your card (after authentication)
format()
method?

Also, could you put something into LogCat, right after
authenticate()
method ?
Like:
Log.d("TAG", "Checking if auth succesfull");


Because it could be the reason, that you are calling
close()
method immidieatly after authenticate, and that's why it could say Tag lost, because you "closed" the connection. You could try removing that line also to see what happens.

Best,
David
+ 0  |  - 0