Replies: 7 comments
-
Please provide:
|
Beta Was this translation helpful? Give feedback.
-
Hello !
As for the type of card I'm not 100% sure, it's an engineering sim card from workz (https://www.workz.com/) |
Beta Was this translation helpful? Give feedback.
-
Try explicitly selecting AID "A0 00 00 01 51 00 00 00" (-sdaid). Or maybe it has a global platform ISD under some other AID. Check the card documentation. Generally speaking, SIM cards and GlobalPlatform don't always play along (even if they are javacard capable). If you provide cards and docs I might work on them. How did you install those applets? Whatever the tooling, I guess it also allows to list any applets. |
Beta Was this translation helpful? Give feedback.
-
Huh, seems like it's under some other AID, I'll try to check where it is. I basically built from scratch my own gpPro alternative in python because I never got the authentication keys directly, so I'm sending apdus by simulating OTA calls (and also because I'm a beginner in the world of smart card programming so it felt better to build from scratch to learn how things work under the hood). Thanks for your input ! I think I will try to look at your code and see how I can replicate it :) |
Beta Was this translation helpful? Give feedback.
-
See #91. I don't work with SIM cards (operators usually provide ways to reach their SIM cards, so little benefit for homelab or dev environment) |
Beta Was this translation helpful? Give feedback.
-
Yeah I think that's totally fair ! I don't mind reimplementing, I was just hoping I could fast track things. Thanks for your time :) your resources are great (I compile my javacard code using https://github.com/martinpaljak/ant-javacard). |
Beta Was this translation helpful? Give feedback.
-
If you have time to describe OTA framing and necessary parameters so that I would not have to read the 3gpp docs, please contribute, might add it to gppro as well. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I managed through other means to install a few applets, now I'd like to list all the applets on my card, and thought I'd do that with gpPro:
but I get:
in fact I get that with most of the commands:
Anyone encountered that before or could point me in a direction to fix it ?
Beta Was this translation helpful? Give feedback.
All reactions