[android-developers] Re: NFC JNI Error on Nexus S

2011-05-11 Thread fordeveloper
Ya, am having the same issue with one particular card everytime. The transcieve fails, and the nfc polling restarts everytime. On Apr 20, 1:25 pm, Myroslav Bachynskyi wrote: > 04-16 15:46:22.809: INFO/ActivityManager(118): Starting: Intent { > act=android.intent.action.MAIN cat=[android.intent.ca

[android-developers] Re: Sending APDU Command from Nexus S

2011-05-05 Thread fordeveloper
Hi, Am facing the exact same issue, and the logcat shows that the native function seems to be losing the connection to the card on the transcieve(). I increased the timeout and that didn't solve the issue either. Please let me know if you find a solution :-) Thanks, Priti On May 3, 11:50 pm, Wi

[android-developers] Re: android nfc tech API help

2011-04-25 Thread fordeveloper
What exactly is low level access? How do I send/receive nfcA/nfcB commands then? Am confused! On Apr 9, 2:57 am, Michael Roland wrote: > Hallo Priti, > > > I can get aNfcAobject using the getTag(tag) method. > >NfcAmyTag =NfcA.getTag(tag); > > > I then do a > > [...] > >     retData = myTag.tran

[android-developers] android nfc tech API help

2011-04-08 Thread fordeveloper
Hi, I am new to android development, and needed some urgent help for this API. Am trying to use the new library for nfc which was released in 2.3.3 I can get a NfcA object using the getTag(tag) method. NfcA myTag = NfcA.getTag(tag); I then do a try{ myTag.connect(); if (myTag.isConnected()) {