anyone know how to change the dns via adb (or alternative means) on a phone where there is no factory option
specifically the Kyocera E4610 (NO YOU CANNOT access it through hiden settings)
i have found the following but cannot figure out
rem to disable private dns
adb shell settings put global private_dns_mode off
rem to enable private dns with hostname (example with dns.adguard.com)
adb shell settings put global private_dns_mode hostname
adb shell settings put global private_dns_specifier dns.adguard.com
[Login to see the link]
This is the code needed to change the DNS settings. Just connect your N1 to your PC and open command in your PC then;
adb shell setprop net.dns1 8.8.8.8
adb shell setprop net.dns2 8.8.8.4
[Login to see the link]