[android-developers] Re: RFID tag detection

2011-05-18 Thread Pierre Yaacoub
won't be able to read most older HID Prox cards for example because they operate on the 125 kHz frequency. On May 17, 5:19 pm, Pierre Yaacoub pierreyaac...@gmail.com wrote: Hello, I am trying to build an application that uses the new Android capability of detectingRFID(NFC) tags

Re: [android-developers] Re: RFID tag detection

2011-05-18 Thread Pierre Yaacoub
-frequency variety. You won't be able to read most older HID Prox cards for example because they operate on the 125 kHz frequency. On May 17, 5:19 pm, Pierre Yaacoub pierreyaac...@gmail.com wrote: Hello, I am trying to build an application that uses the new Android capability of detecting RFID

Re: [android-developers] Re: RFID tag detection

2011-05-18 Thread Pierre Yaacoub
the intent: byte[] id = intent.getByteArrayExtra(NfcAdapter.EXTRA_ID); /Adam On 18 Maj, 00:19, Pierre Yaacoub pierreyaac...@gmail.com wrote: Hello, I am trying to build an application that uses the new Android capability of detecting RFID (NFC) tags. The tags that I have

[android-developers] RFID tag detection

2011-05-17 Thread Pierre Yaacoub
Hello, I am trying to build an application that uses the new Android capability of detecting RFID (NFC) tags. The tags that I have are not NFC tags, that is, they are not of a special type (like URI ...). For my purposes, I do not care about parsing the tag data in a certain way (as would be the