I'm trying to use NFC to emulate a card.
What I expect is that when I pass the phone on an NFC reader the reader reads the data (this data then I would modify in the future).
- I'm using this sample project: This sample project
- I'm using a Nexus 5.
- I'm using an ACS ACR128 reader: This reader
Passing the phone on the reader, for what I understand, the entry point should be in the Java class CardService.java
. But the method processCommandApdu
is never called (I have tried to insert a breakpoint there and even a toast, but that code is never called).
So at the moment the main thing that I can not understand is: Did I do something wrong? This thing can be done?