Re: [android-developers] Re: does NFC in gingerbread support card simulate?
Hi Nikolay,
> That is my understanding too, so I am not too far off :) I still
> don't get the intent when I send APDUs but that may be a problem
> with my libnfc setup. When I have a IsoPcdA activity in the foreground
> nfc_initiator_select_passive_target() return 0, i.e. no tags found, but
> this same code works with Google Wallet. Might be some sort of
> a catch 22 situation -- the reader expecting some response to detect
> it as a tag, and the tag expecting something from the reader to
> get activated.
Well, the intent won't fire until the first APDU is sent. So as you
didn't finish anti collision and activation, there is no APDUs yet.
I believe I read a report about the phone not advertising NFCIP1 (in SAK
byte) while the secure element is active, but I don't remember where I
found that. Still, that shouldn't make any difference in this case.
> Unfortunately I didn't get a chance to investigate
> further. Additionally the ATR/ATS is different depending on whether
> Google Wallet is installed. Will try to look into it some more.
Yeah, when Wallet is installed, it automatically activates the secure
element for card emulation, so you will also see the SE's ATS (instead
of the one generated by the PN544 for software card emulation/peer-to-peer).
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home