Open omicito opened 5 years ago
Hello,
Do you solve this problem?
Hello,
I did not solve it... I stopped working on that project
uto, 22. lis 2019. 12:51 Ahmed Essam Mohamed notifications@github.com je napisao:
Hello,
Do you solve this problem?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Estimote/Android-Indoor-SDK/issues/26?email_source=notifications&email_token=AL7RVK3TAXUM2D6IQ2REC5DQP3LKTA5CNFSM4HORINNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB5JTOY#issuecomment-544905659, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7RVK3PER4DGATCULVNYLLQP3LKTANCNFSM4HORINNA .
Prerequisites
Basic information
Estimote SDK version: 2.5.3
Android devices affected: Xiaomi Redmi Note 4
Beacon hardware version: D3.4
Description
I am building an Android app for an indoor location using Android Indoor SDK. The issue is that my phone can't find any beacons near and it is not showing my location. The Estimode app finds beacons, but my app is not scanning them. When I debugged, I saw that the "location" object has scannedBeacon member and its value is 0. The location is mapped and successfully shown on my app, along with the beacon's position. The Bluetooth is on and scanning, I can see this in the log: D/BluetoothAdapter: STATE_ON D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=10 mClientIf=0
In the setOnPositionUpdateListener, it always goes on onPositionOutsideLocation(), he can't find any beacons and he thinks he is outside of the room.
Please, can you help me?