Page 1 of 1

Looking for a way to install multi-applets automatically

Posted: Thu Aug 20, 2015 6:04 am
by Thelogan
How can I install multi-applets into the smartcard automatically?
Any help is greatly appreciated .

Re: Looking for a way to install multi-applets automatically

Posted: Thu Aug 20, 2015 6:24 am
by horse dream
Maybe you can write a .scr file to install all your applets automatically .The install command is just like the following format .
80 E6 0C 00 1A 05 01 02 03 04 05 06 01 02 03 04 05 01 06 01 02 03 04 05 01 01 00 02 C9 00 00 00;
80 E6 0C 00 1A 05 01 02 03 04 05 06 01 02 03 04 05 01 06 01 02 03 04 05 01 01 00 02 C9 00 00 00;
...

After that, use PyApduTool to excute the script.