0

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?

Michael Roland
  • 39,663
  • 10
  • 99
  • 206
gReEn HoRn
  • 274
  • 1
  • 4
  • 19
  • You might have better luck on OpenMobileAPI forums/mailing lists, since this is very specific. Is this the whole error message? Are there any warnings? – Nikolay Elenkov Jun 07 '12 at 02:19
  • @NikolayElenkov No this is the whole error message that i get.And also i get *Invalid Handle* Exception.I dont know the relation between these two. Once i get this i cannot send anymore command apdu further. – gReEn HoRn Jun 08 '12 at 08:55
  • You are losing connection for some reason, or the code is trying to use the wrong handle due to a some sort of bug. Really, ask on their maling list, the actual developers are probably the only people that know what is going on. – Nikolay Elenkov Jun 08 '12 at 08:59
  • @NikolayElenkov Thanx. Can u give the link for *openmobileAPI* forum. – gReEn HoRn Jun 08 '12 at 11:58
  • Well, since you are using their software, you should know :) I've never used it myself. – Nikolay Elenkov Jun 08 '12 at 12:50

1 Answers1

1

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.

Toluene
  • 751
  • 3
  • 9