nfc-frog icon indicating copy to clipboard operation
nfc-frog copied to clipboard

Running on an Android smartphone

Open denisghior opened this issue 3 years ago • 1 comments

Hello, the README.md file suggests this program should run just fine on an NFC enabled device (e.g., smartphone) however it after running using any of the commands sudo ./nfc-frog full, sudo ./nfc-frogfast or sudo ./nfc-frogGPO the device is undetected: 'Unable to open NFC device'.

How can I go about running it on my Android device? Any help/suggestions would be appreciated.

PS: I've installed all the necessary drivers and libnfc.

denisghior avatar Mar 05 '22 21:03 denisghior

Hi, that looks like a libnfc problem. Try running commands like nfc-list or nfc-pool from libnfc to test if it works ok.

Also for Android it might be easier to use Java/Kotlin solutions like this or this

cuamckuu avatar Mar 05 '22 22:03 cuamckuu