-
Notifications
You must be signed in to change notification settings - Fork 28
Position Update Issues #11
Comments
Hey @mimminito My first guess is that there is a scanning problem on Samsung Galaxy S8 - I will verify it, but you can help me by launching your app on any other Android 5.0+ phone and checking if it works correctly. Cheers! |
@pawelDylag I have tried this on a Samsung Galaxy S6 and I am getting the same issues. The first callback reports a rough position and the rest of the reports are coming back as that same value. Stopping and starting the positioning service repeats this issue. |
Hi guys! I've just recently started playing with the estimote beacons. I also tried running the example in this Repo. The example works just as described by @mimminito. I was expecting it to work .. as it can be seen in this youtube video https://www.youtube.com/watch?v=9cH44pE1Fks. :) P.S: Could test on different phones. Thanks to my family members having different ones :) I am a beginner ... any tips or suggestions (for overall elegant working of Indoor location app) from you both (@pawelDylag @mimminito ) would be great for me :) |
@pawelDylag Any update on this? Could really do with an answer to this issue. |
Hey @mimminito and @yushakareem I have tested the version
Could you please let me know how many beacons does your location have? And also what are the distances between them? We will figure it out, |
Hi @pawelDylag Yes bluetooth is fine, and as you said we get the initial position back but from then on the same data comes back every time during the scan callbacks. Are you able to access our location data on our account so you can view the setup yourself? This location works fine on iOS just not on Android. It would be great if you could send me the APK you have tested so I can install that on my device to ensure there are no build issues? Thanks, |
Hey @mimminito Could you check the version // since version 2.1.0 there is a fourth parameter for enabling debug logging
val debugLogging = true
indoorLocationManager =
IndoorLocationManagerBuilder(appContext, location, cloudCredentials, debugLogging)
.withScannerInForegroundService(notification)
.build() And send us logs from your scanning then :) Regards, |
Hey @pawelDylag @mimminito ! Firstly, just as @pawelDylag tested, with version 2.0.1. I have a new question though: Side Note: Thank you P.S: |
Hey @yushakareem
// since version 2.1.0 there is a fourth parameter for enabling debug logging
val debugLogging = true
indoorLocationManager =
IndoorLocationManagerBuilder(appContext, location, cloudCredentials, debugLogging)
.withScannerInForegroundService(notification)
.build() P.S: Thanks a lot for kind words! Kotlin + RxJava2 combo is super effective :) 🚀 Regards, |
@pawelDylag Thank you!! Kind regards, |
Hello, I also experience the same issue, even with the example. When my tablet (samsung galaxy tab 2, Android 7.0) locks the screen the onPositionUpdate starts working with new values, when I resume the app it works for 10 seconds and then I get the same results. The position gets updated after 10 seconds if I am near a beacon. |
same issue with S5 with Android 6.0.1 while running the indoorsdk:2.1.0 |
I was facing same issue. override fun onPositionUpdate(locationPosition: LocationPosition) { |
Prerequisites
Basic information
Estimote SDK version: Indoor SDK 2.0.1
Android devices affected: Samsung Galaxy S8+
Android OS version affected: 7.0
Beacon hardware version: [Paste here your beacons hardware version (you can check that in Estimote Cloud).] I1.2
Description
When using the Estimote Indoor Location SDK I am not getting updates on Android properly. When I start positioning updates I first get an initial position which is roughly correct, but all updates after that are the same position no matter where I move the device. This occurs in both my custom app and when building the example in this repo.
Steps to reproduce:
Expected behavior:
The SDK should report back correct position updates like it does on iOS
Actual behavior:
It does not report back correct position updates.
The text was updated successfully, but these errors were encountered: