Lassie111

Results 19 comments of Lassie111

> Can you post the contents of this file on your phone: `/vendor/etc/nfc/libnfc-nxp.conf`? I'm mainly interested and cannot promise I will fix your problem lol - hopefully others will. :)...

Update: I tried using another phone as a reader to see what is received. It seems like the cloning "works" but it sends wrong data. Firstly, no matter if I'm...

> First, the UIDs you are seeing are not set by NFCGate, they are "random" UIDs generated by the NFC chip (e.g. `0x08E84E52`). You can recognize random UIDs with the...

> Second, NFCGate correctly sends the NFCID to the NFC chip as seen in the log. Everything works, except the NFC chip does not accept the NFCID and keeps presenting...

Thank you once again! I will try to investigate it when I have some time.

I started by looking at the `hook_NFC_SetConfig` function and printing the returned value of ``` globals.hNFC_SetConfig->call(actual.total(), bin_stream.get()) ``` to the log. It returns 0 (which I found is `NCI_STATUS_OK`). I...

I've tried all of the combinations you described and in all cases a random ID was presented (both after starting NFCGate and after cloning a tag). [log_10000.txt](https://github.com/nfcgate/nfcgate/files/14856087/log_10000.txt) [log_01000.txt](https://github.com/nfcgate/nfcgate/files/14856088/log_01000.txt) [log_00100.txt](https://github.com/nfcgate/nfcgate/files/14856089/log_00100.txt) [log_00010.txt](https://github.com/nfcgate/nfcgate/files/14856090/log_00010.txt)...

Unfortunately, it still does not work and the app also the app crashes frequently. [log.txt](https://github.com/nfcgate/nfcgate/files/15406361/log.txt)

> After some bugfixing we have a new debug apk [app-debug.zip](https://github.com/nfcgate/nfcgate/files/15411016/app-debug.zip). Please try it and report if it works. Now it works! How did you fix it? (Edit: I saw...