android-ibeacon 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
2
Solved
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...
Astigmatism asked 8/5, 2014 at 15:39
5
Solved
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...
Anomaly asked 24/11, 2014 at 18:5
1
Solved
In an answer to another question, I saw that "You can also transmit as a beacon on rooted Android 4.4.3 devices, but it requires an app installed with system privileges."
How can this be don...
Agraffe asked 22/12, 2015 at 21:11
3
Solved
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"...
Holy asked 4/11, 2015 at 3:58
1
Solved
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(PackageMan...
Intoxicating asked 19/8, 2015 at 10:27
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
Solved
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. Sup...
Glossology asked 20/1, 2015 at 10:25
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
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
0
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 ...
Carmichael asked 17/7, 2014 at 13:14
1
Solved
Overview of application:
1. Signup for Radius Developer's proximity kit and create Fences.
2. Get JSON response from PKKitURL in ProximityKit.properties file downloaded from website.
3. Parse JSON ...
Shulamith asked 1/7, 2014 at 13:1
1
Solved
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 t...
Wilonah asked 12/6, 2014 at 9:25
1
© 2022 - 2024 — McMap. All rights reserved.