hce Questions
3
Solved
Apple just announced new NFC Core API to public.
Here is what they said.
Core NFC
With Core NFC framework, your apps can now support tag
writing, including writing to NDEF formatted tags. The fram...
1
I want to ask 2question about nfc card emulate :
can I emulate nfc card include uid that I select?
I read HCE and don't understand what is the diffrent between HCE and Card Emulation with a Secur...
Obliteration asked 29/9, 2017 at 7:55
4
Solved
Android 4.4 introduced Host-based Card Emulation (HCE). As you know, all NFC cards come with a fixed card ID (NfcAdapter.EXTRA_ID).
My office door access usually detects the NFC card ID for the a...
Milzie asked 4/11, 2013 at 9:6
12
From what I have understood so far, an NFC phone will act as an NFC reader which will read data from an NFC tag. Now my question is, can we switch this around? Can we make an Android NFC phone beha...
1
Solved
I developed an app which has been widely used together with Google Pay application since two years ago and there was no problem with its HCE NFC feature until the release of Android 9.
However, I ...
Copt asked 17/5, 2019 at 7:56
0
I am trying to emulate an NDEF NFC tag but processCommandApdu is not being called. The service appears to start, I have tried a number of AID and nothing seems to work. I have also tried using Pack...
2
I wanna emulate a host card with the HCE feature from Android. For that I extend the service class HostApduService and overwrite following method:
public byte[] processCommandApdu(byte[] commandA...
4
Solved
1
Solved
I have an ACR122U NFC reader/writer connected to my Windows machine with ACR122 driver installed.
I try to use javax.smartcardio API to send an SELECT (by AID) ADPU to my Android device (which sho...
0
See NFC reader "SELECT (by AID)" APDU is not routed to Android device on debugging and eventual results. TL;DR the reader might simply be defunct.
I have ACR122U nfc reader. I try to r...
0
3
Solved
What is the key thing to adjust in NFC HCE application to get it visible under settings NFC Tap and Pay
Following code returns true for the app, so it's capable of payment:
boolean isDefault = Ca...
Awesome asked 9/6, 2014 at 10:12
1
Solved
I am looking for a way to suppress Android Pay app for one activity. iOS has requestAutomaticPassPresentationSuppressionWithResponseHandler method, which allows exactly this - suppressing Apple Pay...
Essex asked 7/12, 2017 at 14:4
5
Solved
By the introduction of the HCE, no secure element (SE) is needed to emulate a card. As a result, there is no storage to keep the sensitive information of the app emulating the card such as balance,...
Tuckerbag asked 27/4, 2014 at 8:41
2
Solved
I am trying to configure the NFC chipset on the Nexus 5X (bullhead) or Nexus 6P (angler) to use the UICC as NFC offhost route for AIDs I declare in my OffHostApduService.
Edit Jan 17, 2016: I've u...
Disulfiram asked 13/12, 2015 at 12:20
2
Solved
I found two approaches to let an Android app detect and process NFC tags:
NfcAdapter.enableReaderMode(activity, callback, flags, extras) and then receive the tag info in the callback.
NfcAdapter....
Buseck asked 10/11, 2015 at 15:36
1
Solved
I have an LG D320n Android phone, elechouse's PN532 nfc module and Stollmann's NFCPlayer with which I can read NFC tags properly.
I tested a sample from here: https://github.com/grundid/host-card...
3
Solved
I need to emulate a DESFire EV1 card on an Android device. However, I'm confused on how to use the Mifare SDK (lite or advanced) with the HCE.
Is that even possible? I need to start the project an...
Petrosal asked 9/4, 2015 at 7:59
1
I've found that Android devices support three NFC modes: reader/writer, P2P, and card emulation.
Is it possible for my app to check which mode is currently enabled?
Germaine asked 24/4, 2015 at 8:17
2
Solved
I'm currently in the process of developing a project for my University course wherein I will be hopefully editing the functionality of the HCE Feature of Android to allow me to set my own UID when ...
Noman asked 9/2, 2015 at 12:33
5
As more and more devices have KitKat, I'm trying to compile a list of devices support HCE.
Does anyone have the list? Feel free to add comments to contribute to this list.
Below is what I have so...
Argile asked 6/3, 2014 at 22:32
1
I'm new in NFC thing, so I tested several phones with calling getTagId() method in HCE mode, and this is the result:
device | UID
LG G2 | random
LG G3 | static
S4 | random
HTC One Mini | static
Xi...
Publicness asked 1/12, 2014 at 23:46
1
Solved
I'm trying to do Host card based emulation,HCE using this example for ACR 1281U Nfc card
reader.
The tutorial Suggest to use nfctools to read logs when connected to the reader b using the command...
1
Solved
I'm trying to do Host card emulation on an Android device using this example using ACR1281U NFC tag reader.
This is the kind of application I want to make.
As per the Android documentation and th...
2
Solved
1 Next >
© 2022 - 2024 — McMap. All rights reserved.