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 18:13
Hi, the SDK won't work on Nexus 7 with UltraLigthC? because it is not printing the line after the connect().

public void onUltraLightCCardDetected(UltralightC arg0) {
// TODO Auto-generated method stub
Log.i("TAG","UltralightC card Detected" );
try {
arg0.connect();
Log.d("TAG", "Testing if it connects");
} catch (Throwable t) {
}

}

Thanks!
Emmanuel.
+ 0  |  - 0