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
1
vote
1 answer

AltBeacon : onBeaconServiceConnect not called when BeaconConsumer Binded From DidEnterRegion BootstrapNotifier callback

I'm writing an Android App custom Class that utilises AltBeacon's Android-Beacon-Library. Instead of posting the class, I am reproducing the problem using the reference implementation samples provided with the library. If I activate both monitoring…
Tao-Nhan Nguyen
  • 5,508
  • 2
  • 13
  • 9
1
vote
0 answers

Can an app register with the system for BLE Device notifications in Android SDK 21?

An iOS App registers a BLE Device in the system and the system informs the App, if this device is found. An Android App has to scan on its own. In Android SDK 21 there is a new BLE scan API, but there is no way to register a BLE Device and have the…
Zenco
  • 2,963
  • 3
  • 17
  • 22
1
vote
1 answer

Android Studio Estimote Beacon Application

im trying to make basic beacon application in android studio. I just want to scan beacons and list them into the screen. Here are my codes. I took them from somewhere. public class MainActivity extends ActionBarActivity { private static final…
Root
  • 29
  • 5
1
vote
1 answer

Changing Kontakt.io beacon characteristics using their Android SDK

I've been trying to use Kontakt.io's sample Android app(available at this address) to implement a simple app that would connect to a Kontakt beacon and change the details such as major, minor, txPower etc. I'm able to detect the beacons and read the…
1
vote
1 answer

Battery consumption between Monitiring and Ranging

I am using Alt Beacon to monitor and range beacons. Monitoring always happens based on the foreground and background scan times. Once a region is entered, ranging is started and ranging is not stopped. I have the following questions about ranging 1.…
1
vote
1 answer

How to change power Estimote beacons?

I'm trying to deal with Estimote/Android-SDK Link Here I ran the demo, which is located on the github and it finds me all the sensors (6 pieces). But distance is incorrect. My main question is how to change the power of the sensor, which is why it…
1
vote
1 answer

POJO as a BootStrapNotifier instead of Application

I am using a POJO as a BootStrapNotifier instead of Application class. The POJO has reference to the context. Will background detection start in this way? I am also using this class as MonitorNotifier when the app is in foreground. Is it mandatory…
1
vote
2 answers

iBeacon, AltBeacon, *Beacon: What interoperability is legal, and permitted on iOS and Android?

I want to support only one Beacon standard if possible, and have the device itself act is the "host/beacon", and other devices the "listener". I'm supporting Android, iOS, and possibly Windows phone using Xamarin. Is any interoperability supported…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
2 answers

Using Android IBeacon Library on Service

I´m using the Android IBeacon Library for a Project. I need to create a Service that starts ranging for beacons in the background and notify the user when it finds one (the nearest one). I have searched a lot and coded based on many examples I have…
Andres M.
  • 60
  • 1
  • 7
1
vote
1 answer

Unable to connect to beacon service

I'm trying to use "android-beacon-library for detecting beacons" in Android. But I keep getting "Cannot contact service to set scan periods" in the log and beacons are not getting scanned. Any suggestions?
Karthik
  • 25
  • 1
  • 6
1
vote
2 answers

Determining distance accuracy from beacon

I have couple of questions regarding the Radius networks Beacon. How can we get the accurate distance between android devices and beacon? So far the distance we're getting through "android-beacon-library" is fluctuating. How can we limit the…
1
vote
1 answer

Android Proximity error

After applying the proximity code that is posted on gimbal website, the following error is prompted "app is not initialized". Knowing that the code had reached successfully to this command "Proximity.startService(this); " I am using samsung note 3;…
1
vote
1 answer

altbeacon reference application cannot find Beacons

I am trying to use the AltBeacon/android-beacon-library. I started with the reference app. Followed all the instruction to setup the app, but it still cannot find any beacon around. I also tried the Locate app, it cannot find beacons neither. I…
1
vote
1 answer

Detecting IBeacon works in LogCat but not on Phone

I'm working on an Android app that detects an iBeacon. Now my problem is that in the LogCat I can see the correct name of the beacon together with the IP-address BtGatt.btif btif_gatc_update_properties BLE device name=.. BtGatt GattService…
1
vote
1 answer

Starting the App when an iBeacon is detected

I am experimenting the Android Beacon Library to monitoring iBeacon in background with this code: public class IBeaconBootstrap extends Application implements BootstrapNotifier { private RegionBootstrap regionBootstrap; @Override public void…
Fab
  • 1,468
  • 1
  • 16
  • 37