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

8 Screet Codes

The document provides instructions for releasing codes using various tools like brevent, ladb, and bugjaeger. It lists properties that can be set to control rendering, composition, performance tuning, idle modes, and fixed performance. Commands are also provided to kill all apps, uninstall apps, and set game mode for specific packages.

Uploaded by

akunrrq73
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
100% found this document useful (2 votes)
11K views1 page

8 Screet Codes

The document provides instructions for releasing codes using various tools like brevent, ladb, and bugjaeger. It lists properties that can be set to control rendering, composition, performance tuning, idle modes, and fixed performance. Commands are also provided to kill all apps, uninstall apps, and set game mode for specific packages.

Uploaded by

akunrrq73
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

Description: release codes

by: BANG LEvV


date: 202311104
____________________________________________
Jalankan kode menggunakan [ brevent, ladb, bugjaeger, command cmd, terminal
emulator atau termux ]
____________________________________________
setprop debug.hwui.renderer <render>
jenis rendering :
skiavk = versi balance
skiagl = versi ringan
opengles = versi berat
vulkan = versi berat
____________________________________________
setprop debug.composition.type <string>
jenis string :
gpu = 100% gpu,
cpu = 100% cpu,
c2d = 75% gpu 25% cpu,
mdp = 50% gpu 50% cpu,
____________________________________________
setprop debug.performance.tuning <value>
angka value:
1 = mode performance
0 = mode balance
____________________________________________
dumpsys deviceidle <string>
jenis string:
force-idle = mode sleep
unforce = mode wakelock
____________________________________________
cmd power set-fixed-performance-mode-enabled <string>
jenis string:
true = mode performance
false = mode balanced
____________________________________________
am kill-all
____________________________________________
pm uninstall -k --user 0 <package>
package = nama paket aplikasi, bisa cek di info aplikasi
____________________________________________
cmd game mode <mode> <package>
type mode:
performance
standard
power saver
package = nama paket game, bisa cek di info game
____________________________________________
#
#
#
#
#

You might also like