Topic: Tag emulation for Galaxy Nexus (ICS) - Operation not supported 95
Hello libnfc,
I am doing my first steps with NFC to solve a very simple task:
Enable a program on a PC pass an URI to an android phone and there (via intent filtering) reach my application.
Then android side works already quite reasonable: a ForumTyp2 tag programmed with the URI triggers my App to 'do the right thing'.
Next I tied to achieve the same using nfc-emulate-forum-tag2, but this fails with an error message already when simply trying read the emulated card on the phone with an App (NFC Tag Reader and TagInfo from NXP) without even trying to get the URI offered via the emulated card.
comp@vbx1110:~$ nfc-emulate-forum-tag2
Connected to NFC device: SCM Micro / SCL3711-NFC&RW - PN533 v2.7 (0x07)
Emulating NDEF tag now, please touch it with a second NFC device
In: 30 02
Out: 00 00 ff ff e1 10 06 0f 03 21 d1 02 1c 53 70 91
In: 50 00
HALT sent
nfc-emulate-forum-tag2: ERROR: Software caused connection abort (103)
nfc-emulate-forum-tag2: Success
comp@vbx1110:~$ I have been browsing the forum and googeling for the error/messages but did not succeed so far to find a solution. (The other tag emulators also fail).
My Hardware/SW:
- Galaxy Nexus with Android 4.01 (Ice Cream Sandwich),
- SCM - SCL3711
- libnfc-1.5.1 and development
- xubuntu 11.10
Any help and suggestions are appreciated. Perhaps emulating the card is not even a good way to solve the task?
/Hartmut