Here are some Build.prop Tweaks that i have been trying.
Give them a try and report back. If you know of or make any changes post them up for others to try!
If you would like to enable "No Boot Animation" delete the "#" in front of debug.sf.nobootanimation=1..
Install
Found under system/build.prop.. Copy these to the tweaks you would like to us at bottom of you build.prop. Save and exit. Reboot 2 times.
They should improve touchscreen response, improves scrolling response, allows for better sleep(saves battery), scans for wifi less(saves battery), improve jpg quality, improve pic quality, improve video quality, removes usb debugging notifications, loads launcher into memory, upload speed uncapped and should makes web browsing faster.
Give them a try and report back. If you know of or make any changes post them up for others to try!
If you would like to enable "No Boot Animation" delete the "#" in front of debug.sf.nobootanimation=1..
#Battery -----
ro.ril.disable.power.collapse=0 - This setting puts your phone into a deeper sleep when on standby. This may improve battery life.
pm.sleep_mode=1 - This sets the phone to use power collapse when in standby.
0 - Power Collapse Suspend
1 - Power Collapse
2 - Apps Sleep
3 - Slow Clock and Wait for Interrupt (default)
4 - Wait for Interrupt
wifi.supplicant_scan_interval=180 - This sets your WIFI to scan less frequenty. This conserves battery life, however may come with side effects such as WIFI points not showing up as fast.
#Response
debug.performance.tuning=1 - Increases touch responsiveness.
video.accelerate.hw=1 - Increases touch responsiveness.
windowsmgr.max_events_per_sec=150 - Increases scrolling responsiveness.
#extras
persist.sys.use_dithering=0 - Disables dithering which can speed up your phone at the cost of Image Quality.
ro.ril.hsxpa=3 - Enables HSUPA for faster uploading speeds
ro.media.enc.jpeg.quality=100 - Makes JPEGs higher quality
ro.media.dec.jpeg.memcap=8000000 - Increases the memory cap when decoding JPEGs.
ro.media.enc.hprof.vid.bps=8000000 - Increases the video recording quality.
persist.adb.notify=0 - Disables the debug notification icon on the status bar. Doesn't increase performance at all.
ro.kernel.android.checkjni=0 - Fixes some app issues. It pertains to the Java Native Interface.
ro.home_app_adj=1 - Forces the launcher to stay in memory. This could slow down the front app, but allow for quicker app switching.
debug.sf.nobootanimation=1 - Disables boot animation for increased boot times.
#Internet Speed
Increases network speed.
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
You can add these as well
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
video.accelerate.hw=1
ro.home_app_adj=1
ro.camcorder.videoModes=true
ro.min_pointer_dur=8
# 3G signal and speed tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
# Connect and disconnect faster (experimental)
ro.mot.eri.losalert.delay=1000
# More free ram and apps load faster
dalvik.vm.dexopt-flags=m=y
# Deeper Sleep to save battery
pm.sleep_mode=1
# Reduce dial-out time
ro.telephony.call_ring.delay=0
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Better internet browsing & download speed
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
# Increase general Performance
debug.performance.tuning=1
# Reduce the black screen time of the proximity sensor
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Allow purge of assets to free more ram
persist.sys.purgeable_assets=1
# Better Scrolling responsiveness and speed
windowsmgr.max_events_per_sec=150
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Smoother video streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
# Allow dalvik to use JIT (Just in Time) Compiler
dalvik.vm.execution-mode=int:jit
Install
Found under system/build.prop.. Copy these to the tweaks you would like to us at bottom of you build.prop. Save and exit. Reboot 2 times.
Attachments
Last edited: