One more question, does the Galaxy tab have a standard USB plug or does it have its own proprietary format?
Ok, thanks.I tried to compile a new image of the stock-android, which is running on my hackberry, by this tutorial: https://www.miniand.com/wiki/Allwinner/Unpacking+and+building+LiveSuit+imagesBut i can't figure out how to edit and add drivers to the kernel - is there a way to do this?
Hi allI have a question for a peculiar use-case I have to manageA project I'm currently developing will need the use of an external NFC reader (the ACR122U in this case) combined with a Android tablet (>=4.x)Basically the aim is to let the user scan a hard to reach tag holding the tablet with one hand and moving the reader with the otherI've been able to connect the reader and have it working and initialized in an Android test App by following the ACS drivers how-to but now comes the hard part: actually reading the tags.The code of the demo applet is basically almost all I need.My question is: is it possible to connect the demo applet code to the ACR122U directly from inside an Android App instead of from inside the browser environment?The ACS driver uses a android.hardware.usb.UsbDevice to instantiate their ReaderI still didn't have the time to browse well all the nfctools codeAny help would be appreciatedMarco
Check my github profile, you will find a working proof of concept called aer
--
Sie erhalten diese Nachricht, weil Sie in Google Groups E-Mails von der Gruppe "nfc-developers" abonniert haben.
Wenn Sie sich von dieser Gruppe abmelden und keine E-Mails mehr von dieser Gruppe erhalten möchten, senden Sie eine E-Mail an nfc-developer...@googlegroups.com.
Weitere Optionen finden Sie unter https://groups.google.com/d/optout.
--
Sie erhalten diese Nachricht, weil Sie in Google Groups ein Thema der Gruppe "nfc-developers" abonniert haben.
Wenn Sie sich von diesem Thema abmelden möchten, rufen Sie https://groups.google.com/d/topic/nfc-developers/6L5PIwTzGHQ/unsubscribe auf.
Wenn Sie sich von dieser Gruppe und allen Themen dieser Gruppe abmelden möchten, senden Sie eine E-Mail an nfc-developer...@googlegroups.com.
It should work if the phone you tap has android >=4.4 and if in the code you use HCE, but I don't have a device for testing it
M
Hi
It's been years so I may say something false, but changing the tag class should do the trick.
No p2p connection, but it might work with host card emulation (available since android 4.4 I think)
Hi Marco,
I have tried reading a different card by changing the TagClass and Found successful. Can you give me any link of any open projects that can help me attain that Host card emulation method. I tried some projects but nothing happens between the app and ACR122u reader. Please guide me on how to use Host card emulation to write into the ACR122u reader. Thanks in advance.
Regards,
Sai kapil seetharaman