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 23:05
Hi,
Something weird is happening here.
I modified the method to look like this:

public void onNTag203xCardDetected(NTag203x arg0) {
// TODO Auto-generated method stub
Log.i("TAG","NTag203x card Detected" );
arg0.getCardDetails();
}


When I execute it I get no more lines than previously..
05-12 17:47:11.531 4200-4200/com.mifaresdktest I/TAG? Going to execute filterIntent
05-12 17:47:11.566 4200-4200/com.mifaresdktest I/SDK? This is NXP Card
05-12 17:47:11.706 4200-4200/com.mifaresdktest W/System.err? com.nxp.nfclib.exceptions.SmartCardException: Unknown Error.
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at com.nxp.nfclib.ntag.NTag.?(:239)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at com.nxp.nfclib.ntag.NTagFactory.getNTAG(:223)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at com.nxp.nfcliblite.Interface.NxpNfcLibLite.filterIntent(:276)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at com.mifaresdktest.MainActivity.onNewIntent(MainActivity.java:80)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1210)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2430)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread.performNewIntents(ActivityThread.java:2443)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread.handleNewIntent(ActivityThread.java:2452)
05-12 17:47:11.707 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread.access$1600(ActivityThread.java:144)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1350)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at android.os.Handler.dispatchMessage(Handler.java:102)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at android.os.Looper.loop(Looper.java:135)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at android.app.ActivityThread.main(ActivityThread.java:5221)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at java.lang.reflect.Method.invoke(Native Method)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at java.lang.reflect.Method.invoke(Method.java:372)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
05-12 17:47:11.708 4200-4200/com.mifaresdktest W/System.err? at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
05-12 17:47:11.744 4200-4200/com.mifaresdktest I/TAG? NTag203x card Detected


Is it something else needed to get the details from the SDK?

Thanks
+ 0  |  - 0