nfc Questions
3
Solved
I'd like to implement a NFC communication between my Android app and a NFC-enabled kiosk. I've read the documentation and I understand pushing data can be done in 2 ways:
Via foreground NDEF push...
Headboard asked 30/5, 2012 at 9:25
0
IllegalStateException: Foreground dispatch can only be enabled when
your activity is resumed
and
IllegalStateException: You must disable
foreground dispatching while your activity is still...
2
I am working on an android application which can read and write on an NFC tag.
I have no problem reading a tag which I already wrote something on, but when I use a blank tag I have difficulties rea...
1
Solved
I'm new to NFC technology.
Apple hasn't yet opened NFC for developers. Does this mean that 3rd party application can't write data or trigger an action on the device?
But is it possible to identif...
Kalindi asked 17/7, 2015 at 16:47
4
Solved
Just to be sure and have clarification of that at first, is the NFC of the Smartwatch 3 just an embedded tag or is it a theoretically fully functioning NFC-chip?
Hoping it's not just a tag, we wan...
Soho asked 6/11, 2014 at 0:41
2
Working with Lollipop, I have a device-owner app that is installed with NFC at provision time.
What I need now is to handle automatic updates for my App, from Google Play to rely on the standard An...
Expletive asked 28/2, 2015 at 2:16
2
I am very new to Android development and NFC in general.
I am trying to build an application to read the content of an NFC card where I don't know anything about this card (bus card), I want to se...
Fatal asked 3/8, 2015 at 19:52
2
Solved
As of Android 5.0.0 you can long tap on a WiFi connection and write that connection to a tag ("Write to NFC tag"). You can find the source for that operation here: WriteWifiConfigToNfcDialog.java. ...
2
I developed a wearable app for Android Wear that read NFC tags. The hardware I used is a Sony Smartwatch 3 modified following instructions on this link: Sony SmartWatch 3 NFC Support Package.
Now ...
1
I see lots of forums that say RFID is different than NFC. I absolutely agree with this as both have different standards and operate on different frequencies.
After some further research, I found t...
Oophorectomy asked 6/6, 2016 at 3:48
1
Solved
I write a text to a Mifare Classic 1K tag using the NFC Tools app on my Android device (through the built-in NFC reader). This text is "moretto" (my last name).
Then, I'm trying to read this text ...
1
I've downloaded NFC parts from AOSP and I'm looking for the method used by Android to generate the random UID used by card emulation. My goal is to fix the UID instead of having a different one eac...
1
Solved
I'm using an ACR 1255U-J1 as external reader connected through Bluetooth. The library I use to access the reader is acsbt-1.0.0preview7. I use the following commands to authenticate to sector 1 (bl...
Lashanda asked 5/5, 2016 at 16:52
1
Solved
I am dealing with NFC tags. My problem is that I cannot turn off the sound when NFC tags are detected. I started my research and also started getting confused:
Turn off device's NFC sound
Prevent...
Gwin asked 28/4, 2016 at 7:44
3
Solved
I'm currently working on porting an app to UWP. The app has a page with a "Write to NFC" button. After the user taps it, it waits for an NFC tag and writes a LaunchApp:WriteTag binary message.
Wha...
Polled asked 11/12, 2015 at 10:53
1
Solved
My app uses the foreground dispatch system to allow a user to tap their NFC tag in order to perform a read-then-write operation on the tag.
It works nicely if the user taps their tag properly (i.e...
1
I have been doing alot of research today, about whether or not it's possible to implement NFC printing in an Android app. We have a client who has an HP printer with the NFC feature, and want to us...
1
Solved
While scanning an NFC tag in an application with Foreground Dispatch enabled, onPause() is called before onNewIntent(). Is it possible to get the NFC intent already in onPause() so that I can stop ...
Iqbal asked 25/3, 2016 at 10:3
1
Solved
I am working on an app that scans just the UID of MIFARE Classic cards to facilitate attendance registration. I have got it working. However, every time I scan a card on my Galaxy S4, I get a toast...
Cothran asked 10/3, 2016 at 1:42
1
Solved
I can read an 13.56 MHz NFC card with my phone's NFC reader and I get a hexadecimal value like:
1BF52327
This represents the card UID or serial number.
What data can I expect from a Wiegand r...
Recidivate asked 18/2, 2016 at 19:53
4
Solved
Is there any JavaScript NFC Browser implementation?
I am not looking for third party APIs!
I would like to read tags from a WebApplication (website) on a mobile phone which supports NFC.
How ...
Gerhard asked 15/3, 2012 at 23:28
1
I am new to Android, working on Near Field Communication for reading data from NFC tags. Neither I have NFC supported Android mobile nor NFC tags to test the application I created.
I found the bel...
Corri asked 19/1, 2016 at 16:38
2
I'm developing a system including NFC tags and Android phone , using unique ID of NFC tags .
But don't know what is the differences between 4 types NFC tag .
I've found this :
"NFC-compatible...
Pithecanthropus asked 18/4, 2013 at 10:10
8
Solved
Right now I am having Tablet having OS Android 2.3.3 instead of NFC phone,so I need to connect External card reader to tablet.Please tell me which card reader should I prefer and any driver needed ...
Laszlo asked 26/2, 2012 at 7:40
2
Solved
I am trying to configure the NFC chipset on the Nexus 5X (bullhead) or Nexus 6P (angler) to use the UICC as NFC offhost route for AIDs I declare in my OffHostApduService.
Edit Jan 17, 2016: I've u...
Disulfiram asked 13/12, 2015 at 12:20
© 2022 - 2024 — McMap. All rights reserved.