0% found this document useful (0 votes)
33 views1 page

Potência Max

The document contains a series of commands to modify system settings on an Android device, enabling various performance tuning options and hardware acceleration features. It also includes corresponding commands to remove these settings. The commands are categorized into 'EXECUTE' for enabling settings and 'REMOVER' for deleting them.

Uploaded by

abhifan8423
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)
33 views1 page

Potência Max

The document contains a series of commands to modify system settings on an Android device, enabling various performance tuning options and hardware acceleration features. It also includes corresponding commands to remove these settings. The commands are categorized into 'EXECUTE' for enabling settings and 'REMOVER' for deleting them.

Uploaded by

abhifan8423
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/ 1

EXECUTE

settings put system debug.performance.tuning 1

settings put system ro.ril.disable.power.collapse 0

settings put system ro.HOME_APP_ADJ 1

settings put system debug.sf.hw 1

settings put system debug.egl.hw 1

settings put system persist.android.strictmode 0

settings put system video.accelerate.hw 1

settings put system debug.composition.type gpu

settings put system touch.presure.scale 0.001

settings put system windowsmgr.max_events_per_sec 150

settings put system ro.min_pointer_dur 8

REMOVER

settings delete system debug.performance.tuning

settings delete system ro.ril.disable.power.collapse

settings delete system ro.HOME_APP_ADJ

settings delete system debug.sf.hw

settings delete system debug.egl.hw

settings delete system persist.android.strictmode

settings delete system video.accelerate.hw

settings delete system debug.composition.type

settings delete system touch.presure.scale

settings delete system windowsmgr.max_events_per_sec

settings delete system ro.min_pointer_dur

You might also like