Skip to content

Enhance with an ADB settings window #1151

@Mannshoch

Description

@Mannshoch

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>"

(See also and selfhost)

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions