Questions tagged [altbeacon]

The Open and Inter-operable Proximity Beacon Specification.

AltBeacon is a protocol specification that defines a message format for proximity beacon advertisements. AltBeacon proximity beacon advertisements are transmitted by devices for the purpose of signalling their proximity to nearby receivers. The contents of the emitted message contain information that the receiving device can use to identify the beacon and to compute its relative distance to the beacon. The receiving device may use this information as a contextual trigger to execute procedures and implement behaviours that are relevant to being in proximity to the transmitting beacon.

746 questions
0
votes
1 answer

How to make AltBeacon monitor in the background only if the user is logged in?

I want to experiment with iBeacon on Android. It looks like that AltBeacon is the best tool to use. I read that if I subclass the application of my app to this, I can make my app works even though the app is killed the afterward. What if I want to…
stackex
  • 825
  • 2
  • 10
  • 13
0
votes
2 answers

Beacons not detected in Android service

I'm using the Altbeacon library (stable release 2.1.4) to detect beacons. If I do it in an Activity, I have no problems detecting them. However I can't get this to work from a service. Here's what I've got: package com.ibeacontest.android; import…
Sandy
  • 2,572
  • 7
  • 40
  • 61
0
votes
1 answer

Transmited Android Device as iBeacon but not showing in iPhone or iPad

My device turns into ibeacon it shows as iBeacon in AltBeacon Locate App as iBeacon but it is not detecting in iPhone and iPad and Mac. Device :- Motorola Moto G XT1033 BeaconTransmitter mBeaconTransmitter = new BeaconTransmitter( …
0
votes
1 answer

AltBeacon - Search for beacons after restarting bluetooth in device

I have an android app where I'm detecting beacons in foreground/background. Everything works fine excepting when I switch off the bluetooth on the device. In this case OnExitRegion it's called but I've to ignore it because I really don't know what…
nano
  • 2,511
  • 4
  • 25
  • 42
0
votes
2 answers

AltBeacon application crashes on Android tab

I have been trying to use the AltBeacon Monitoring Example Code to monitor my Kontakt.io beacon as described http://altbeacon.github.io/android-beacon-library/samples.html here. I could import the library (android-beacon-library-2.1.3.aar) in my…
rubikskube
  • 372
  • 1
  • 5
  • 22
0
votes
2 answers

Get continuous iBeacons info with Android AltBeacon Library

I am developing an Android app using AltBeacon Library from RadiusNetworks. I am using a nav-drawer (which launches activities, not fragments) to show different sections. Thus I have one main activity for the drawer which launches different…
user4591859
0
votes
2 answers

How to connect to beacon by android beacon library and change beacon's data fields

I use this sdk: http://altbeacon.github.io/android-beacon-library/samples.html My app already detect all beacons (AprilBeacons), I can get all info from beacon. BUT I should change major\minor, etc. fields and I don't know How to connect to beacon…
whack
  • 1
  • 4
0
votes
1 answer

URL Transmission using TI sensor Tag

I have been Trying since past two weeks just make the TI Sensor tag transmit URL to a Android App. Please let me know as to how I can Modify the Sensortag and transmit it.
Scott
  • 1
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

Major and Minor on altBeacons under iOS

Is there a way to find out altBeacon's major and minor values? I am using this library (https://github.com/CharruaLab/AltBeacon) for detecting nearby BLE-devices (whether it beacons or not). Beacons are detected, and I know their uuids. Can I…
Denis Kharitonov
  • 199
  • 1
  • 15
0
votes
0 answers

Android ble Broadcast receiver not started in background

I am running my activity and this has a Broadcast receiver which listens to ble updates from a Ble service class. When the device is disconnected when in not in proximity I am using AltBeacon to start my application when the device is in region and…
0
votes
1 answer

How to use Altbeacon to monitoring beacons in background via Application but with a switch to start/stop the scanning

I'm working in an Android iBeacon app to manage promos in shops. When the customer are near the shop, the app will send a notification with the best promotion or discount. I'm using the latest version of Altbeacon library to detect when a user…
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

Altbeacon android library 2.1-beta2 crashes

I know that this release is not intended for production purposes but I would like to know if this exception only happens to me. I have a testing application, and when I try to instantiate a BeaconManager I get the next exception: Unable to…
Álvaro Pérez Soria
  • 1,443
  • 1
  • 13
  • 26
0
votes
1 answer

Trouble transmitting an iBeacon with an android 5.0 device

I am having trouble emitting an iBeacon from an android device, the Nexus 6. I have no problem detecting the beacon signal that I am emitting from my android devices or an iTouch, but I cannot locate the signal from an iPhone. I am using the…