All Questions
7 questions
0
votes
1
answer
206
views
Issue with Secure Messaging in Android HCE App - Invalid Class (SW 6E00) during AID Selection
I'm currently developing an Android Host Card Emulation (HCE) app targeting API level 34. My application handles the server-side implementation of PACE (Password Authenticated Connection Establishment)...
1
vote
0
answers
91
views
Android HCE behavior is different with and without SIM
I am developing an android HCE Application.
This is my simple code.
public class HceHostApduService extends HostApduService {
@Override
public byte[] processCommandApdu(byte[] apdu, Bundle extras) {...
2
votes
2
answers
3k
views
Is it possible to emulate a felica card with an Android device?
According to Android documentation:
Android (4.4 and above) supports emulating cards that are based on the NFC-Forum ISO-DEP specification (based on ISO/IEC 14443-4) and process Application ...
1
vote
1
answer
1k
views
Cannot connect Android HCE using javax.smartcardio.CardTerminal connect() method
So right now I'm building a simple app to emulate a smartcard using Android HCE (Host-based Card Emulation). The app only returns {90,00} byte array for every APDU command it receives. Here is the ...
2
votes
0
answers
562
views
Get this error when the card reader connect to my Host Card Emulation Service
I write the Host-Based Card Emulation(HCE) Application to do the mobile payment on my smartphone. I also use nfc-tools library to help me in coding both app on my phone and the reader. When I try to ...
1
vote
1
answer
3k
views
Android: HCE of 14443 type A card
I'm trying to develop an application that uses Android NFC as smart card (Android 4.4.2 in HCE mode). I've read the guide about HCE on Android 4.4. I used the example along with the Android 4.4 SDK. ...
1
vote
1
answer
4k
views
Frequent Disconnection ACR122U NFC Reader
When I put SIII (Android 4.3) on ACR122U NFC reader the LED keeps blinking green. When I put Samsung S4 (Android 4.3) LED turns green till the time phone is on the reader. In both the cases NFC is ...