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
20
votes
5 answers

Decreased BLE startScan detected devices on Android 5.0 Lollipop

Short version: In my tests with Android 5.0 Lollipop I have noticed android.bluetooth.le.BluetoothLeScanner detects BLE devices less frequently than Android 4.4 KitKat. Why is this and is there an alternative? Long version: I am developing an…
14
votes
4 answers

Android BTLE -> Cannot find callback wrapper

I am using Android Beacon Library in my app and I copied, word for word, their example for ranging but I keep getting the error you see below the code. Any help would be greatly appreciated, I am just now getting into BTLE/beacons package…
user3916570
  • 780
  • 1
  • 9
  • 23
8
votes
1 answer

How to increase the scan period for BLE devices in Android?

I was trying to implement beacon scanning program, and i want the android BLE services to behave similar to iOS "didRangeBeacons" method,i.e, it should get called every one second. But in android there is no such method. But in android there is…
HeadOnn
  • 1,480
  • 14
  • 21
8
votes
2 answers

How to detect IBeacon in android without using any library

i am new to Ibeacon and i want to know can we detect Ibeacon in android without using any SDKLibrary or library can any one give sample example. i know some library like Radius Networks. but i don't want to use any library
Likhit Jagatiya
  • 538
  • 1
  • 5
  • 8
7
votes
1 answer

How to detect multiple beacons using Altbeacon android library?

I am using the AltBeacon sample app on my android device - the sample app provided by altbeacon.org is here: https://github.com/AltBeacon/android-beacon-library-reference However, the app when launched is detecting and displaying only one beacon. I…
Ninja
  • 5,082
  • 6
  • 37
  • 59
7
votes
2 answers

How to get Unique Id of a Beacon using Estimote SDK in Android

I am developing an application in which I am using Beacons. I have gone through the related Estimote SDK for the same. Now the thing is that I need to know the Unique Id of a particular Beacon. Suppose I am having 3 Beacons and all are present in…
Salman Khan
  • 2,822
  • 5
  • 32
  • 53
6
votes
3 answers

Does Android Beacon Library really support background scanning?

I am using Android Beacon Library for BLE scanning with example. It works fine in foreground for both monitoring and ranging. However, for background, it only works for the cases of pressing "Home" in app and screen off. It is not work when I kill…
Rice
  • 155
  • 3
  • 11
6
votes
1 answer

AltBeacon onBeaconServiceConnect not called

I stuck implementing simple Beacon monitor with AltBeacon library using its examples. In short: I took its reference application, downloaded and integrated its latest build and run app on my Samsung Galaxy S2 with CM (Android 4.4.4). I see that…
5
votes
1 answer

Can I transmit a beacon signal from my android device while at the same time scanning nearby beacons?

Is it possible to transmit and receive beacon signals at the same time using an android device acting as a beacon?
5
votes
1 answer

Why isMultipleAdvertisementSupported() returns false, when getBluetoothLeAdvertiser returns an object?

I am trying to play with BLE transmission on my device. Here is the code I use and the output: // check BLE support Log.i(TAG, "BLE supported: " + getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)); // true // check BLE…
LA_
  • 19,823
  • 58
  • 172
  • 308
5
votes
1 answer

How to integrate Android Beacon Library in my project?

I found this Android Beacon Library in the net, and i found it quite good. But I want to integrate the open source project in my app with some modification in the code so as to display the alert on beacon detection and some other scenarios.…
HeadOnn
  • 1,480
  • 14
  • 21
5
votes
0 answers

iBeaconGap Cordova Plugin based on RadiusNetwork Android Library

I'm trying to use the following iBeaconGap cordova plugin which is a wrapper for the RadiusNetworks Android iBeacons Library. My phone is LE bluetooth ready and detects my beacons with the RadiusNetwork Detector app from the play store. But adding…
4
votes
2 answers

Why does scanning for iBeacons use less battery since Lollipop?

According to the documentation of Android Beacon Library, Fast background detections on Android 5.0+ On Android 5.0, new scanning APIs allow for more efficient background scanning that saves provide similar power savings to the technique described…
Sira Lam
  • 5,179
  • 3
  • 34
  • 68
4
votes
1 answer

Can I use Android Beacon Library in foreground service, even on Android 8 (Oreo)?

What I want to achieve I am building an app for a shopping mall, with large amount of beacons installed not quite far away from each other (assume ~20m distance). When a user walks in this mall, even without opening the app, the app needs to keep…
Sira Lam
  • 5,179
  • 3
  • 34
  • 68
4
votes
1 answer

Unfortunately, [Beacon Project name] has stopped

I get the following error when I try to run my beacon finder project: Unfortunately, Beacon Project has stopped. Here is my logcat: 02-06 02:57:39.960 23145-23145/project.rssi.beacon.com.beaconproject W/System: ClassLoader referenced unknown path:…
1
2 3
19 20