I think question #2 refers to a problem with NFC PushRegistry and Tag
reading on the current J2ME NFC Phones like the Samsung.

In those devices, an application can be automatically started by the
phone on a tag (PushRegistry), and that event arrives to the Midlet
via the Contactless API.... BUT.... in that event, there is no tag
data and it's UID and contents cannot be read. I've battled with that
in J2ME and there seems to be no way around it.

To read the UID/Contents of the tag that started the app (with the App
now started) you need to remove the tag and bring it close again,
creating a second tag event that arrives to the Midlet ..... this time
it arrives with UID and NDEF messages and they can be read...

So, I think question #2 is: Can I have my app automatically started
AND get the tag UID/contents with only one touch of the tag...?


On question #3, I have seen other posts here about Android from
"experts" who have uncommented functionality in the Android source
code to enable Card Emulation and other functionality not supported as
standard, but that's still way out of my league.... but if you really
need it and are fearless...search around and you should find others
who have/are doing that....

-- 
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