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
2
votes
0 answers

Which ibeacon used for alerting mobile application from wallet(smart wallet)?

First of all, i am trying to find out how the smart wallets works. I am trying to figure out how its works. Basically i need below features : 1.) If someone put out ibeacon from wallet user get notify. 2.) If i tap on wallet user can get call on its…
Ronak Joshi
  • 1,553
  • 2
  • 20
  • 43
2
votes
1 answer

Scanning for beacons multiple times in a second (Android-Java)

I'm using the following method (taken from the android beacon library) public void didRangeBeaconsInRegion(final Collection collection, Region region) This callback method "detects" beacons every 1.1 seconds. To be more precise, it fires…
EugenSunic
  • 13,162
  • 13
  • 64
  • 86
2
votes
1 answer

Android AltBeacon ranging

I'd like to scan any kind of beacon around me. Basically if I understand correctly you'd need to know their id before you scan them? How would you scan any beacon around you and extract their UUID/Factory Id/etc.? Here is my current code: public…
breakline
  • 5,776
  • 8
  • 45
  • 84
2
votes
1 answer

AltBeacon - reliability issues: "didExitRegion" is frequently called even if a beacon is right besides the android device

Brief process of how AltBeacon works in the app: Detect iBeacon of specified ids (UUID, major/minor id) Run a thread when "didEnterRegion" called (and keep running until the beacon is out of range) When "didExitRegion" called, wait 30 seconds…
makeasy
  • 907
  • 1
  • 6
  • 15
2
votes
1 answer

How to find Entry and Exit events?

I have created an android an android application to detect both iBeacon and Eddystone. I tried getting the entry and exit time events. I created two hashmaps with mac address as key and current time as value. I then used comparator to compare both…
user3600801
2
votes
1 answer

Filtering beacons by mac address in Android Beacon Library

I am using Android Beacon Library, and I would like to know how to filter the detected beacons by the mac addresses given by the method startDiscovery from Android SDK.
Weber
  • 455
  • 5
  • 10
2
votes
1 answer

Altbeacon Android Library - didRangeBeaconsInRegion

I am ranging beacons and my target is to process the beacons collection in didRangeBeaconsInregion so that I get the closest one in the collection and show on screen a string related to the beacon itselt (beacon1=red, beacon2=blue...). My current…
user4591859
2
votes
1 answer

How to identify which beacon is exiting, beacon notification seen when beacon is out of range

I am trying to detect beacon devices using my device, and so monitoring them and also listening to the range notifications. I am using this library and the library-reference app. I managed to listen to a custom beacon using the set beacon layout…
2
votes
3 answers

AltBeacon Library shows beacons only once and then stops showing them

I experience an issue and can reproduce it on different devices with different Android OS. I get the expected behaviour with iBeacon scanning for the first time. When I scan the next time I get no Beacons. The result list in delegate is empty. I…
MindBrain
  • 7,398
  • 11
  • 54
  • 74
2
votes
2 answers

Finding point between two geo locations of beacons

Suppose we have two beacons placed in both sides of the road. We know their latitude and longitude where they are positioned (we treat them as a location). We also know the distance in meters between these two beacons (measered using Haversine…
hrskrs
  • 4,447
  • 5
  • 38
  • 52
2
votes
0 answers

List the detected beacons in listview in android

I am currently working on Android beacon application.I just want to list out the detected beacons. When user clicks the button, ListView should appear with the list of detected beacons. It may be a minor problem but it's giving me a real trouble.…
2
votes
0 answers

How to get my location againts a Beacon on a floor Plan

Recently i have a requirement in which i need to put some beacons at different place on a Floor. I've to get notification on the basis of beacons devices once i enter from main door and i have to display path from my current position to beacons on a…
Suresh Sharma
  • 1,826
  • 22
  • 41
2
votes
1 answer

Background iBeacon checking interval

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
2
votes
1 answer

Starting App in background when iBeacon detected

I am experimenting the Android Beacon Library and I am able to make it working for monitoring and ranging with Apple compatible beacons adding a custom Parser (see Is this the correct layout to detect iBeacons with AltBeacon's Android Beacon…
Fab
  • 1,468
  • 1
  • 16
  • 37
2
votes
0 answers

Bluetooth Crash on Samsung S4

I am running an application with BLE scan. on Samsung S4 after a while or if more tha 10 beacons are around I see this error: 07-18 11:51:57.169: W/bt_userial(7819): userial_read_thread() failed to gain buffers 07-18 11:51:57.169:…
Sfavilla
  • 155
  • 1
  • 10