top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

NFC Architecture issue on android platform?

+1 vote
256 views

I wanted to understand NFC architecture in AOSP code. Primarily a block diagram interaction between NFC hardware with Nfc application in /packages/Nfc over JNI. I can see that the JNI portion of Nfc app is trying to connect via some socket.

Not able to find out the other side of this socket connection. I will really appreciate if someone can point me to any document or blog.

posted Jul 19, 2014 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

Not a technology question rather opinions about impact of LTE on NFC technology. Looks that LTE is going to be a commercial success so it should have impact on NFC technology but dont know how and howmuch.

0 votes

We have tried to do build with the normal user, but it failed after some time without giving any permission issue. I have made compilation directory permission as 777 and the same code has been compiled successfully with sudo or root user.

+1 vote

The platform has several keys that sign apps during build time (platform, shared, media. etc.) one of these keys is the shared key.

For what purpose do apps like Dialer ,Contacts and Launcher need to be signed with the same key? (Launcher and Contacts , for example, don't have a sharedUserId so I don't see why not use different keys for each)

...