Unfortunately, tag-type specific access is not possible in MeeGo Harmattan through the Qt Mobility NFC APIs (see: http://doc.qt.nokia.com/qtmobility/connectivity-api.html#nfc ).
The code works on...
Type: Posts; User: ajakl; Keyword(s):
Unfortunately, tag-type specific access is not possible in MeeGo Harmattan through the Qt Mobility NFC APIs (see: http://doc.qt.nokia.com/qtmobility/connectivity-api.html#nfc ).
The code works on...
Using Qt's sendCommand() and similar methods is not supported on MeeGo Harmattan - this is the tag-type specific access I was referring to. You can do this only on Symbian phones.
Nfc Info only...
With the N9, you can read the raw payload of a tag and interpret it yourself. See for example the Nfc Info app, which shows how to parse Smart Posters, business cards or MIME/image NDEF messages...
Rather old thread, but might help others hopefully :)
When you make changes to the libraries etc., make sure you clean the project and to be on the safe side also manually delete the makefiles...