Page 1 of 1
Send APDU to card, the response is 9000 at the beginning, later 6F00, why?
Posted: Sat Aug 29, 2015 2:31 am
by Clarke
I run my applet on card, and send APDU, the response is 9000 at the beginning, later 6F00.
Can anyone encountered this? How to resolve?
Re: Send APDU to card, the response is 9000 at the beginning, later 6F00, why?
Posted: Sun Aug 30, 2015 3:47 am
by UNKNwYSHSA
Which apdu command? Where's the source code?
Re: Send APDU to card, the response is 9000 at the beginning, later 6F00, why?
Posted: Thu Nov 12, 2015 1:56 am
by Clarke
UNKNwYSHSA wrote:Which apdu command? Where's the source code?
Thanks, I have already found the answer, return 6F00 is because the EEPROM is not enough.
Re: Send APDU to card, the response is 9000 at the beginning, later 6F00, why?
Posted: Thu Nov 12, 2015 10:27 pm
by UNKNwYSHSA
OK.
Re: Send APDU to card, the response is 9000 at the beginning, later 6F00, why?
Posted: Thu Nov 12, 2015 10:35 pm
by UNKNwYSHSA
Maybe you forget call JCSystem.requestObjectDeletion() to recliam the NVM memory.
Hope you fix this problem correctly.