Questions tagged [uicc]

3 questions
0
votes
0 answers

Javacard UICC ADF EF size

I would like to determine the size of an Elemantary File (EF) in a USIM applet ADF file system. TS 102.241 uicc.access.FileView select / status methods return FCP (File Control Parameter) which should hold among others the file size. From the…
Vitaliy
  • 291
  • 1
  • 14
0
votes
0 answers

How do I get "Calling package doesn't have carrier privilege to this profile" Is it possible to develop an app that eliminates the error?

・We are developing a native app that runs on Android to sell eSIM as an agent for each communication carrier. ・Implement a function to install eSIM profile information in this application ・With this function, customers want to realize a seamless…
0
votes
0 answers

Java Card Applet trigger proactive CAT command in process method

I need to get the current time and reset the UICC in an APDU command processed in the process method of the Applet. I'm concerned about the statement in the uicc.toolkit.ProactiveHandlerSystem.getTheHandler() method: The applet shall get the…
k_o_
  • 5,143
  • 1
  • 34
  • 43