Re: SmartCardException with UltralightC and Nexus 7 2012

Forum MIFARE SDK SmartCardException with UltralightC and Nexus 7 2012 Re: SmartCardException with UltralightC and Nexus 7 2012

Re: SmartCardException with UltralightC and Nexus 7 2012

12. May 2015 at 22:04
Yes, but weren't these lines implemented automaticly when you created those methods ? They should've been. Maybe you have missed it in Logcat? ;)

Well no problem, now we know what's going on.

To be honest, if it detects it as NTag203, it probably is the NTag203 and not an UltraLightC Card.

What you can try is to add some function asociated with NTag203 (inside the method) to see if it really is NTAG203.

Use:

arg0.getCardDetails();
and search for sCardName (maybe arg0.getCardDetails.sCardName ?)

I haven't used NTag203x yet, so I don't know how it builds this..but getCardDetails() is an Object that contains sCardName, so try to get to sCardName.

And check it in LogCat what it returns, and the we get some details if this really NTag203, or is something wrong going on here.

BR,
David
+ 0  |  - 0