Writing data into Nexus 4 in card emulation mode with ACR122
I am trying to send some data to the Nexus 4 through NFC (i.e. the card emulation mode). I tried a number of the command APDUs such as writing and updating APDUs, but I couldn't get them to work. What I am trying to say is, I want to send some data (that is not the AID) to the phone after the select APDU command. Thanks in advance, Bader The HCE emulated card will understand exactly those commands that your HCE app's APDU service processes. So, for instance, if your HCE service's processCommandApdu() callback method looks like this: final static byte[] SW_NO_ERROR = new byte[]{ (byte)0x90,