-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Android API 22 #65
Comments
Nvm, I figured out reading the issues #11 and #38 that problem is probably happening because the sensors So, i will reformulate my question :
Thank you |
Hello, @dziry .
Hope it will help you. Also I hope that I'll get more free time and return to this project. Thank you one more time. |
Description: I've tested the example "Sensor Data Collector" on both Android API 29 and API 25. It works perfectly.
But for Android API 22 it seems not workig as it should be : Calibration is always 0.000000% when trying to calibrate and when starting to track nothing shows on the map.
The log file in SendDataCollector folder contains data about
GPS
,KalmanAlloc
but no a single line forabs acc
Expected behavior:
Source code:
getCompletePercentage()
always returns 0.0locationChanged(Location location)
never triggeredAndroid API version: 22
Device: Emulator.
The text was updated successfully, but these errors were encountered: