Hey Victor,
I see you copied this from "helloMidlet"...
Great, must work..
Look if your "byte [] SELECT" is correct:
It has to be like:
Code:
SELECT APDU: (cla,sel,p1,p2)
(byte)0x00,(byte)0xA4,(byte)0x04,(byte)0x00,
LENGTH "NAME APPLICATION":
(byte)0x0E,
NAME APPLICATION:
(byte)0x48,(byte)0x65,(byte)0x6C,(byte)0x6C,(byte)0x6F,(byte)0x41,(byte)0x70,(byte)0x70,(byte)0x6C,(byte)0x65,(byte)0x74,(byte)0x2E,(byte)0x61, (byte)0x70,(byte)0x70
(in this case: HelloApplet.app)
You must change the select array "name application" into your own
AID of the Applet. (this can be a name, but also just a byte array)
I hope it helps,
Greetings,
Marc van Dam