You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom key can be loaded from external file, the key file should be just line-by-line txt file with 6bytes string per-line
starting from sector-0 key.
If the key are not supplied default key "a0a1a2a3a4a5" will be used for I/O operation on all sector
Read
Just tap your Mifare Card on the sensor and the apps will begin reading.
Do not remove the card untill you see the Data Dump is shown on screen.
Write
Error Checking are not implemented , you are strong encouraged to only enter 16 byte hex per line.
Writing on sector 0 is not possible
Do not try to modify the access condition on each block as it may brick your card.
Emulation(Not Implemented)
Root priviledge are required for this to work.
You must insert your self sign cerificate for the apps to access secure element.
keytool -exportcert -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android|xxd -p -|tr -d '\n'
Insert the key string to /etc/nfcee_access.xml.
This will allow all app generated on your eclipse to access Secure Element.
The function are implemented partially but not working.Its only included for those who are interested for Card Emulation