Ever wanted to use your phone's NFC reader on Linux? Now you can β€” right from GNOME! I built a minimal NFC app using neard and D-Bus β€” no hacks, no proprietary drivers. Just run the daemon, tap a tag, and it works. πŸ‘‰ https://gitlab.gnome.org/dh/gnfc/ 1/2 #nfc #LinuxMobile #MobileLinux #Mobian #NixOS #postmarketOS
What works today: read & import vCards from NFC tags, and detect any tag read β€” great for verifying your hardware is actually enabled. It's early but real. Contributions and feedback very welcome β€” let's make Linux NFC happen! 🏷️ 2/2
@okias
do we need yo install sdm845-next kernel for this to work?
@pocketvj Oneplus 6/6T should work with older kernels, some devices still doesn't have NFC enabled, but some (such as Shift 6MQ) will work only with sdm845-next.
@okias @pocketvj so the wiki page https://wiki.postmarketos.org/wiki/OnePlus_6_(oneplus-enchilada)#NFC is outdated and it should be changed to just "works" also in the overview table?
OnePlus 6 (oneplus-enchilada) - postmarketOS Wiki

@darkdragon @pocketvj yes, many pmOS devices wiki pages are outdated.
@okias @z3ntu does this work with postmarketOS on Fairphone?
@darkdragon @z3ntu should work (depend on FP model, if nfc is implemented in-kernel) on any distribution.
@okias it doesn't build btw. the wrong filename was referenced here: https://gitlab.gnome.org/dh/gnfc/-/blob/main/data/meson.build#L15
Client Challenge

@okias super cool. I'll try this soon.

Btw, you can (and IMHO should) use zbus_names through zbus::names re-export. 😊

@okias Thanks for this! Will make a good amount of use of this.

Wish we had a good FOSS solution for mobile payments. Would love to implement an app to enable this on mobile Linux, but sadly any real implementation seems to depend on a lot of proprietary infrastructure.