android
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android [2024/09/02 08:26] – A User Not Logged in | android [2025/09/17 15:12] (current) – [Configs] ealmr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | + | ||
| - | captive portal server: | + | |
| - | adb shell " | + | 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 / | ||
| | | ||
| - | #for android 8 | + | support fingerprint: |
| - | adb shell settings put global captive_portal_mode 1 #https:// | + | |
| - | | + | support pattern unlock: |
| - | + | ||
| - | # worked | + | support adaptive brightness: |
| + | |||
| + | support switch different refresh rates: | ||
| + | |||
| + | ====== Configs ====== | ||
| + | |||
| + | settings put secure show_rotation_suggestions 0 | ||
| + | |||
| + | set captive portal | ||
| export HTTP_URL= | export HTTP_URL= | ||
| export HTTPS_URL= | export HTTPS_URL= | ||
| Line 16: | Line 33: | ||
| settings put global captive_portal_https_url $HTTPS_URL | settings put global captive_portal_https_url $HTTPS_URL | ||
| | | ||
| - | | + | |
| + | other portal servers: | ||
| http[s]:// | http[s]:// | ||
| http[s]:// | http[s]:// | ||
| + | |||
| + | captive portal server: | ||
| + | |||
| + | adb shell " | ||
| + | | ||
| + | #for android 8 | ||
| + | adb shell settings put global captive_portal_mode 1 # | ||
| + | adb shell settings put global captive_portal_https_url https:// | ||
| | | ||
| enable ADB over tcp: | enable ADB over tcp: | ||
android.1725265608.txt.gz · Last modified: by A User Not Logged in
