You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Put an X between the brackets on this line if you have done all of the following:
My beacons have Estimote Location packet enabled (Check it in the Estimote Cloud, or via app)
My Android device/devices supports BLE and has Android OS version >= 5.0.0
My Android device/devices have bluetooth enabled
My app has Location Permissions granted
Basic information
Estimote SDK version: [2.5.3]
Android devices affected: [Both WIKO Y80 and HUAWEI P10]
Android OS version affected: [Android 9.0 on Huawei p10]
Beacon hardware version: [F3.3]
Description
I used the sample provided to test indoor location with my 4 beacons and my android devices. I have successfully obtained my CloudLocation and activated the IndoorLocationManager with default presets (as done in the sample). I expect OnPositionUpdate(Location) to be fired but it's not happening. The method OnPositionOutsideLocation is triggered once then nothing happens even if i move my phone across the defined Location. I tried with multiple locations and beacons positioning. I already managed to pair my beacons using BeaconManager using a ProximityObserver and manually registering beacons so the problem isn't related to my beacons.
Steps to reproduce:
Use the sample project 'IndoorApp' of this Git repo
Define cloud credentials
Start the application on my device, authorize bluetooth and position
It should trigger onPositionOutsideLocation() once, then remain quiet
Expected behavior: I expect my position to be updated with onPositionUpdate()
Actual behavior: onPositionOutsideLocation() is triggered once while my device is sitting on my defined Location on estimote cloud
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Basic information
Estimote SDK version: [2.5.3]
Android devices affected: [Both WIKO Y80 and HUAWEI P10]
Android OS version affected: [Android 9.0 on Huawei p10]
Beacon hardware version: [F3.3]
Description
I used the sample provided to test indoor location with my 4 beacons and my android devices. I have successfully obtained my CloudLocation and activated the IndoorLocationManager with default presets (as done in the sample). I expect OnPositionUpdate(Location) to be fired but it's not happening. The method OnPositionOutsideLocation is triggered once then nothing happens even if i move my phone across the defined Location. I tried with multiple locations and beacons positioning. I already managed to pair my beacons using BeaconManager using a ProximityObserver and manually registering beacons so the problem isn't related to my beacons.
Steps to reproduce:
Expected behavior: I expect my position to be updated with onPositionUpdate()
Actual behavior: onPositionOutsideLocation() is triggered once while my device is sitting on my defined Location on estimote cloud
The text was updated successfully, but these errors were encountered: