0% found this document useful (0 votes)
2K views1 page

Performance Boost - by Black

The document provides code to optimize device performance through the activity manager by adding or removing configuration parameters using the device config command line tool.

Uploaded by

Shadow Gamer
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)
2K views1 page

Performance Boost - by Black

The document provides code to optimize device performance through the activity manager by adding or removing configuration parameters using the device config command line tool.

Uploaded by

Shadow Gamer
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 No Brevent⚡

Credits: @Black62.2 on YouTube

Codes:

Adicionar Códigos
🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽

cmd device_config put activity_manager performance.accoustic.force true


cmd device_config put activity_manager performance.cpu_governor_sampling_rate 50000
cmd device_config put activity_manager performance.disturb false
cmd device_config put activity_manager performance.mode_extreme_enabled true
cmd device_config put activity_manager performance.force true
cmd device_config put activity_manager performance.phone_level high
cmd device_config put activity_manager performance.sched_boost 1
cmd device_config put activity_manager performance.tuning 1
cmd device_config put activity_manager performance_schema 1
cmd device_config put activity_manager performance_schema_digests_size 9950000

Remover Códigos
🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽🔽

cmd device_config delete activity_manager performance.accoustic.force


cmd device_config delete activity_manager performance.cpu_governor_sampling_rate
cmd device_config delete activity_manager performance.disturb
cmd device_config delete activity_manager performance.mode_extreme_enabled
cmd device_config delete activity_manager performance.force
cmd device_config delete activity_manager performance.phone_level
cmd device_config delete activity_manager performance.sched_boost
cmd device_config delete activity_manager performance.tuning
cmd device_config delete activity_manager performance_schema
cmd device_config delete activity_manager performance_schema_digests_size
cmd device_config delete activity_manager

You might also like