-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
App not allowed to read or update stored WiFi Ap config #117
Comments
Installing as system app is required. |
how can this be achieved? |
Reopening for now. |
This will be fixed in the upcoming update (presumably v2.10.2) with Android 11 beta. |
Having the same error despite having the app installed as a system app. Could it be why my kernel-space wireguard connection is not working? |
Currently Android 8-10 still requires system app installation for reading/writing system Wi-Fi configuration. The only solution for now is to install the app as system app, or update to Android 11 or newer. Please read README for the most up-to-date information. |
Hi there are some good pics of my |
Would it also be necessary to modify the privileged permission whitelist? https://source.android.com/devices/tech/config/perms-whitelist As noted here in this stack overflow post. For example, since I'm building it for Google Pixel XL (Marlin) - might I also need to adjust this file to make this work properly. |
@gWOLF3 As far as I am concerned, installing this app as system app in priv-app should solve everything on Android 8-10, and the app should work out of the box for other versions. Let me know if this is not the case. |
Indeed this seems to not be the case. I am running:
See the System failure error on bootup from the log here For boot to complete, it is needed is to also add the proper priv-app permission whitelist: Here is the commit to my aosp fork for example, which fixes this issue on boot. If it makes sense, I will submit a PR to document this on README with what is required and on which devices. |
You should give it root permissions to make everything work. Simply making it a system app will not work. |
Getting this in Android Oreo on a rooted OnePlus 5T. What can be done?
The text was updated successfully, but these errors were encountered: