75% found this document useful (4 votes)
7K views

Build - Prop Tweaks

This document provides build.prop tweaks to improve device performance by enabling hardware acceleration, faster boot times, increased RAM and storage optimization, enhanced touch responsiveness, and other optimizations. It recommends copying and pasting the provided build.prop tweaks for benefits like super battery life, best net speed, free RAM, and faster performance.

Uploaded by

Petre Ionut
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
75% found this document useful (4 votes)
7K views

Build - Prop Tweaks

This document provides build.prop tweaks to improve device performance by enabling hardware acceleration, faster boot times, increased RAM and storage optimization, enhanced touch responsiveness, and other optimizations. It recommends copying and pasting the provided build.prop tweaks for benefits like super battery life, best net speed, free RAM, and faster performance.

Uploaded by

Petre Ionut
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
You are on page 1/ 3

Hey .......

If you want Best Performance, Super Battery Life, Best Net Speed, More Free RAM,
Good Touch Responsiveness, Faster Boot, No Boot Animation.,ETC..........

So Here is Solution by Build.prop


Just Copy And Past Tweak build prop at last in your System Build
Prop...............

---+++++++++++++--------

#Faster Boot & Reboot


ro.config.hw_quickpoweron=true
persist.sys.purgeable_assets=1

#Hardware Acceleration
debug.sf.hw=1

#Debug Preserve Buffer


debug.qctwa.preservebuf=1

#Disable Tether Alert


net.tethering.noprovisioning=true

#MTP Mode
persist.sys.usb.config=mtp

#Liquid Smooth UI
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0

#Video Acceleration
video.accelerate.hw=1

#Scrolling Speed
ro.min.fling_velocity=8000
ro.max.fling_velocity=12000

#Power Saver
pm.sleep_mode=1
ro.ril.disable.power.collapse=1

#Fremes Per Second


windowsmgr.max_events_per_sec=90

#WiFi Check Interval


wifi.supplicant_scan_interval=180

#No Boot Animation


debug.sf.nobootanimation=1

#No Debugging Notification


persist.adb.notify=0

#Ring Delay
ro.telephony.call_ring.delay=0
ring.delay=0

#Screen Rotate
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
windowsmgr.support_rotation_270=true

#Image And Video Quality


ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100

#Launcher Tweak
ro.HOME_APP_ADJ=1

#Enable Unlock By Menu


ro.config.hw_menu_unlockscreen=true

#Data Tweak
ro.ril.gprsclass=12
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.ril.enable.dtm=1
ro.ril.htcmaskw1=14449
ro.ril.enable.3g.prefix=1
ro.ril.enable.a53=1
ro.ril.hep=0

#Fast Dormancy
ro.config.hw_fast_dormancy=1

#Improve Speech Quality


ro.ril.enable.amr.wideband=1

#Kernel Tweak
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0

#Performance Tweak
dalvik.vm.dexopt=m=y,o=v,u=y
ro.vold.umsdirtyratio=20

#RAM Optimization
dalvik.vm.verify-bytecode=false

#Streaming Tweak
media.stagefright.enable-record=true
media.stagefright.enable-qcp=true
media.stagefright.enable-meta=true
media.stagefright.enable-aac=true
media.stagefright.enable-http=true
media.stagefright.enable-scan=true

#Net Speed Tweak


net.tcp.buffersize.hspda=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096, 16384,256960
#Force 3D Rendering
hw3d.force=1

#Improve Touch Responsiveness


touch.presure.scale=0.001

# Disable logcat
logcat.live=disable

# GOOGLE DNS
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
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4

# CRT
persist.sys.screen_off=crt
persist.sys.screen_on=none

# Support For IPV4 and IPV6


persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1

# Disable Sending Usage Data


ro.config.nocheckin=1

You might also like