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

Shell1 SH

The document outlines a series of commands to configure Android hardware properties related to graphics and display settings. Key settings include enabling vsync, setting refresh rates, and adjusting thresholds for various hardware components. The commands are executed silently, redirecting output to /dev/null.
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)
5 views1 page

Shell1 SH

The document outlines a series of commands to configure Android hardware properties related to graphics and display settings. Key settings include enabling vsync, setting refresh rates, and adjusting thresholds for various hardware components. The commands are executed silently, redirecting output to /dev/null.
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

android_properties() {

setprop debug.hwc.fakevsync 1
setprop debug.hwc.logvsync 1
setprop debug.hwc.force_gpu_vsync true
setprop debug.hwc.fbsize XRESxYRES
setprop debug.hwc.bq_count 3
setprop debug.hwc.dumper 1
setprop debug.hwc.dynamic_refresh_rate false
setprop debug.hwc.lock_refresh_rate true
setprop debug.hwc.refresh_rate 120
setprop debug.hwc.asyncdisp 1
setprop debug.hwc.winupdate 1
setprop debug.sf.hwc.canUseABC 1
setprop debug.sf.enable_hwc_vds 1
setprop debug.sf.disable_hwc_vds 0
setprop debug.sf.hwc_hotplug_error_via_neg_vsync false
setprop debug.sf.ignore_hwc_physical_display_orientation false
setprop debug.sf.hwc_hdcp_via_neg_vsync false
setprop debug.sf.predict_hwc_composition_strategy 1
setprop debug.sf.hwc_service_name default
setprop debug.sf.high_fps.hwc.min.duration 50000
setprop debug.sf.120_fps.hwc.min.duration 50000
setprop debug.sf.hwc.min.duration 50000
setprop debug.hwc.c2dThreshold 0
setprop debug.hwc.dynThreshold 0
setprop debug.hwc.gpuThreshold 0
setprop debug.hwc.mdpThreshold 0
setprop debug.hwc.mpsThreshold 0
setprop debug.sf.disable_hwc_blit false
setprop debug.sf.enable_hwc_vsync_alignment true
setprop debug.egl.enable_hwc_vsync true
setprop debug.performance.tuning 1
}
android_properties > /dev/null 2>&1

You might also like