mirror of
https://github.com/karasevm/PrivateDNSAndroid.git
synced 2025-06-28 12:19:57 +00:00
Quick settings tile to switch active private DNS server
privacy_policy.md | ||
README.md |
Installation instructions
- Get to your PC and download platform tools from google here.
- Extract the tools, and open terminal in the same directory (Windows guide, macos guide).
- Turn on USB Debugging on your phone (This may require different steps, for Xiaomi you also have to enable
USB Debugging (Security settings)
, but generally this video guide should work on most phones) - Connect your phone to your PC
- Run this command in the terminal
./adb shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SECURE_SETTINGS
- That's it, you should have the app installed.
Exceptions
Some problems when granting permission through adb
MIUI (Xiaomi, POCO)
Enable "USB debugging (Security options)" in "Developer options". Note that this is a separate option from "USB debugging".
ColorOS (OPPO & OnePlus)
Disable "Permission monitoring" in "Developer options".