Page 1 of 1

how to select java card applet automatically after resetting the card?

Posted: Fri Aug 28, 2015 2:29 am
by glassMan
I install an applet to java card and select it successfully, once I reset card, I must select the applet again. Is there any way to select java card applet automatically after resetting the card? How can I implement my applet code?

Re: how to select java card applet automatically after resetting the card?

Posted: Fri Aug 28, 2015 3:40 am
by rena2019
You have to make it "default selected" while installation

Re: how to select java card applet automatically after resetting the card?

Posted: Sat Aug 29, 2015 3:16 am
by Tolice
You can read the GlobalPlatform Specification about the "install for install" command, there is a Application Privileges bytes in Data Field. when you send "install for install" command, you can set application privileges with 0x04, it will make your applet default selectable.