I use MFRC522 as the reader, while Sony C4 is executing Google HCE sample. The reader is sending frame 1:
02 00 A4 04 00 07 F0 01 02 03 04 05 06 crc1 crc2
Then the reader receives frame 2:
f2 08 50 dd
I think it may be an S-block or WTX.
However the log of the HCE app shows:
received apdu
00 A4 04 00 07 F0 01 02 03 04 05 06
sending account number number 123456
Even if the reader sends frame 1 again and again, I always receive the same frame 2, why?