Host Card Emulation - is it possible to transfer a string from one phone to another?

Hazed 2.0

I'm currently developing an app that is looking at transferring an ID number from one phone to another using NFC.

I do not want to use Android Beam because that takes too long. Instead I'm looking at Host Card Emulation where one phone can behave like an NFC tag storing the ID number and the other phone can behave as a NFC reader that reads the other phone and receives the ID number.

Is this possible?

Michael Roland

Yes, that's possible. If both devices run Android 4.4+, one device can operate in HCE mode and the other device can operate in reader mode (NfcAdapter.enableReaderMode()). The reader-mode device can then select the HCE application on the other device and can send/receive APDUs (containing arbitrary data, e.g. a unique identifier).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Android NFC host card emulation

Is it possible to transfer kafka users from one Zookeeper to another?

Transfer content from one tab to another without browser extension possible?

Is it possible to transfer free storage space from one hard drive to another?

Is it possible to transfer the history of commands from one system to another?

Is it possible to transfer Wifi adapter drivers from one OS to another?

How do I transfer certain characters from one string to another?

Editing Functionality of Host Card Emulation in Android

Understanding the code behind Host Card Emulation and APDUs

Encrypted logical channel in Host Card Emulation

Samsung device nfc mode and host card emulation

Transfer from one table to another

Write in a emulated card Android HCE (Host card Emulation)

is it possible to programatically transfer files stored on amazon s3 from one region to another?

Is it possible to transfer data from one TableViewCell to another TableViewCell by using different? segues

Is it possible to host a website in one server and host emails with this domain on another server?

Is it possible to transfer money from PayPal account to a bank account or credit card?

Is it possible to transfer money from a stripe account to other people on a bank card?

How to get AID for reader Host based card emulation

Is there a way to check if the last message in Host Card Emulation was received by the terminal?

How to define an APDU for STORE DATA for Host Card Emulation?

Host card emulation on Android (4.4 / KitKat and above) with Nexus 5

Listen for HCE (Host-based Card Emulation) event

transfer php variables from one server to another

Transfer data from one table to another on insert

Transfer image from one ImageButton to another

Android : transfer a view from a parent to another one

How to transfer a structure from one Plone to another

Transfer data from one database to another with Datamapper