I am trying to activate a card using CRS applet of GP
The full Command APDU passed was 80F001010A4F08XXXXXXXXXXXXXXXX00 ( when group by bytes CLA::80 INS::F0 P1::01 P2::01 Lc::0A TAG::4F L::08 V::AID::XX XX XX XX XX XX XX XX 11 Le::00)
XX XX XX XX XX XX XX XX is the AID place holder .
The CRS is present and I am able to get the global counter too.
But when I try above Command to activate I am getting 6D 00 ( which interprets to “Invalid Instruction”), but for my best knowledge the command APDU is well formed according to GP spec.