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

Ichnaea not fetching cells #38

Open
Phyks opened this issue Mar 19, 2018 · 3 comments
Open

Ichnaea not fetching cells #38

Phyks opened this issue Mar 19, 2018 · 3 comments

Comments

@Phyks
Copy link

Phyks commented Mar 19, 2018

Hi,

I'm trying to get UnifiedNlp to work on my phone running Android 4.2.2. With wifi, everything is working fine with either this backend or the AppleWifi backend. However, it seems that using wifi networks for location positionning under Android 4.2.2 requires having the wifi always on, so I'm looking for a way to rely on cell network.

Using cell network in this backend, I don't get any position. After investigating it a bit in adb logcat, this line always log "Cells: 0" which seems to mean it is not fetching the nearby cells. Not sure why :/

Thanks

@crankycoder
Copy link
Contributor

Title is confusing. This sounds like microg is not sending cell info to ichnaea, not "ichnaea not fetching cells"

@baldrianbandit
Copy link

baldrianbandit commented Oct 7, 2019

I can confirm that the backend logs that there are no cells with wifi disabled. While running SatStat in foreground:

$ adb logcat | grep -i ichnaea
IchnaeaBackendService: Cells: 0

Edit: By setting "preferred network type" to "2G" in Settings / Network & Internet, I immediately get a location fix:

$ adb logcat | grep -i ichnaea
IchnaeaBackendService: Cells: 6
IchnaeaBackendService: request: {"radioType":"gsm","cellTowers":[{"radioType":"gsm","mobileCountryCode":262 [...]}]}

@domkrm
Copy link

domkrm commented Oct 28, 2019

Please see my following comment in another issue:
#50 (comment)

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

4 participants