Questions tagged [hce]

Host Card Emulation is software emulation of an NFC smart card's responses, usually by (but not limited to) a mobile device.

Host Card Emulation (also known as soft-SE or software card emulation) is the emulation of a virtual smart card (that is not backed by an actual smart card chip) using only software. This allows information transfer to happen between a terminal configured to exchange radio information with an NFC card (e.g. contactless smartcard, NFC tag) and an application configured to act or pretend to emulate the functional responses of an NFC card. HCE requires that the NFC protocol be routed to the main operating system on a (mobile) device's application processor instead of routing to a local hardware-based Secure Element (SE) chip configured to respond only as a card, with no other functionality.

The first known system to support HCE was OS 7. Since then, KitKat added platform support.

312 questions
-1
votes
1 answer

NFC Card Emulation Mode and Peer to peer

I want to build Android apps that can be used for a student attandance tracking system. Student's phone will acts as an ID (just push data) and teacher's phone will acts as reader (pull data). So my questions are: I know that a phone with Android…
Bandi Su
  • 125
  • 2
  • 12
-1
votes
1 answer

Writing data into Nexus 4 in card emulation mode with ACR122

I am trying to send some data to the Nexus 4 through NFC (i.e. the card emulation mode). I tried a number of the command APDUs such as writing and updating APDUs, but I couldn't get them to work. What I am trying to say is, I want to send some data…
-1
votes
1 answer

Is it possible to set NXP's crlc663 chip in emulated card mode?

I'm programming a nfc-reader using the clrc663 chip from NXP and I'm interested to know if this chip can be configured to emulate cards. As far as I can see, it is not, but it would be great to get it confirmed.
-1
votes
1 answer

How NFC readers works?

Hi I am android developer. I already build android NFC reader and writer and beam. So using writer i can write simple data on NFC tags and with the help of reader I can read data from tag. Using beam I can transmit data between two NFC enabled…
nilkash
  • 7,408
  • 32
  • 99
  • 176
-2
votes
0 answers

I haven't found any specific step-by-step guidance for Mifare Classic emulation

I am working on a project where I need to emulate a MIFARE Classic card on an NFC-supported Android device and subsequently read data from it using an NFC reader. Despite my efforts, I haven't found comprehensive step-by-step guidance on achieving…
john wick
  • 1
  • 1
-2
votes
1 answer

Read or emulate NFC card with Android 4.2.2

Can I read or emulate with Android 4.2.2 (on a Galaxy S4) ISO/IEC 14443B (NFC) cards like SRI 512? If yes what can I emulate? All the card data?
dookilo12
  • 1
  • 1
-2
votes
1 answer

Android NFC host card emulation

I want to implement a program that uses HCE, but my device has Android 4.3 and does not support HCE. Is it possible to deploy a HCE app to devices with API versions < 19?
-2
votes
1 answer

Get fixed ID of NFC chip in Android

As my title, I have a SS Note. When it communicate with a NFC Reader, it generate a fixed ID How can I get it in Android?
-2
votes
2 answers

NFC ACR122U (reader/writer mode) and Nexus 5(HCE mode) example

i am developing an application where users can transfer files from phone to desktop using NFC technology. As i found in this post there is an option to use ACR122U in reader/writer mode and Nexus 5 phone in HCE mode. Can anyone please suggest some…
luna kass
  • 1
  • 1
-3
votes
1 answer

Is HCE Host-based Card Emulation for contactless card only?

According to this question, based Card Emulation for contactless card only? What if I want to use HCE with a visa card that does not have visaWave functionality? 1) Can I use back the visaWave AID? 2) What's the data format to send back to the…
user1872384
  • 6,886
  • 11
  • 61
  • 103
-3
votes
1 answer

Can I access a device using Android HCE from a device running Android 4.3 (or below)?

I have developed an app that emulates a contactless smartcard using Android HCE and an app that accesses (reads) this emulated card. Both run on Android 4.4 (KitKat) and above. No I would like to develop the reader-side for devices that run Android…
1 2 3
20
21