I'm trying to make an App for LG Optimus 4x that will require it to emulate as a NFC tag. It's a simple boarding pass/ ticketing app. For that, I'm following this tutorial:
http://nelenkov.blogspot.com/2012/08/accessing-embedded-secure-element-in.html.
I have the following confusions:
I'm not sure about the NFC controller used by the device and the availability of embedded secure element. I have rooted the device and /etc
contains the nfcee_access.xml
file. So, I'm assuming the device has the embedded Secure Element. Please correct me if I'm wrong.
Second, The nfcee_access.xml
file already contains a long signer hex string saying "Google Wallet Release Signature". In order to enable access to my own app, do i still have to add another signer certificate for my app or the Google Wallet's signer certificate will work for my app too? Or should I just add my package name after this already existing Signer Certificate?
If I have to add a new signer certificate, how can I get it exactly?