hello everyone.

I need to communicate over NFC (ISO14443) with some card reader (SDI
010) which is controlled by dektop application using SmartCard IO.

when i put my nexus S on Reader, logcat shows messages

02-18 13:24:00.691: DEBUG/NfcService(278): SE FIELD ACTIVATED
02-18 13:24:00.691: DEBUG/NfcService(278): Broadcasting Intent

or theese , when card reader is trying to read

02-18 13:25:00.718: DEBUG/NFC JNI(278): > AID DETECTED
02-18 13:25:00.718: DEBUG/NFC JNI(278): > AID: 0102030405060708090000
02-18 13:25:00.722: DEBUG/NfcService(278): Card Emulation message
02-18 13:25:00.722: DEBUG/NfcService(278): Broadcasting
com.android.nfc_extras.action.AID_SELECTED

I,ve tried to handle theese intents with no success;
The reader i use supports NFCA, NFCB and RFID technologies.

I Suppose SE is Secure Element am i Right?
Is there any way to communicate with reader, without modyfing
firmware?
Or may be i can get access to secure element from native code (C) ?
Is there any trusted java libraries/tools to handle nfc (NDEF f.e.) on
desktop?

thanks.

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