proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

SNEP support e.g. to beam to Android phone

Open iceman1001 opened this issue 6 years ago • 4 comments
trafficstars

Time to have some fun.

  • upload a APK file to flash mem
  • Standalone mode which sims and pushes the APK :)

iceman1001 avatar Nov 02 '19 16:11 iceman1001

https://github.com/jetruby/android-beam-nfc-example

iceman1001 avatar Nov 02 '19 17:11 iceman1001

I guess you won't learn much from that Android project as everything is handled by the NFC stack.

"Android Beam is discontinued in Android 10 and is not present in the second Android 10 beta for the Google Pixel 3" (wikipedia)

Actually Android Beam was Google own "standard", with also out-of-band Wi-Fi or BT channels. Official standard is SNEP:

  • http://sweet.ua.pt/andre.zuquete/Aulas/IRFID/17-18/docs/NFC%20Simple%20NDEF%20Exchange%20Protocol.pdf
  • https://nfcpy.readthedocs.io/en/latest/topics/snep.html
  • https://nfcpy.readthedocs.io/en/latest/examples/beam.html

doegox avatar Nov 02 '19 23:11 doegox

SNEP, simple NDEF exchange protocol? Awesome! now.. @merlokk didn't you implement some NDEF? You have some SNEP to pull out of your pocket?

iceman1001 avatar Nov 02 '19 23:11 iceman1001

no(
but it simple and NDEF have general parser.

dont see any case... looks like android phone can read something via this SNEP from device (proxmark etc) but... it needs to add there some application?

merlokk avatar Nov 03 '19 13:11 merlokk