sufferpriest 发表于 2013-11-4 18:44:55

Android 4.4支持HOST模拟卡功能,这下子手机要NB了

http://developer.android.com/about/versions/android-4.4.html

Host card emulation

Android apps can now emulate ISO14443-4 (ISO-DEP) NFC cards that use APDUs for data exchange (as specified in ISO7816-4). This allows an NFC-enabled device running Android 4.4 to emulate multiple NFC cards at the same time, and allows an NFC payment terminal or other NFC reader to initiate a transaction with the appropriate NFC card based on the application identifier (AID).

If you want to emulate an NFC card that is using these protocols in your app, create a service component based on the HostApduService class. Whereas if your app instead uses a secure element for card emulation, you need to create a service based on the OffHostApduService class, which will not directly be involved in the transactions but is necessary to register the AIDs that should be handled by the secure element.

也就是说,可以模拟安全级别不高的智能卡,门禁等

sufferpriest 发表于 2013-11-14 10:06:15

自己顶一下

herohezi 发表于 2013-11-30 16:47:53

使用的是PN65n 只能模拟mifare

radar_12345 发表于 2014-2-14 09:05:05

以后不用带本本出去了,一个手机搞定

liu1146 发表于 2014-3-19 11:42:58

顶顶!!
页: [1]
查看完整版本: Android 4.4支持HOST模拟卡功能,这下子手机要NB了