Skip to content

Instantly share code, notes, and snippets.

@dhaupin
Created April 7, 2026 23:12
Show Gist options
  • Select an option

  • Save dhaupin/28328adbb95d09ce6f05bedb70b7f925 to your computer and use it in GitHub Desktop.

Select an option

Save dhaupin/28328adbb95d09ce6f05bedb70b7f925 to your computer and use it in GitHub Desktop.
Moto Android 15 Touch Sensitivity Settings
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