Re: [android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-10-24 Thread Bashorings
Hi guys, I am currently trying to find out the magnetic field strength of the Nexus S. Do any of you have information on that? Cheers, Sebastian -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-06-15 Thread Michael Roland
Hallo Shekhar, if the card supports ISO 14443-4 (which every EMV card should do) you can access this card with APDU commands through ISO-DEP. (* Except for some cards that seem to require a higher magnetic field strength than the Nexus S provides.) Using APUD commands you can then access

[android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-06-14 Thread Shekhar
Hi Michael, I have a doubt.You mean to say that if the EMV card supports ISO 14443 standard then we can be able to read the payment details of the credit cards using APDU commands? Thanks, Shekhar On Apr 25, 5:09 pm, Michael Roland mi.rol...@gmail.com wrote: Hallo lal, I'm trying to Read

[android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-04-25 Thread Michael Roland
Hallo lal, I'm trying to Read Track data for Payment cards (PayWave, PayPass). As per my understanding they follow ISO 14443 B. With new NFC API,        byte[] b1 = myTag.getHiLayerResponse(); //b1 is not null, but length == 0 [...]            result = myTag.transceive(b1); It will