Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Access Mifare 1K card blocks on Android
-
Hello,
I would like to read/write Mifare 1K Card from Qt NFC for Android. Did anyone have luck with it or can anyone point how to save keys in the reader (smartphone)?
-
Hi, in the past I did a Qt app to manage nfc reader.
I don't remember why but I written a java class.
It is not so hard and you can find a lot of examples about Android, java and nfc.
-
Thanks a lot @mrdebug, that's what I ended up with.