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

Android IBeacon Minew

Could some please provide basic steps or sample,code to start with Beacon(Minew) stuff in android. I am having "Minew" beacon. Any help greatly appreciated.
user2559548
  • 89
  • 1
  • 9
0
votes
2 answers

RedBear Beacon. How to get UUID using Bluetooth scan?

I'm using some Red Bear Beacons (that in Android are charged as bluetooth devices) into an Android application and I want to get the UUID stored in the beacon, as they do in their native app. Using the samples they provide I have not ben able to get…
0
votes
1 answer

Late initialisation of RegionBootstrap

In the reference application, RegionBootstrap is initialised in a custom application class on it's onCreate method and of course, the application class is called before any activity is called. Is there a way to initialise RegionBootstrap inside an…
user158335
  • 111
  • 1
  • 6
0
votes
1 answer

Unable to control Starting of BeaconService

Using altbeacon library. I am not able to control beacon service startup. I have checked many points but still BeaconService is starting up. With the conditions in place the BeaconService should not startup. Does creating a BeaconManager…
0
votes
1 answer

Is it possible to get an app to open up when entering a beacon region / within range of a beacon/ibeacon

I'm exploring the end user experience for a beacon prototype but I'm struggling to find any end-user scenarios that involve the app becoming active / opening up on the screen when within range. I can get the app to send a notification and this is…
JulioLaker
  • 11
  • 2
0
votes
1 answer

AltBeacon ReferenceApplication does not detect beacons when killed

The reference application does not give any trace when the app is killed. I installed the app and started ranging, the beacons are detected. Now I put the app in background, the scanning happens once in 5 mins. Now I kill the app and the scanning…
0
votes
0 answers

Unity 3d Estimote Beacons

I had this error when using the android plugin with unity 3d and estimote sdk: ClassDefNotFoundError I needed to start estimote service but it did not work inside a normal Class. So the solution was using fragments and adding it inside the class…
0
votes
1 answer

POJO as a BeaconConsumer instead of Activity

I am trying to use a POJO as a BeaconConsumer. Is this acceptable? The onServiceConnect is getting called. But I have to forcefully override the unbindService and the bindService.
0
votes
2 answers

how to monitor regions for beacons using only UUID (kontakt beacons) for android:

i am using Kontakt beacons for android.here is the link for SDK i am using. There is only a single constructor for region accepting all the params namely minor, major , uuid and region identifier. I want to monitor a region based on only UUID and…
raktale
  • 465
  • 3
  • 12
0
votes
0 answers

android-beacon-library can not detect iBeacon advertiser

Due to the problem mentioned here, I configure the mornitoring example code as follows, however my app can not detect the iBeacon advertiser deployed. new a mornitoring Activity named MainActivity, except the onCreate method, all other code are the…
0
votes
1 answer

Android Bluetooth LE scan for UUID

I tried the android sample app for BLE, but I can't get the desired output. Need to know how I can specifically scan for a UUID and get the message the device is transmitting. For BLE transmitter I am using my macbook as transmitter using MacRadius…
Abhinav Tyagi
  • 5,158
  • 3
  • 30
  • 60
0
votes
2 answers

Beacon not detected through estimote android sdk and not getting list of becons?

I use estimote android sdk for becan detaction or scan but i did not get beacons and there list call. i setup my code according to Readme file shows on lib and complie code but not get becons. https://github.com/Estimote/Android-SDK private static…
Rohitashv jain
  • 244
  • 1
  • 15
0
votes
1 answer

iBeacon set region and metadata from server

I created the web admin interface for Beacon management wherein user can enter their Majorid & Minorid with respective information (metadata). Please have a look at the JSON. I'm getting the JSON value from URL what i mentioned in the question. But…
raj raj
  • 39
  • 2
  • 7
0
votes
1 answer

Beacons are not scanned once I was out of range and again in into the region

I am trying to use Android Beacon Library in an app that runs as a background service. I bind beaconManager on my service starting. I am unbinding it in onDestroy callBack. I am setting iBeaconManager with setBackGroundScanPeriod and…
SriramTej
  • 21
  • 5
0
votes
1 answer

how to get distance of 2 beacons and make a condtion base on that distance

I'm trying to know what floor I'm at by getting the distance of 2 beacons with the same id1,1d2 and the id3 is 1 for beacon 1 and 2 for beacon 2...but my code does not work :( ... Im not that good in programming and I dont know how to use most of…
KB24
  • 1