Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to install applet in my SD?

843851Feb 7 2006 — edited Jul 7 2008
Dear

I nstalled my SD and install sample applet in my SD.

I'm using JCOP41 and tried to load an applet but I couldn't do that.

Card status is like this: I put a new ketset in new SD.
-------------------------------------------------------------------------------------------
Card Manager AID : A000000003000000
Card Manager state : OP_READY

Sec. Domain:PERSONALIZED (S-------) A000000003535041
Load File : LOADED (--------) A0000000035350 (Security Domain)
Module : A000000003535041
--------------------------------------------------------------------------------------------

What I did to install an applet in new SD was
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/select A000000003535041
init-update 3
ext-auth
=> 84 82 00 00 10 1A 62 18 BF 90 4A D3 2C 1F 1F 89 ......b...J.,...
B3 54 88 10 E8 .T...
(103608 usec)
<= 90 00 ..
Status: No Error
cm> upload -s A000000003535041 "c:\wallet.cap"
=> 80 E6 02 00 16 09 77 61 6C 6C 65 74 70 6B 67 08 ......walletpkg.
A0 00 00 00 03 53 50 41 00 00 00 00 .....SPA....
(64245 usec)
<= 6D 00 m.
Status: INS value not supported
jcshell: Error code: 6d00 (INS value not supported)
jcshell: Wrong response APDU: 6D00
cm> upload "c:\wallet.cap"
=> 80 E6 02 00 16 09 77 61 6C 6C 65 74 70 6B 67 08 ......walletpkg.
A0 00 00 00 03 00 00 00 00 00 00 00 ............
(64743 usec)
<= 6D 00 m.
Status: INS value not supported
jcshell: Error code: 6d00 (INS value not supported)
jcshell: Wrong response APDU: 6D00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I don't know what it says '6D 00'.
Can anybody help me?
Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2008
Added on Feb 7 2006
21 comments
1,896 views