STORE_DATA alongside --applet parameter : prior steps. #379
Unanswered
marknimbuspay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning.
The processing in gptool for STORE_DATA alongside an --applet parameter recaught my eye, but I can't determine the step(s) needed to be able to use it.
I have the applet LOADed via :-
and a
--list
gives :-I would like to install applet with AID
A0000000031010
and STORE_DATA at this point with :-gp.jar --applet A0000000031010 --store-data-chunk 010117701557134761739001010010d10122010123499999991f
which outputs :
Error: INSTALL [for personalization] failed: 0x6A88 (Referenced data not found)
Now a :-
gp.jar --create A0000000031010 --applet A0000000031056 --pkg A00000000310
nicely creates the applet that I can personalise, but doing that means the
--applet / --store-data-chunk
command gives :-Error: INSTALL [for personalization] failed: 0x6985 (Conditions of use not satisfied)
What step(s) after my LOADing commands am I missing to be able to use the
--applet/--store-data-chunk
parameter combination I think I desire?Beta Was this translation helpful? Give feedback.
All reactions