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

Doesn't request background location permission in Android 10 #52

Closed
eplinux opened this issue Jan 11, 2020 · 1 comment
Closed

Doesn't request background location permission in Android 10 #52

eplinux opened this issue Jan 11, 2020 · 1 comment
Milestone

Comments

@eplinux
Copy link

eplinux commented Jan 11, 2020

In Android 10, a new location permission was introduced. Therefore, apps have to request android.permission.ACCESS_BACKGROUND_LOCATION in order to access location when running in background. Manually allowing the backend to access background location via local terminal doesn't seem to work.

01-11 17:19:49.047 3493 7691 E WifiService: Permission violation - startScan not allowed for uid=10163, packageName=org.microg.nlp.backend.ichnaea, reason=java.lang.SecurityException: UID 10163 has no location permission

A workaround is proposed by adding this permission to the AndroidManifest.xml:

microg/GmsCore#986

@breversa
Copy link

breversa commented Jun 15, 2021

How did you install Ichnaea ?

I used one of those bundles : https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases

I first installed it from Magisk and got the same error as you.

I then deinstalled the Magisk module, and installed MinMicroG via TWRP and voilà, problem solved ! :-)

@mar-v-in mar-v-in added this to the 1.5.0 milestone Apr 24, 2022
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

3 participants