Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [altbeacon]

The Open and Inter-operable Proximity Beacon Specification.

altbeacon
-1 votes
0 answers
15 views

How to change advertise period to some seconds by lib AltBeacon or by native instruments in Android?

For example, I know about AdvertiseSettings class, and parameters ADVERTISE_MODE_LOW_POWER, ADVERTISE_MODE_BALANCED, ADVERTISE_MODE_LOW_LATENCY. But how we can set advertise period (frequency of ...
Arsen Tagaev's user avatar
2 votes
1 answer
137 views

Android foreground service in manifest - Altbeacon

Good morning! I've been using Altbeacon for a while and I love the quiet background mode of it. Unfortunately, by updating the lib to its latest version, I noticed the foreground service permission ...
Kevin Gilles's user avatar
0 votes
1 answer
67 views

can a android or apple phone broadcast and receive Bluetooth BLE signals simultaneously?

I wish to develop an application for android and IOS and would like to know if it is theoretically possible for my app to broadcast Ibeacon or Eddystone beacons, run it in the background, and use ...
Localhost.com's user avatar
0 votes
0 answers
103 views

Flutter Trilateration (x,y)

I am trying to make an indoor positioning application for a room. I have 3 ibeacons. In the code below, I get rssi values from these beacons. I tried to find x and y values using them. I tried some ...
Neiss's user avatar
  • 3
0 votes
0 answers
165 views

AltBeacon detection in different Android app's states

I have the following uses-case. I have an Android application which may be in different states: Foreground (user is using the app); Background (user is not using the app but it's app's task exists ...
Alexandru Iachimov's user avatar
0 votes
1 answer
55 views

ANR issue with AltBeacon in Android

I am currently working with the AltBeacon library for beacon detection. However, I am encountering ANR issues in my app. After some investigation, I found that the BeaconService's methods are executed ...
Kevin Gilles's user avatar
0 votes
0 answers
23 views

How To find properietry beacons using Alt beacon android lib

I know by docs that to find a properietry beacon we have to add that beacon's parser to beacon manager.like this: beaconManager.beaconParsers.add(BeaconParser().setBeaconLayout("m:2-3=0215,i:4-19,...
Lucky Suraj's user avatar
0 votes
1 answer
214 views

i-beacons on Xamarin Android getting filtered when using the Alt-beacon library

I think I have tried all that I could. May be missing something simple here. So here is the setup. I have a Xamarin forms application with a dependency service which runs beacon monitoring. It has a ...
zyzzyxx's user avatar
  • 389
0 votes
0 answers
290 views

Android 13 BluetoothLEScanner doesn't return any scan results in scancallback

Test Device: Samsung M33 5G. OS: Android 13. Issue: Wen I init the BLuetoothLEScanner using native android classes, it doesn't return any scan result in registered scancallback. I have tested my code ...
Spectra's user avatar
1 vote
1 answer
1k views

How to use Bluetooth Beacon Scanning in Android Studio

I have two projects that use BLE Beacon Scanning. There is also a SDK and some documentation as well. But it's not very informative. There is also not a lot of info on BLE to begin with online. I'm ...
OEThe11's user avatar
  • 351
0 votes
2 answers
254 views

Issue found: Invalid Encryption Declaration on your Data safety form. What is the Solution?

image We’ve detected discrepancies between how your app collects and shares user data and what was declared in your app’s Data safety form. All apps are required to complete an accurate Data safety ...
Ivan Magda's user avatar
0 votes
1 answer
152 views

How to get accurate distance estimations using Beacons

I am trying to develop an Android application that calculates the position between 3 Eddystone beacons. I have my 3 beacons: final double BEACON_1_X = 0.50, BEACON_1_Y = 6.38; Identifier ...
Chris Costa's user avatar
0 votes
1 answer
209 views

Android Beacon Library - Some beacons aren't being detected in each scan, even though the position is the same

I have 10 beacons to be detected by the library, they are placed randomly across a 10 meter radius. In each scan, I only get 3-4 beacons to be detected, and in the following scan (with the same exact ...
xavi999's user avatar
  • 15
1 vote
1 answer
900 views

Android Beacon library background scanning via setIntentScanningStrategyEnabled(true) not detecting beacon

I would like my app to show a notification while app being killed, when my custom beacon appears in range. I am using latest Android beacon library, targeting Android 13. I would like to let the ...
Michal's user avatar
  • 15
0 votes
1 answer
91 views

How to transmit an Eddystone beacon with a specidic UID and namespace using the altbeacon library in android?

Hey guys I want to transmit an Eddystone Beacon along with a specific UID and namespace data. I am a bit confused as to how I can set the this data while building the Beacon using the Builder, the ...
Beginner_coder's user avatar

15 30 50 per page
1
2 3 4 5
50