nfc Questions

2

I have an app that reads various types of NFC tag. For years it's worked fine, but with newer Android devices a java.io.IOException is thrown consistently when scanning a particular type of tag. Th...
Electromotive asked 22/2, 2018 at 11:18

7

I did enough research on reading RFID tags using Android phones(smart phones). My understanding of this is that for NFC-enabled smart phones (Nexus S) it is possible to read RFID tags, but ...
Bink asked 26/10, 2012 at 6:33

4

Solved

I'm trying to use NFC Hardware from my device. But, the problem is that when I register the Activity to receive the Intent: PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, new Int...
Chaschase asked 5/5, 2015 at 2:33

4

I want to use my ACR122U contact-less smart card reader in Ubuntu 14 smarty. So I installed my required packages and drivers. Finally when I want to use the reader I receive the following error: ...
Pyrazole asked 30/6, 2015 at 6:56

2

Solved

I'd like to read and write NFC tags from within browser chrome or safari on iPhone and iOS devices. Usage seems straight forward according samples and seem to work for android after activating the ...
Caseose asked 23/11, 2020 at 16:52

1

Solved

Although many topics have already talked about the impossibility for an iPhone to emulate an NFC tag, I found this document that talks about card emulation based on the PassKit (on page 6). By imag...
Tsang asked 15/1, 2021 at 14:49

5

Solved

I have a class, which creates conncection to NFC and two activites. Both of them creates an object of that class so they can connect to NFC. Earlier it worked somehow but now I've got problem - my...
Secularism asked 27/9, 2012 at 12:0

1

Solved

How do I write NDEF message to NFC tag? Do I have to change manifest file? So far I have code to generate NDEF message: public NdefRecord createTextRecord(String payload, Locale locale, boolean en...
Katharinakatharine asked 19/11, 2020 at 21:29

3

Solved

I just started coding with Android NFC, i've successfully read and write NDEF data into mifare classic tag. The problem is when app read the payload from ndef record, it always contain character '*...
Holms asked 27/10, 2011 at 14:36

0

I'm trying to update a password protected ndef216 mifare tag. I send the authenticate command and then overwrite my pack&pwd values to verrify the authentication is successfull. then when i use...
Calcine asked 17/10, 2020 at 22:21

2

Solved

From my reading and experimentation I have found that Android devices use some method to prevent duplicate reading of a tag (as discussed here). This is great for power conservation however limits ...
Insurgency asked 5/5, 2016 at 8:2

1

I'm trying to get an instant app to be opened via NFC. I have something like the below in my AndroidManifest.xml <intent-filter android:autoVerify="true"> <action android:name="android....
Denver asked 26/10, 2017 at 7:50

3

Is it possible using ATR to determine whether I have ISO14443A or ISO14443B type card? If yes, how?
Gide asked 1/5, 2014 at 8:21

1

I'm trying to read the UID for a mifare tag. Looking at examples, I see the following method a lot: func tagReaderSession(_ session: NFCTagReaderSession, didDetect tags: [NFCTag]) { if case let...
Aitken asked 8/10, 2019 at 11:23

2

Solved

This is my Torch app: final Camera.Parameters p; Camera camera=Camera.open(); camera.setPreviewTexture(new SurfaceTexture(0)); p = camera.getParameters(); p.setFlashMode(Camera.Parameters.FLASH_...
Alyshaalysia asked 5/1, 2016 at 8:28

2

I have created an app with the Core Bluetooth framework. My IOT device contains both Bluetooth and NFC. When I bring my Apple device in to NFC range, the Apple Pay popup triggers. Is their any way ...
Mcdade asked 12/6, 2018 at 9:50

1

I want to ask 2question about nfc card emulate : can I emulate nfc card include uid that I select? I read HCE and don't understand what is the diffrent between HCE and Card Emulation with a Secur...
Obliteration asked 29/9, 2017 at 7:55

2

Solved

I need to implement NFC (near field communication) in a PWA (progressive webapplication) Every browser I have tested (Chrome MacOSX, Safari MacOSX, Safari iOS, Chrome for android) does not include...
Fluoro asked 2/7, 2018 at 11:3

0

I have an Identiv uTrust 3700 F CL Reader that I can't setup with on macOS Catalina 10.15.4. I would like to read NDEF Tags, use U2F (FIDO2 CTAP1) via NFC, and emulate a card from the reader (for o...
Burin asked 25/4, 2020 at 6:45

4

Solved

Hi I am trying to read from NFC Tag. But I am getting an exception. I have put this condition to detect the tag? if(NfcAdapter.ACTION_TAG_DISCOVERED != null) Whether this condition is correct? ...
Cambodia asked 7/9, 2012 at 7:24

3

Solved

We are developing PWA for our app because it's capable of 99% of our needs , however we do need NFC reading capabilities (not writing) and we would hate to abandon PWA and go Native just for this 1...
Mutant asked 6/4, 2019 at 3:59

4

Solved

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 a...
Milzie asked 4/11, 2013 at 9:6

2

Solved

I am working on an Application using the IsoDep Tag Tech to issue APDU commands to an NFC enabled card. UPDATE: So the issues seen below seem related to the power requirements of the cards I am us...
Interrogator asked 21/6, 2011 at 22:30

3

I would like to retrive the UID of MiFare cards. I'm using an iPhone X, Xcode 11 and iOS 13. I'm aware this wasn't possible (specifically reading the UID) until iOS 13 according to this website: ...
Ensile asked 17/9, 2019 at 16:33

3

Solved

I know it's not possible for the iPhone 6 to read RFID tags, and I know that the iPhone API only allows use of NFC for Apple Pay, but is it possible to read an iPhone's NFC chip as if it were an RF...
Immaterialize asked 4/8, 2015 at 0:10

© 2022 - 2024 — McMap. All rights reserved.