Questions tagged [android-ibeacon]

An Android library providing APIs to interact with iBeacon technology.

About

With Radius Networks' Android Beacon Service library, you can make Android versions of your iOS apps that use iBeacon technology, or come up with new Android-only creations.

It allows Android devices to use iBeacon technology much like iOS devices do. An app can request to get notifications when one or more proximity beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of 1Hz.

Links

Website

Documentation

292 questions
3
votes
2 answers

Nearby API not getting any message

I have tried connecting to the Nearby Messages API, and have successfully been able to subscribe. Now, my mMessageListener field is never getting callbacks for some reason. I have already configured my beacons using the proximity beacon api using…
3
votes
1 answer

Can an Android 4.4 device act as an iBeacon?

In an answer to another question, I saw that "You can also transmit as a beacon on rooted Android 4.4.3 devices, but it requires an app installed with system privileges." How can this be done?
3
votes
0 answers

Beacons shows Abandoned status as both my device and beacons are plaeced together

I am using Kontakt beacons and their sample code. Everything is working fine, but having one question I want to know during foreground and background scan beacon shows Abandoned notification too weather my phone and beacon are placed together. I…
user2423768
  • 185
  • 1
  • 12
3
votes
1 answer

Monitor non-beacon BLE devices (Android Beacon Library)

Using Android Beacon Library, is it possible to monitor non-beacon BLE devices ? if yes, how can I estimate their distance using rssi without txPower?
3
votes
1 answer

iOS devices can't see Nexus 9 advertised AltBeacon beacon

We have an iBeacon based ecosystem and want to expand it with Android advertising. We use the AltBeacon BeaconTransmitter class based on this blog post: http://developer.radiusnetworks.com/2014/11/18/beacon-transmission-with-android-5.html with the…
viplezer
  • 5,519
  • 1
  • 18
  • 25
3
votes
2 answers

onLeScan callback returns oddly positive RSSI values

using Bluetooth Low Energy (BLE) scan on Android, I noticed that sometimes RSSI values are incorrect. My code simply calls the start scan function: mBluetoothAdapter.startLeScan(mLeScanCallback); and then I read results in the callback and save…
3
votes
1 answer

AltBeacon library BootstrapNotifier does not call didEnterRegion

Hi i have created app using altbeacon reference app. And i want to call didEnterRegion using bootstrap notifier when app sees beacon in background. But i dont want it to scan background every 5 minutes, i want my app react to new beacon immediately.…
3
votes
1 answer

Background BootstrapNotifier alongside Activity with RangeNotifier using AltBeacon

I'm currently writing an android app that utilises AltBeacon's (previously Radius Network's) Android-Beacon-Library. I require the app to display a notification upon seeing a beacon, which I have achieved using a Bootstrap Notifier as detailed in…
3
votes
2 answers

Beacon scans not consistent

I am using radius networks iBeacon Api. I am scanning the beacons in background mode for every sec.I have two beacons. Some times Scanning the beacons are not consistent. How do I over come this issue? Assume that there are two beacons At first…
Chaitu
  • 907
  • 2
  • 13
  • 27
2
votes
2 answers

Is there a way to increase BLE advertisement frequency in Android?

I have an Android device broadcasting a BLE advertisement using the following commands of AltBeacon library: ADVERTISE_MODE_LOW_LATENCY approx 1 Hz ADVERTISE_MODE_BALANCED approx 3 Hz ADVERTISE_MODE_LOW_POWER approx 10 Hz I would like to…
2
votes
1 answer

Foreground Service restarts on didExitRegion

I'm building an app to detect iBeacons on Android. The basic functionality is to store the advertised data by the beacon onto the device and upload it to a server. For this purpose, I'm using Android Beacon Library. To run it in the background on…
2
votes
1 answer

Read sensor values from iBeacon on Android with AltBeacon library

I have a Beacon skybeacon Forecum 201 which can advertise as iBeacon or as Eddystone (URL/UID). It has temperature and humidity sensors. In my project I am using AltBeacon library for monitoring and ranging etc. for working with beacons. As in the…
M. Wojcik
  • 2,301
  • 3
  • 23
  • 31
2
votes
1 answer

Responsiveness of Background Beacon Monitoring (Android Beacon Library / Kontakt SDK / Estimote SDK)

Background: I am developing an Android app that monitors for specific beacons in the background, and upon entry detection, will perform custom coding. I am currently exploring this using Android Beacon Library, and is able to detect the beacon…
2
votes
1 answer

iBeacons not detected by altbeacon android library

I used the reference code provided by altbeacon but was not able to detect any iBeacons. Following is my code: Included following permission in Manifest. In addition to these, I enabled the location services also.
2
votes
1 answer

How to change the value of iBeacon's parameters (UUID, Major, Minor, TxPower) thanks to the SDK on Android

I'm currently developing an Android app on Android Studio to detect and use iBeacons. The part where I have to detect the beacon and get his parameters is done but I'm facing issues to change the value of this parameters for a specific iBeacon with…
P. Laine
  • 19
  • 1
1 2
3
19 20