Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
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.