Reputation: 274
In my android application, I use a smartcard using OpenMobileAPI.
After creating a channel, when I transmit a command APDU, I often get an Exception like:
Exception plugin internal error:internalTransmit()
execution:java.lang.IllegalStateException:internal error.
What does this exception mean? What should I do?
Upvotes: 0
Views: 196
Reputation: 761
You may find support on the SEEK for Android project page. I would advise you share more details, mostly the phone you are using and the smart card reader you have selected in the first place (UICC or micro SD ?). Maybe some code would help.
Upvotes: 1