Created
April 7, 2026 23:12
-
-
Save dhaupin/28328adbb95d09ce6f05bedb70b7f925 to your computer and use it in GitHub Desktop.
Moto Android 15 Touch Sensitivity Settings
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
| Android settings and ADB commands that may or may not increase touch sensitivity on moto devices. | |
| ------------------------------------------------ | |
| settings put system touch_sensitivity_mode 1 | |
| settings put secure screen_protector_mode 1 | |
| ------------------------------------------------ | |
| settings put system glove_use 1 | |
| settings put system high_touch_sensitivity_enable 1 | |
| settings put system mot_touch_sensitivity_mode 1 | |
| ------------------------------------------------ | |
| settings put global zram_enabled 1 | |
| - Your global list shows this exists; while related to RAM, if the phone is lagging/not scrolling, it helps keep the UI fluid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment