Re: Unknown Error Exception Thrown For NTag203x Tags

Forum MIFARE SDK Unknown Error Exception Thrown For NTag203x Tags Re: Unknown Error Exception Thrown For NTag203x Tags

Re: Unknown Error Exception Thrown For NTag203x Tags

23. April 2015 at 14:58
Can you try this:


protected void onNewIntent(Intent intent) {
libInstance.filterIntent(intent, new Inxpnfclibcallback() {
@Override
public void onNTag203xCardDetected(NTag203x arg0) {
Log.i(TAG,"NTAG 203x card Detected" );
arg0.connect();
}
}
}


Not sure if you have used this method, but this one is from the Manual that I have. Try to use this identically as I copied it here, but with your logic.

Let me know. In mean time I'll try to grab my hands on NTag203 and test it out on my own.

BR,
David
+ 0  |  - 0