[Tweak] Build.prop tweaks and Battery life

somboons

Senior Member
Apr 25, 2011
3,183
4,470
0
Bangkok
Hi all,

Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://forum.xda-developers.com/showthread.php?t=1786121

I make CWM installer from this tweak.We can test and report back for result.

I hope it help we for battery life.

This file flash via CWM after you flash this please wipe caches before reboot to system.

===============================================================================
update 20121014

new build.prop as below in CWM_build_prop_tweak_signed.zip

Code:
#### New Tweaks : somboons ####
debug.composition.type=hw
persist.android.strictmode=0
persist.sys.ui.hw=true
ro.com.google.networklocation=0
ro.config.nocheckin=1
ro.vold.umsdirtyratio=20
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1

#Force launcher into memory
ro.HOME_APP_ADJ=1

#Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100

#Render UI with GPU
debug.sf.hw=1

#Decrease dialing out delay
ro.telephony.call_ring.delay=0

#Helps scrolling responsiveness
windowsmgr.max_events_per_sec=150

#Save battery
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0

#Increase overall touch responsiveness
debug.performance.tuning=1
video.accelerate.hw=1

#Raise photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000

#Signal (3G) 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

#Net speed tweaks
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

#Disable blackscreen issue after a call
ro.lge.proximity.delay=25
mot.proximity.delay=25

#Fix some application issues
ro.kernel.android.checkjni=0

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

#Force button lights on when screen is on
ro.mot.buttonlight.timeout=0

#Miscellaneous flags
ro.config.hw_menu_unlockscreen=false
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=y
ro.mot.eri.losalert.delay=1000

#Specifics to some LG devices
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
user.feature.flex=true
user.feature.lgdrm=false
user.feature.lgresource=false
user.feature.lgpoweroff=false
user.feature.ls_event=false
user.feature.ls_normal=false
user.feature.sui=false
 

Attachments

Last edited:

_RSAobj

Senior Member
Aug 1, 2012
85
25
0
Hi all,

Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://forum.xda-developers.com/showthread.php?t=1786121

I make CWM installer from this tweak.We can test and report back for result.

I hope it help we for battery life.

This file flash via CWM after you flash this please wipe caches before reboot to system.
Can you explain what it does?
 

fire3d

Senior Member
Jun 23, 2007
386
149
43
Can you explain what it does?
#!/sbin/sh
# somboons
# Extra tweaks for build.prop

mkdir /sdcard/backuptweak
cp /system/build.prop /sdcard/backuptweak
echo "" >> /system/build.prop
echo "ro.ril.disable.power.collapse=0" >> /system/build.prop
echo "pm.sleep_mode=1" >> /system/build.prop
echo "debug.performance.tuning=1" >> /system/build.prop
echo "debug.composition.type=hw" >> /system/build.prop
echo "debug.sf.hw=1" >> /system/build.prop
echo "persist.android.strictmode=0" >> /system/build.prop
echo "persist.sys.use_dithering=1" >> /system/build.prop
echo "persist.sys.ui.hw=true" >> /system/build.prop
echo "persist.sys.purgeable_assets=1" >> /system/build.prop
echo "ro.com.google.networklocation=0" >> /system/build.prop
echo "ro.kernel.android.checkjni=0" >> /system/build.prop
echo "ro.config.nocheckin=1" >> /system/build.prop
echo "ro.vold.umsdirtyratio=20" >> /system/build.prop
echo "dalvik.vm.checkjni=false" >> /system/build.prop
echo "dalvik.vm.execution-mode=int:jit" >> /system/build.prop
echo "video.accelerate.hw=1" >> /system/build.prop
echo "windowsmgr.max_events_per_sec=240" >> /system/build.prop
echo "profiler.force_disable_err_rpt=1" >> /system/build.prop
echo "profiler.force_disable_ulog=1" >> /system/build.prop
touch /data/local/tmp/somboons
echo "done!!!" >> /data/local/tmp/somboons
It combines serveral Known Buildprop Tweaks.
 
  • Like
Reactions: :.Mahy.:

somboons

Senior Member
Apr 25, 2011
3,183
4,470
0
Bangkok
I am testing now .It is many line .it is so good if anyone help me to test.

why do you are not help me to test I think as well as waiting me to tell any improvement


If you think it is not help you I reccommand not flash and I request
mod to close and lock this thread.

Sent from my LG-P880 using xda app-developers app
 
Last edited:

_RSAobj

Senior Member
Aug 1, 2012
85
25
0
I am testing now .It is many line .it is so good if anyone help me to test.

why do you are not help me to test I think as well as waiting me to tell any improvement


If you think it is not help you I reccommand not flash and I request
mod to close and lock this thread.

Sent from my LG-P880 using xda app-developers app
To be honest I did not use/test it. If someone creates a post with some random build.prop "Tweaks" and does not know what he really is doing I will not test it. Try to study the lines and know what they mean before posting "Garbage" on the forums.
 

The Troll

Senior Member
Jun 21, 2012
266
47
0
nothing here
please, bear in mind, thats a percentage used..
in terms of others..
its more of a comparision rather than time spent or actual battery consumed
 

ozeer

Senior Member
Mar 23, 2011
150
31
0
nevermind
Don't post some ****ty words. If you are not interested with the thread , just leave it and play away with small minded people due to your post.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks developer (somboons) for uploading cool files to improve our device and please keep up for that.

Best regards,