-
Notifications
You must be signed in to change notification settings - Fork 190
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
Is it possible to add and connect a Wifi network when targeting Android Q? #31
Comments
Thanks for the links. I haven't tested this library on Android Q but reading up on the links it seems that it introduces API changes that won't really help address the auto connect feature. I'm afraid this library won't work as intended on Android Q but I'm willing to try a few workarounds as soon as I get an Android Q device in my hands. |
Do you know of a way to add a network on a rooted device, perhaps? You can try the new API already , on an emulator. Sure it's not the same, but it's a start... https://issuetracker.google.com/issues/136787275 I don't get why it doesn't do anything. I think it's a bug, or that I didn't set it right. Sadly there is no tutorial that I've found, no sample, and barely any documentation... |
I think there should be a way to do it on a rooted device by utilizing commands of wpa_cli file but I haven't looked into it. Regarding the new API I also think it is a bug. I will try to run your code when I find some time. |
Yes, please investigate it. I hope you will find a way to add a network, even if it requires root... |
Refer to #47 |
Seems it's not possible anymore:
https://stackoverflow.com/q/56905956/878126
https://issuetracker.google.com/issues/130542363
Is it true?
Is there at least a solution for rooted devices?
The text was updated successfully, but these errors were encountered: