android
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android [2023/10/16 09:03] – fe80:f840:deb4:bbc3:6582:0245:a3a6:dfad | android [2025/09/17 15:12] (current) – [Configs] ealmr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | |||
| + | Download GSI ROMs from: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | flash GSI image into super partition: | ||
| + | |||
| + | #reboot phone into fastboot mode | ||
| + | #reboot into fastbootd mode | ||
| + | fastboot reboot fastboot | ||
| + | #flash system image | ||
| + | fastboot flash system / | ||
| | | ||
| + | support fingerprint: | ||
| + | |||
| + | support pattern unlock: | ||
| + | |||
| + | support adaptive brightness: | ||
| + | |||
| + | support switch different refresh rates: | ||
| + | |||
| + | ====== Configs ====== | ||
| + | |||
| + | settings put secure show_rotation_suggestions 0 | ||
| + | |||
| + | set captive portal for Android 10 ~ 14: | ||
| + | |||
| + | export HTTP_URL= | ||
| + | export HTTPS_URL= | ||
| + | settings put global captive_portal_mode 1 | ||
| + | settings put global captive_portal_http_url $HTTP_URL | ||
| + | settings put global captive_portal_https_url $HTTPS_URL | ||
| + | | ||
| + | | ||
| + | other portal servers: | ||
| + | http[s]:// | ||
| + | http[s]:// | ||
| + | |||
| captive portal server: | captive portal server: | ||
| Line 8: | Line 45: | ||
| adb shell settings put global captive_portal_mode 1 # | adb shell settings put global captive_portal_mode 1 # | ||
| adb shell settings put global captive_portal_https_url https:// | adb shell settings put global captive_portal_https_url https:// | ||
| - | | ||
| - | # worked for Android 10 ( https:// | ||
| - | settings put global captive_portal_http_url http:// | ||
| - | settings put global captive_portal_https_url https:// | ||
| - | | ||
| - | #other portal servers: | ||
| - | http[s]:// | ||
| - | http[s]:// | ||
| | | ||
| enable ADB over tcp: | enable ADB over tcp: | ||
android.1697446992.txt.gz · Last modified: by fe80:f840:deb4:bbc3:6582:0245:a3a6:dfad
