From 055706e85c8c3ddd715bc5837169189f23b15151 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Thu, 26 Oct 2017 00:09:15 +0200 Subject: [PATCH] Note about NDEF Host Card Emulation on Android --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95ce70e..8c00790 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,9 @@ This daemon expects the library to be already configured to find the PN532 devic If you installed libnfc from source, the default directory might be `/usr/local/etc/nfc` instead of `/etc/nfc`. + +## Notes + +You could use Android Host Card Emulation to emulate a Desfire - it actually just expects one application, D2760000850101. + +See an [example of HCE NDEF emulation](https://github.com/TechBooster/C85-Android-4.4-Sample/blob/master/chapter08/NdefCard/src/com/example/ndefcard/NdefHostApduService.java).