Page 1 of 1

Why my applet returned 6A 82 -- File Not Found?

Posted: Sat Dec 05, 2015 4:03 am
by AmigoJack
I have loaded and installed my applet into javacard successfully. But when I send SELECT command(00 A4 04 00 AID) to select it. It returns 6A 82, which means File Not Found. It's very strange. Why my applet returned this kind of response SW?

Re: Why my applet returned 6A 82 -- File Not Found?

Posted: Sun Dec 06, 2015 11:33 pm
by horse dream
How did you upload and install your applet? Which tools did you use?

Re: Why my applet returned 6A 82 -- File Not Found?

Posted: Mon Dec 07, 2015 10:53 pm
by AmigoJack
horse dream wrote:How did you upload and install your applet? Which tools did you use?


Hi, @horse dream. I used pyGlobalPlatform to upload and install the applet.
After the applet is installed successfully, I send 00 A4 04 00 81 82 83 84 85 01, it returns 6A 82.

Re: Why my applet returned 6A 82 -- File Not Found?

Posted: Mon Dec 07, 2015 10:59 pm
by AmigoJack
Forget to say that I followed this topic to install the applet.