Hallo Ferit,

> i'm working on some simple NFC-Applications and i want to realize a
> simple scenario, where the Nexus S sends some Text / URI / SmartPoster
> to a desktop NFC-Reader.

Have a look at nfcpy ( https://launchpad.net/nfcpy ) and which readers
it supports. For the moment, nfcpy is the only known LLCP
implementation for desktops that also supports the NPP.

> - Is it possible to set the nexus s as a passive nfc tag? So the usb
> nfc reader thinks that it is reading a simple tag / sticker.

Possibly you could abuse the secure element/card emulation to do this,
but you would need to modify the phone's firmware to get the required
access. Therefore, it is best to stick with peer-to-peer mode for
exchange of NDEF messages between NFC devices.

Also note that card emulation is intended for secure applications --
that require the high security standards of a (contactless) smartcard
-- and *not* for emulating NFC tags with NDEF data.

> I'm using a usb hid(human interface device) reader which outputs some
> cryptic ID's if a passive tag(sticker) is scanned but if i want to
> "write a tag" with the nexus s nothing happens. There is no new intent
> started at the ddms.

You can't access the Nexus S as if it were a *NFC tag*. (Don't confuse
_NFC tag_ with _card emulation_, see note above.)

br,
Michael

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to