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

Not connecting on Oreo #40

Open
rtviwe opened this issue Oct 14, 2019 · 3 comments
Open

Not connecting on Oreo #40

rtviwe opened this issue Oct 14, 2019 · 3 comments

Comments

@rtviwe
Copy link

rtviwe commented Oct 14, 2019

I am connecting to wifi with its name and password

WifiUtils.withContext(context)
            .connectWith(ssid, password)
            .onConnectionResult(::onConnectionResult)
            .start()

Then I got this message in LogCat:

E/WifiConfigManager: UID 10345 does not have permission to update configuration "5ui5ide"-WPA_PSK

And Wi-Fi is not connected. This problem appears on Android 8 and 9

@rtviwe rtviwe changed the title Not connecting on Oreo and above Not connecting on Oreo Oct 17, 2019
@eliaslecomte
Copy link
Contributor

Is the network actually in range?

@singhal2
Copy link

singhal2 commented Feb 3, 2020

Hi, I am experiencing the same in Android Q, following from Logcat:

2020-02-03 21:58:37.066 1535-2019/? E/WifiConfigManager: UID -1 does not have permission to update configuration "Telia-83474E"WPA_PSK

and yes, the network is well within range.

@eliaslecomte
Copy link
Contributor

If you forget the wifi network I think it will work. Can you test?

A lot has changed in Android Q / 10. There has been an experimental release to follows the new rules set by Google: #47

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