I have problem with the uicc toolkit install params.. Long tries, but no success..
Have simple uicc toolkit code.. Can't understand where is my error.. Here is my install parameter APDU.. Become always 6A80..
80 E6 0C 00 => CLA INS P1(Selectable) P2
41 => TOTAL DATA LEN
//AID's
0A 51 02 03 04 05 06 07 08 09 00
0B 51 02 03 04 05 06 07 08 09 00 00
0B 51 02 03 04 05 06 07 08 09 00 00
01 00 => Privileges
=> Begin of install pararms
1A => LEN INSTALL PARAMS
EF 08 => System specific param Tag + Len
C7 02 00 00 C8 02 00 00 => volatile and nonvolatile mem quota
C9 00 => Application specific params (Tag + Len)
EA 0C
80 UICC Toolkit Application specific parameters field
00 => prio level
00 => max timer allowed
10 => max text length
01 => max menu entry
00 => pos of the mneu entry
00 => identifier of the menu entry
02 => max number of channels
01 => len of msl
00 => msl
00 => len of tar values
00 => max number of this appl. instances
=> End of install pararms
00 => Install Token Len
00 => LE
My goal is a contactless + uicc STK applet. But I even cannot install a simple uicc toolkit applet..
Hope, anybody has an idea..
Best regards..