Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Android NFC HCE host-apdu-service >> Problem with aid-filter declaration

I am trying to build a HCE NFC Android Application for payment using AID Visa. When launching, aid seem not to be recognized at manifest and its ressource file declaration. Indeed, OS ApduServiceInfo ...
20101's user avatar
  • 1
3 votes
0 answers
3k views

NFC host card emulation Android

I read contradicting things about the possibility implementing NFC Tap & Pay Android mobile app I was successful in testing out this app - https://github.com/championswimmer/NFC-host-card-...
Siva Natarajan's user avatar
2 votes
1 answer
479 views

Android settings crash when trying to set default app (Host-based card emulation)

I'm trying to implement a Tap & Pay application and therefor need to communicate with a POS Terminal. In order to do so, the device needs to set my application as the default application for Tap &...
Sabina's user avatar
  • 277
2 votes
1 answer
2k views

Programatically set NFC_PAYMENT_FOREGROUND setting for HCE in Android

I am trying to set priority for a payment card in a foreground activity, but setPreferedPaymentService() won't work until categoryAllowsForegroundPreference() returns true. However, this is tied to ...
jraic's user avatar
  • 61
1 vote
1 answer
988 views

UnsupportedOperationException for Android API method CardEmulation.getInstance()

I need to check if card emulation is enable on a device. I found one method here: boolean isDefault = CardEmulation .getInstance(NfcAdapter.getDefaultAdapter(this)) ....
Andriy Antonov's user avatar
0 votes
0 answers
116 views

How to load payment tokens in a Smartwatch

First I would like to know if it is possible. If it is, how could I load a dynamic token for a close loop payment in a Smartwatch. I am familiar with the HCE on Android phones but the way it should ...
Vincent Roye's user avatar
  • 2,821
2 votes
2 answers
4k views

Emulating a CreditCard via HCE

I´m trying to develop an application that emulates a creditcard over HCE on Android (4.4). I have a target application that can read from an NFC-sticker and I am now hoping to achieve the same result ...
Markus's user avatar
  • 83
1 vote
2 answers
7k views

Data Transfer from NFC app to PN532 reader

i m working on final year project of nfc based payment , i m stucked here coz i read on net that you cant transfer data (say credit card details) from NFC phone to PN532 reader ..i read about P2P mode ...
CoRRoDED34's user avatar