altbeacon Questions
4
Solved
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 j...
Rabon asked 13/5, 2016 at 0:25
3
Solved
We have an app that consists of a third party library (altbeacon), a locally built Android library and an app component. All three components have an AndroidManifest.xml which are merged during the...
Suffer asked 1/6, 2017 at 5:8
0
Problem:
I am getting a GATT exception 133 when trying to read the characteristics.
I made a delay to read but unfortunately it doesn't works followed by the GATT 22 error.
It happens on few dev...
Dray asked 1/12, 2017 at 15:21
2
Yesterday I got the update for Android 5.0 on my Nexus 4, and the altbeacon library stopped detecting beacons. It appears that didEnterRegion and didRangeBeaconsInRegion are not even getting called...
Isiah asked 18/11, 2014 at 17:4
1
I'm trying to listen to Beacons when the app is closed (killed) on Android (swiped off task manager).
I'm using Appcelerator Titanium 5+ and for the beacons using the module https://github.com/dwk...
Neumeyer asked 9/8, 2016 at 16:4
3
Solved
I am trying to understand what exactly txPower is and how to use it, since I am planning to develop and Android app that uses Beacons.
I have seen 2 definitions online:
1.The transmitted power o...
Winters asked 26/4, 2016 at 10:25
2
Solved
I'm using the Android Beacon Library. Since Marshmallow, I am seeing the following error, as expected and documented.
Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permi...
Allowedly asked 15/10, 2015 at 13:25
2
Solved
I am working with a team on a cross platform app (Android and iOS).
This app is meant to use the concept of beacons and/or mesh networking or multipeer-connectivity. At the moment our team is...
1
I would like to know what the Beacon Code stands for.
I mean, as far as I know it should identify the beacon layout.
Does this mean that I can customize any sort of layout and assign to it any sort...
1
I am using altBeacon library for beacon detection. After checking out the sample codes on Beacon detection, they always implement the Interface BootstrapNotifier on the Application class instead of...
2
Solved
I am working on a bluetooth app using the AltBeacon library. It seems that only on instance of the BeaconManager is allowed per application. The problem I am facing is this: I want a continuously r...
2
I'm testing with a new type of beacon, and this is what I got from the debug:
onScanResult() - ScanResult{mDevice=20:73:2A:09:3E:41, mScanRecord=ScanRecord [mAdvertiseFlags=26, mServiceUuids=null,...
2
Solved
I have successfully modified the reference implementation app of the Android Beacon Library using the following beacon layout, so that it detects an iBeacon device that I have at hand:
public class...
Categorize asked 30/7, 2014 at 2:46
1
How to calculate distance using BLE beacons if the user is moving in a vehicle with 2-15kmph speed?Also,if the distance won't give me accurate results is there any other mechanism with the help of ...
Cargill asked 31/7, 2015 at 11:44
1
Solved
We want to implement some kind of indoor position determination using iBeacons.
This article seems really interesting, in which the author implemented the Non-linear Least Squares Triangulation, us...
Barstow asked 10/11, 2014 at 17:42
0
I have an Android Application that among other things monitor beacons using the AltBeacon library.
My problem is that, from my understanding, to have a class monitoring beacons you must make this c...
Photojournalism asked 28/5, 2015 at 15:53
1
Solved
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 lau...
Propeller asked 24/1, 2015 at 18:48
2
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 betwe...
Boggers asked 26/12, 2014 at 12:53
2
I'm using the example code on this page (http://altbeacon.github.io/android-beacon-library/samples.html) in the Starting an App in the Background section and I've got a working app.
It detects whe...
Fixed asked 10/9, 2014 at 14:39
1
I would like the 2.0 release of the Android Beacon Library to be able to properly detect both old style Estimote beacons (pre-2013 models that did not support iBeacon technology) and Gimbal beacons...
Elouise asked 30/7, 2014 at 18:15
1
Solved
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 Samsun...
Winters asked 30/8, 2014 at 8:47
1
Solved
I am testing the Android Beacon Library from AltBeacon
http://altbeacon.github.io/android-beacon-library/index.html
I am monitoring one "generic" region setting only the first id (UUID), and leva...
2
Solved
I'm trying to detect a Kontakt Beacon with the following BeaconLayout:
setBeaconLayout("m:8-9=0215,i:10-13,i:14-15,i:16-17,i:18-25"));
but I don't seem to be doing it correctly. The advertising ...
1
© 2022 - 2024 — McMap. All rights reserved.