You are on page 1of 4

Locate build.

prop
got to system/ and find build.prop

Edit with notepad++. Save and overwrite previous file, then change permissions to rw,r,r!
Change the tweaks already present and add new at the end of file!

Change android name and version
ro.build.display.id=Your ROM name
ro.build.version.release=2.3.6 (Android version number)

Decrease boot time
debug.sf.nobootanimation=1 (Disables bootanimation)
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
dev.bootcomplete=0

Power saving
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=120 (sets wifi scanning interval, can be increased or
decreased)
ro.mot.eri.losalert.delay=1000 (might break tethering)

3G Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=5
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.rill.enable.a53=1

Telephony/ring Tweaks
ro.telephony.call_ring.delay=0
ring.delay=0

Proximity (Disable blackscreen issue after call)
mot.proximity.delay=0
ro.lge.proximity.delay=25

Smooth Scrolling
windowsmgr.max_events_per_sec=84(This value is experimental)
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

Disables error reports
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1

Force home launcher into memory(use light launchers only)
ro.HOME_APP_ADJ = 1

Render UI with GPU
debug.sf.hw = 1

Disable logcat
logcat.live=disable

dalvik.vm.heapsize = 64m
Note: This value is different for different phones, the value can larger(128m) with larger
RAM device, use accordingly!

Phone will not wake up from hitting volume rocker
ro.config.hwfeature_wakeupkey=0

Change LCD density
ro.sf.lcd_density=160

Allows purging of assets to free up RAM
persist.sys.purgeable_assets=1

[Tweaks] Tweaks build.prop for any GingerBread ROM

NOTE: This tweaks are only for Gingerbread ROMs (2.3.x) !
USE AT YOUR OWN RISK !
IMPORTANT: If you add this tweaks to a ROM that will be posted on XDA-
Developers give me credit for avoid problems.

Hello guys, now I will introduce some tweaks for any GB ROM, this will improve
battery life, performance, and much more

To install you need a text editor and a file browser ... (Root Explorer can do this )

1.- Open the build.prop file that is in /system
2.- At the end of the file copy the contents of the next post quote...
3.- You should be concerned that the build.prop file ends with an empty line ...
4.- Reboot and enjoy the great performance

What do this:
-Improve 2D/3D Performance
-Enable HW Acceleration and Force it.
-Better Management of Dalvik VM
-Frees More RAM
Tweaks

# Tweaks by MaTyRocK
# Display Config
persist.sys.scrollingcache=2
persist.sys.use_16bpp_alpha=1
persist.sys.use_dithering=0
windowsmgr.support_rotation_270=true

# Performance
debug.sf.nobootanimation=1 #disables bootanim for faster booting up time.
ro.HOME_APP_ADJ=-25
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.lockprof.threshold=500
dalvik.vm.execution-mode=int:jit
dalvik.vm.heapsize=64m
ro.compcache.default=0
persist.service.compcache=0
persist.sys.purgeable_assets=1

# Hardware Acceleration
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.kill_allocating_task=0

# GPU
com.qc.hardware=true
video.accelerate.hw=1
persist.sys.ui.hw=1
hw3d.force=1
ro.opengles.version=131072
debug.sf.hw=1
debug.enabletr=true
debug.composition.type=gpu

# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# End Tweaks by MaTyRocK #

You might also like