100% found this document useful (2 votes)
1K views3 pages

Tweak Buid - Prop

This document contains various build.prop tweaks to improve performance, battery life, and connectivity for an Android device. It includes tweaks for performance, media quality, UI smoothness, sensors, networks, wireless connectivity, and more. The tweaks disable loggers and strict mode, set DNS servers, and configure scrolling speeds among other things.

Uploaded by

hadie_rein
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)
1K views3 pages

Tweak Buid - Prop

This document contains various build.prop tweaks to improve performance, battery life, and connectivity for an Android device. It includes tweaks for performance, media quality, UI smoothness, sensors, networks, wireless connectivity, and more. The tweaks disable loggers and strict mode, set DNS servers, and configure scrolling speeds among other things.

Uploaded by

hadie_rein
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/ 3

Adding to build.

prop tweaks
#Performance tweaks
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
debug.sf.hw=1
debug.composition.type=c2d
persist.sys.composition.type=c2d
debug.performance.tuning=1
#Enable tile rendering
debug.enabletr=true
#3d performance
persist.android.strictmode=0
ro.min_pointer_dur=1
ro.secure=0
#Media Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
#Liquid Smooth Ui
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
#Sensor Sleep
# For sensor sleep control
ro.ril.sensor.sleep.control=1
#3G network for speeding up
ro.ril.set.mtu1472=1
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
#improve battery under no signal -- need test
ro.mot.eri.losalert.delay=1000
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#Signal Tweaks
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
#net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
#Wireless Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
#OPEN DNS
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#Website Bypass
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
#Allow purging of assets
persist.sys.purgeable_assets=1
# Disable strict mode checking
persist.android.strictmode=0
## Scrolling speed
ro.min.fling_velocity=8000
ro.max.fling_velocity=12000

You might also like