0x192 / 0x192/universal-android-debloater
Enhance with an ADB settings window
- Ngôn ngữ chính
- Rust
- Star
- 19.9k
- Fork
- 1.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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://"
adb shell settings put global captive_portal_https_url "https://"
```
([See also](https://sp-codes.de/en/services/connectivitycheck/setup/) and [selfhost](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/))
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The issue describes adding a new ADB settings window to the Rust GUI. Start by exploring the existing UI code for settings windows and ADB command execution. Look for how the application currently structures its windows and interacts with ADB. 'Done' means a new window is added that can set NTP server, captive portal URLs, and DNS via ADB, and load presets.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- android, rust
- Lĩnh vực
- cli, desktop, tooling
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100