[android-developers] Re: NFC Secure Element

2012-02-10 Thread malls
When the card emulation is detected, the call is routed to nfc_jni_transaction_callback() of SecureElement. From here the event is posted to NfcService for example AID_SELECTED events are all posted to NfcService. I was wondering if there is way to communicate to SecureElement through this hand

[android-developers] Re: NFC Secure Element

2012-02-08 Thread malls
what does this mean. Should I be waiting until the external reader sets mode or i have to initiate the NFC mode. regards malls On Feb 6, 5:51 am, "s.rawat" wrote: > Hi Nemik, > You wrote : > *Yea, that's right. All it does currently is read; at least via the > Java API.

Re: [android-developers] Re: NFC Secure Element

2012-02-01 Thread malls
I don't see any interface of passing the keys to open secure element in the android code. I am not sure how many people claims that you need google Keys to open SecureElement. May be I am missing something. -- You received this message because you are subscribed to the Google Groups "Android D

Re: [android-developers] Re: NFC Secure Element

2012-01-31 Thread malls
Fernando, I was wondering if I can emulate the card in my application and send it to the terminal. regards malls -- 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@googlegro

Re: [android-developers] Re: NFC Secure Element

2012-01-31 Thread malls
Fernando, In that case, what's api to send apdu to external SE and how can we have external SE added to the phone. regards malls -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
reader. regards malls On Jan 4, 6:17 am, Fernando Miguélez wrote: > Well, options are enabled in cascade. The problem comes because the first > option is not enabled. Besides, if you look at the Wireless Settings > screen, there is only the "NFC Settings" option, but not the

[android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
; > There must be an error with patches since other person had the same issue. > > Just copy it manually to the /system/lib directory of the phone (you have > > to remount the system partition as RW). > > > 2012/1/27 malls > > >> Dear Fernando > > >> I

Re: [android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Softy Could you please share android client code snippet to send APDU command to SE after the patch. regards malls -- 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@google

[android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Fernando, Here is the logcat output that I am getting. Is libpn544.so supposed to be built as part of this build process or am i missing something. I have checked, there were no errors during the compilation anywhere. D/NFC JNI ( 4179): NFC Service : loading JNI I/NfcService( 4179): Starting NF

Re: [android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Dear Fernando I tried to patch as per your instructions and root the device. I get error saying libpn544.so not found. I don't see this file created after the compilation. Where is it trying to load from. regards malls -- You received this message because you are subscribed to the G