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

Setprop PT2

Set various debugging properties to optimize performance and stability for gaming on Android devices. Properties control buffer rendering, CPU and GPU restrictions, composition type, rendering type, performance tuning, frame dropping and more. Many of the settings are for testing purposes only.

Uploaded by

Bowjow Jowbow
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)
4K views1 page

Setprop PT2

Set various debugging properties to optimize performance and stability for gaming on Android devices. Properties control buffer rendering, CPU and GPU restrictions, composition type, rendering type, performance tuning, frame dropping and more. Many of the settings are for testing purposes only.

Uploaded by

Bowjow Jowbow
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

SETPROP NO ROOT!!

APLOUD / REAPLOUD SHARE CREDIT = @MAINNYAHEBAT

USE APK ADB OR LADB


ADB = WORK ALL ANDROID
LADB = ONLY WORKING IN ANDROID 11

#bufferrender#
setprop debug.hwui.filter_test_overhead true
setprop debug.hwui.use_gpu_pixel_buffers 1

#unlock_cpu and_gpu_restrictions#
setprop debug.cpurend.vsync false
setprop debug.gpurend.vsync false
setprop debug.hwui.disable_vsync true

#composite_type#
setprop debug.composition.type mdp

#buffering_composite#
setprop debug.hwc.mdpThreshold 4.5

#boost_hw_stablizer#
setprop debug.mdpcomp.logs 0
setprop debug.mdpcomp.4k2kSplit 1

#gpu_logic_compression#
setprop debug.forceAutoTextureCompression 1

#rendering_type#
setprop debug.hwui.renderer opengl
(opengl,vulkan,skiagl,skiavk)
Recommended=opengl

#performance_enable#
setprop debug.performance.tuning 1

#stabilizer_frame_drop#
setprop debug.gaming.mode_enable 1

#mode_type_kernel#
setprop debug.hwui.mode extreme
setprop debug.kernel.mode extreme

#disable_terminal_engine# (Test Beta)


setprop debug.thermal.enable false
setprop debug.thermal.disable true
setprop debug.system.thermal 0

You might also like