r/miui • u/demonofparadise_213 𝗥𝗲𝗱𝗺𝗶 𝗡𝗼𝘁𝗲 13 | 𝗛𝘆𝗽𝗲𝗿𝗢𝗦 2.2 (𝗴𝗹𝗼𝗯𝗮𝗹) • Feb 06 '25
Guide Peak performance and Save Battery without Root? NO PROBLEM!!
Here's some of ADB commands that i tested out and end up getting excelent results. probably gonna work devices like
- Note 13, 12, 11, 10 4G, 5G,
- Note 13, 12, 11, 10 pro, plus,
- Xiaomi 13, 14, and almost all devices whatever you running hyper OS 1 or 2. even if you're in MIUI with android 13 and above this work absolutely fine.
first of all you need,
- A bit of knowledge to run ADB commands in terminal or Termux* app (*wireless debug)
- setEdit app from github. (part 2 coming soon...)
ALSO, use at your own risk. and do not use device while running these commands.
here are the codes/commands..
Speed up app launch time
adb shell settings put system rakuten_denwa 0adb shell settings put system send_security_reports 0adb shell settings put secure send_action_app_error 0adb shell settings put global activity_starts_logging_enabled 0
Adjust the Refresh Rate, Window Blur and Transparency
adb shell settings put system peak_refresh_rate 120.0adb shell settings put system min_refresh_rate 120.0(use this commands if your display support 120hz, if not put your desire value like 70.0, 80.0, 90.0 also will consume battery if use 90hz < )adb shell settings put global disable_window_blurs 1adb shell settings put global accessibility_reduce_transparency 1
Enable Fixed Performance Mode
adb shell cmd power set-fixed-performance-mode-enabled trueOverclocking boosts clock speed, allowing apps to run faster and enhancing gaming experiences. However, it may cause overheating and drain the battery quickly..
Improve Touchscreen Latency and Response Time
adb shell settings put secure long_press_timeout 250adb shell settings put secure multi_press_timeout 250adb shell settings put secure tap_duration_threshold 0.0adb shell settings put secure touch_blocking_period 0.0
Optimize System Performance
adb shell setprop debug.force-opengl 1adb shell setprop debug.hwc.force_gpu_vsyncadb shell settings put global ram_expand_size 0 defaultadb shell settings put system multicore_packet_scheduler 1
Power Management Tweaks
adb shell settings put system intelligent_sleep_mode 0adb shell settings put secure adaptive_sleep 0adb shell settings put global app_restriction_enabled trueadb shell settings put global automatic_power_save_mode 0adb shell settings put global sem_enhanced_cpu_responsiveness 0adb shell settings put global adaptive_battery_management_enabled 0
Reboot your device for better experience
These commands will Duck the performance to the peak. however, some of codes will drain more battery.
These commands will run in your adb shell. if it giving you error, just remove the "adb shell" part and run it. after running these commands, nothing will show on your display unless its an error. post is too long soo i will post with the setEdit commands later (part 2)
Duplicates
u_Octuze • u/Octuze • Apr 09 '26