Skip to content
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

Only 2.4 GHz WLAN recorded in the db #37

Open
luken-dev opened this issue May 16, 2021 · 1 comment
Open

Only 2.4 GHz WLAN recorded in the db #37

luken-dev opened this issue May 16, 2021 · 1 comment

Comments

@luken-dev
Copy link

luken-dev commented May 16, 2021

OP3T running Android 11 (LineageOS). Only 2.4 GHz gets recorded in the database. On previous versions of LineageOS (although I can't pinpoint which was the last - could be 10 - mobile cells were recorded as well).

Lack of 5GHz WLAN possibly related to #31

@thuryn
Copy link

thuryn commented Mar 24, 2023

I've faced this also. Then I found, that location is not saved because of this:

if ((gpsLoc == null) || (gpsLoc.getAccuracy() > ourCharacteristics.reqdGpsAccuracy)) {
return;
}

gpsLocation has accuracy 25.538006 and ourCharacteristics.reqdGpsAccuracy is 10. So the question to @n76 is - is this correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants