Alexandros Roussos

Results 84 comments of Alexandros Roussos

> Mifare Classic is unfortunately [not supported](https://github.com/nfcgate/nfcgate/blob/v2/README.md#compatibility-with-cards-relay-replay-clone) due to an Android NFC Stack limitation. > /vendor/lib64 The relevant file is `nfc_nci_nxp.so`, but it does not contain information on which chip...

The correct file is actually seen in the log as `/system/lib64/libnfc-nci.so`. If everything works correctly, please update this PR to include `y` for clone, relay and replay mode.

> Sony Xperia 1 iv Can you please post a screenshot of the status page for this device? It would be great if you could also provide a logcat snippet...

Is this issue still relevant?

Thanks for the info! Please attach the following information to help us investigate this issue: 1. Can you confirm that your system contains a file similar to `/system/system_ext/lib64/libsn100nfc-nci-v1.so`? 2. Output...

@RandLily Please try the experimental version from the [v2-dev-debug-maps branch](/nfcgate/nfcgate/tree/v2-dev-debug-maps). Please report if it works or not and attach the (now much more verbose) log as well. [NfcGate_dev_debug_maps.zip](https://github.com/user-attachments/files/17626029/NfcGate_dev_debug_maps.zip)

Why can you not build OpenSSL for Android? #16 only covers Windows with MSVC, not building on Windows in general. Also, using the prebuilts does not need any extra documentation,...