hce

Emulate Mifare card with Android 4.4

白昼怎懂夜的黑 提交于 2019-11-26 11:16:45
I have researched Mifare and other card emulation I have very good knowledge in programming (not Android, but C/C++). I have proxmark and I have made multiple emulation codes for proxmark, so I know how the cards communicate. I don't understand currently, does android enable full card emulation. I have researched this for about 3 days now, and the conclusion is there is no one constant pattern. Some people say it is possible, some say it is not. I looked through android API and the Host-based card emulation seems to be able to do the trick, but as I understand it is new thing in 4.4 Kitkat,

Editing Functionality of Host Card Emulation in Android

旧街凉风 提交于 2019-11-26 07:28:56
问题 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 emulating a card. Now, i\'ve downloaded the AOSP source, and built a custom image with no edited code and installed that to my Nexus 7 (This includes downloading and including the Vendor specific hardware drivers), and i\'m stuck on the next part. I physically cannot find the device code that

Host-based Card Emulation with Fixed Card ID

假如想象 提交于 2019-11-26 04:23:42
问题 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 authorization. After flashing my phone to KitKat, I tried to scan my phone with the access reader. But whenever the screen turns off and on again, I get a different card ID. I did try keeping the phone screen on, and registering the emulated card ID to the door access system. It managed to grant the

Emulate Mifare card with Android 4.4

喜夏-厌秋 提交于 2019-11-26 02:19:43
问题 I have researched Mifare and other card emulation I have very good knowledge in programming (not Android, but C/C++). I have proxmark and I have made multiple emulation codes for proxmark, so I know how the cards communicate. I don\'t understand currently, does android enable full card emulation. I have researched this for about 3 days now, and the conclusion is there is no one constant pattern. Some people say it is possible, some say it is not. I looked through android API and the Host