android-beam 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

2

Solved

I found two approaches to let an Android app detect and process NFC tags: NfcAdapter.enableReaderMode(activity, callback, flags, extras) and then receive the tag info in the callback. NfcAdapter....
Buseck asked 10/11, 2015 at 15:36

1

I was able to send a file using NFC, based on tutorials on the Android developer site. However I'm unable to handle the receiver part. I follow http://developer.android.com/training/beam-files/rec...
Protomartyr asked 17/6, 2015 at 7:12

1

Solved

I am working on a project, where I am using an Android smartphone and a PN532 USB chip (elechouse) which has peer to peer mode as one of its features. I tried to send NDEF messages from PN532 modul...
Dickerson asked 2/6, 2015 at 11:6

1

I've found that Android devices support three NFC modes: reader/writer, P2P, and card emulation. Is it possible for my app to check which mode is currently enabled?
Germaine asked 24/4, 2015 at 8:17

1

Solved

I'm trying to emulate an NFC tag with my Nexus 5 according to this document, but my service is never invoke. Should I turn off Android beam? I'd like to emulate a simple tag containing a url. The...
Assort asked 18/4, 2014 at 14:1

1

I am new to NFC. I tried to connect to NFC and share the text data from a device to another device. I install my application on both devices and in one device I open my application and start tappi...

2

I am trying to use NFC to send a URL from an Android app to a WP8 phone. When beaming to an Android device, the URL is sent correctly. However, when beaming to WP8, IE loads a link to the Play St...
Discount asked 4/1, 2014 at 22:13

1

Solved

How would you beam a contact using your own app (and using Android Beam) to another device and have it saved in their contact list (i.e. the default contacts app). The contact on the sending device...

1

I am attempting to communicate with my Galaxy S III and a micro-controller that features a PN532 NFC chip. As this is a micro-controller there is no default LLCP library that I can use so I must u...
Cinematograph asked 18/6, 2012 at 20:25
1

© 2022 - 2024 — McMap. All rights reserved.