Created
September 12, 2025 10:44
-
-
Save enesdogan00/13967e6ea55f68706024f77718f989fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell settings put global accessibility_reduce_transparency 1 | |
| adb shell settings put global disable_window_blurs 1 | |
| adb shell settings put global window_animation_scale 0.5 | |
| adb shell settings put global transition_animation_scale 0.5 | |
| adb shell settings put global animator_duration_scale 0.5 | |
| adb shell settings put system screen_auto_brightness_adj 1.0 | |
| adb shell settings put system peak_refresh_rate 90.0 | |
| adb shell settings put system min_refresh_rate 1.0 | |
| adb shell settings put global network_recommendations_enabled 0 | |
| adb shell settings put global network_scoring_ui_enabled 0 | |
| adb shell settings put global tether_offload_disabled 0 | |
| adb shell settings put global wifi_power_save 1 | |
| adb shell settings put global enable_cellular_on_boot 1 | |
| adb shell settings put global mobile_data_always_on 0 | |
| adb shell settings put global ble_scan_always_enabled 0 | |
| adb shell settings put secure screensaver_enabled 0 | |
| adb shell settings put secure screensaver_activate_on_sleep 0 | |
| adb shell settings put secure screensaver_activate_on_dock 0 | |
| adb shell settings put system call_extra_volume 1 | |
| adb shell settings put system call_noise_reduction 1 | |
| adb shell settings put secure assistant 0 | |
| adb shell settings put secure smartspace 0 | |
| adb shell settings put global google_core_control 0 | |
| adb shell settings put secure adaptive_connectivity_enabled 0 | |
| adb shell settings put secure systemui.google.opa_enabled 0 | |
| adb shell settings put global activity_starts_logging_enabled 0 | |
| adb shell settings put secure send_action_app_error 0 | |
| adb shell settings put global bixby_pregranted_permissions 0 | |
| adb shell settings put system send_security_reports 0 | |
| adb shell settings put system rakuten_denwa 0 | |
| adb shell settings put global hotword_detection_enabled 0 | |
| adb shell settings put system mcf_continuity 0 | |
| adb shell settings put system mcf_continuity_permission_denied 1 | |
| adb shell settings put system mcf_permission_denied 1 | |
| adb shell cmd package compile -m speed-profile -a | |
| adb shell cmd package bg-dexopt-job | |
| adb shell pm trim-caches 999999999999999999 | |
| echo Running commands | |
| echo Setting HWUI renderer to skiavk | |
| adb shell setprop debug.hwui.renderer skiavk | |
| echo Forcing crash: System UI | |
| adb shell am crash com.android.systemui | |
| echo Forcing stop: Settings | |
| adb shell am force-stop com.android.settings | |
| echo Forcing stop: Samsung Launcher | |
| adb shell am force-stop com.sec.android.app.launcher | |
| echo Forcing stop: AOD Service | |
| adb shell am force-stop com.samsung.android.app.aodservice | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment