-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There are several settings you only get over adb e.g.:
set ntp server:
adb shell settings put global ntp_server de.pool.ntp.org
set capatitive portal page:
adb shell settings put global captive_portal_use_https 1
adb shell settings put global captive_portal_http_url "http://<YOUR-URL>"
adb shell settings put global captive_portal_https_url "https://<YOUR-URL>"
change dns:
adb shell setprop net.dns1 9.9.9.9
adb shell setprop net.dns2 149.112.112.112
I'm sure there are a lot more settings a desktop Application could provide nicer than a settings app and it would also be nice If I'm able to load a preset which I coud use to prepare a new mobile phone.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request