Created
August 7, 2026 07:19
-
-
Save amitkhare/d7fcf88d7190f34751dbae532e102d84 to your computer and use it in GitHub Desktop.
adb commands to force maximum refresh create for realme rmx3710 mobile display to fix vertical lines.sh
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 secure oplus_customize_screen_refresh_rate 0 | |
| adb shell settings put system peak_refresh_rate 1 | |
| adb shell settings put system min_refresh_rate 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment