UICC Toolkit Application Instantiation failing with 6A80 error #390
Replies: 4 comments
-
|
Note, i am using sysmoISIM-SJA5 |
Beta Was this translation helpful? Give feedback.
-
|
Update, the applet will install normally if i remove the setEvent, apparently, the installation is failing on this specific line. |
Beta Was this translation helpful? Give feedback.
-
|
Converted to discussion. This has not been written out explicitly (will add to FAQ, there have been similar issues opened before), but you need to know the necessary parameters for installation, that are crucial for SIM applications (but not part of global platform specs, which GPPro is about). There has been issues where the ordering of parameters has caused trouble, but those should be fixed. From GPPro perspective you just need to specify the right extra installation parameters (same applies for any system parameters like contactless extension etc) |
Beta Was this translation helpful? Give feedback.
-
|
How are you sending the 0xEA tag? Is this a parameter sent along with -install or a separate command? (I'm not familiar with GP). If it's possible that something else is contributing a default 0xCA tag to your init params, it'll throw that error. Also if the 0xEA isn't actually making it into the card your code can throw that error. Also I notice you're not setting an MSL -- but I don't know if that matters. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very simple applet built with UICC Toolkit (TS 102 241). I can load the package properly on my card, but i cannot install the instance of the applet. It always fail with 6A80 error.
Below is my Install4Install command and the applet code just in case anyone here can help me.
Install 4 Install Command:
Applet Code:
I have tried changing the parameters with multiple combination with no success, including minimal and basic parameters installation. Also, by adding some error handling to the applet code, I could understand that the failure happens before the install method is called.
Beta Was this translation helpful? Give feedback.
All reactions