[go: up one dir, main page]

0% found this document useful (0 votes)
651 views2 pages

Advanced Android System Tweaks

The document outlines modifications to system settings related to touch and pointer controls, including changes to pointer speed, touch sensitivity, and gesture durations. It contrasts these modifications with standard settings, highlighting significant differences in parameters like long press timeout and multi press timeout. Overall, the modifications aim to enhance touch responsiveness and control precision.

Uploaded by

factbisv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
651 views2 pages

Advanced Android System Tweaks

The document outlines modifications to system settings related to touch and pointer controls, including changes to pointer speed, touch sensitivity, and gesture durations. It contrasts these modifications with standard settings, highlighting significant differences in parameters like long press timeout and multi press timeout. Overall, the modifications aim to enhance touch responsiveness and control precision.

Uploaded by

factbisv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

MODIFICAÇÕES:

settings put system pointer_speed 7

settings put system touch_sensitivity 1.5

settings put system touch_slop 2

settings put system ui.hw 1

settings put system MovementSpeedRatio 1.5

settings put system ZoomSpeedRatio 1.5

settings put system SwipeTransitionAngleCosine 0.5

settings put system touch_switch_set_touchscreen 14005

settings put system long_press_timeout 259

settings put system multi_press_timeout 25

settings put system pointer_gesture_duration 25

settings put system mot.proximity.distance 1

settings put system mot.proximity.delay 35

settings put system PointerVelocityControlParameters 1

settings put system lowThreshold 0

settings put system highThreshold 0

settings put system DragMinSwitchSpeed 99999.0px/s

settings put system SwipeMaxWidthRatio 1

PADRÃO:

settings put system pointer_speed 1

settings put system touch_sensitivity 2

settings put system touch_slop 4

settings put system ui.hw 0

settings put system MovementSpeedRatio 1

settings put system ZoomSpeedRatio 1

settings put system SwipeTransitionAngleCosine 1

settings put system touch_switch_set_touchscreen 12005


settings put system long_press_timeout 500

settings put system multi_press_timeout 300

settings put system pointer_gesture_duration 500

settings put system mot.proximity.distance 5

settings put system mot.proximity.delay 0

settings put system PointerVelocityControlParameters 1

settings put system lowThreshold 0

settings put system highThreshold 0

settings put system DragMinSwitchSpeed 89999.0px/s

settings put system SwipeMaxWidthRatio 1

You might also like