We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Is the network actually in range?
Sorry, something went wrong.
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.
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
No branches or pull requests
I am connecting to wifi with its name and password
Then I got this message in LogCat:
And Wi-Fi is not connected. This problem appears on Android 8 and 9
The text was updated successfully, but these errors were encountered: