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 8:44
Hey manuu80!

I think this is that weird warning due to Ultralight, NTag and maybe some other have very similar detection structure and the SDK goes through all of them (checks the blocks) to really find the right Tag.

Can you put:

Log.d("TAG", "Testing if it connects");

after

objUlCardC.connect();


If you now see it in your logcat (the message), means your app is running forward, but it gives you warnings due to this unknown error which can occur on detection of UltraLight, NTag.
It might be a bit annoying, but the end-user won't see the warning anyway, it is inside the Logcat only (what it could do is, to delas a bit detection of the Tag - but here we are speaking of 100ms perhaps, because it goes through all of those similar Tags).

Hope I could explain good enough to you.
Let me know, if you need anything else.

BR,
David
+ 0  |  - 0