Skip to content

Instantly share code, notes, and snippets.

@pbsds
Last active June 27, 2023 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbsds/74d1d68ef5dd885488982535491ce83d to your computer and use it in GitHub Desktop.
Save pbsds/74d1d68ef5dd885488982535491ce83d to your computer and use it in GitHub Desktop.
fix android 12
# mobile data be expensive
# https://twitter.com/MishaalRahman/status/1452868924152983552
adb shell settings put secure sysui_qs_tiles "wifi,cell,custom(com.android.settings/.development.qstile.DevelopmentTiles\$SensorsOff),$(adb shell settings get secure sysui_qs_tiles)"
# no google
adb shell settings put secure assist_touch_gesture_enabled 0
# gotta go fast
adb shell settings put global animator_duration_scale 0.5
adb shell settings put global transition_animation_scale 0.5
adb shell settings put global window_animation_scale 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment