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

actually add wifi network after scan #482

Open
Svalorzen opened this issue Aug 18, 2024 · 1 comment
Open

actually add wifi network after scan #482

Svalorzen opened this issue Aug 18, 2024 · 1 comment

Comments

@Svalorzen
Copy link

Apologies if this is a dumb issue, but I can't figure out if there is a way to solve my problem.

I've always thought that when using binary eye to scan a wifi qr code I was actually saving the network, but I've just discovered that this is not actually the case when I've tried to share a network that I have added this way. It seems that since the network is only "suggested", the system doesn't actually know the password and so it cannot share it (I do not have the option to generate a qr code from it, and if I try to modify the network I get asked the password, which I do not know).

I can only find the control to make binary eye stop suggesting a network, but not one to make a network "permanent" and so make it also sharable to others. Is this possible, or alternatively, could such a feature be added? Thanks in advance for your help.

@markusfisch
Copy link
Owner

Sorry for not responding so long 🙈 This is a rather complex matter, unfortunately.

From Android Q on, apps can only suggest Wifi networks by using WifiManager.addNetworkSuggestions. These suggestions get stored in the context of the app only, and if you uninstall Binary Eye, the system would remove these suggestions with it, unfortunately.

But anyway, you should still be able to share the Wifi via the reproduction of the scanned QR Code that is shown with the scan result.

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

2 participants