[Tweak] Build.prop tweaks and Battery life

Search This thread

somboons

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

Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://xdaforums.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

  • CWM_build_prop_battery_tweak.zip
    140.6 KB · Views: 10,341
  • CWM_build_prop_tweak_signed.zip
    145.4 KB · Views: 6,233
Last edited:

_RSAobj

Senior Member
Aug 1, 2012
85
25

fire3d

Senior Member
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,477
Bangkok
Update new tweak build.prop.please help me to test .first I install via CWM pass not bootloop or stuck LG logo.
 

_RSAobj

Senior Member
Aug 1, 2012
85
25
So your posting some build.prop "tweak" not even knowing what the lines exactly do or even if they work.. Great stuff.
 
  • Like
Reactions: pietrochico

somboons

Senior Member
Apr 25, 2011
3,183
4,477
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
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.
 

oudbrood

Senior Member
Jan 21, 2011
795
116
Amsterdam
Use the latest tweaks.
No errors or FC's, but why use android system so much %??



Sent from my LG-P880 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1350295161868.jpg
    uploadfromtaptalk1350295161868.jpg
    36 KB · Views: 2,412

somboons

Senior Member
Apr 25, 2011
3,183
4,477
Bangkok
my android system.

Sent from my LG-P880 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1350314511377.jpg
    uploadfromtaptalk1350314511377.jpg
    70.5 KB · Views: 1,954

The Troll

Senior Member
Jun 21, 2012
266
47
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
 

vnky12

Senior Member
Jun 1, 2011
134
2
chennai
I didn't root and I am in stock v10e of India and my battery performance

Sent from my LG-P880 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1350324351794.jpg
    uploadfromtaptalk1350324351794.jpg
    40.3 KB · Views: 1,760
  • uploadfromtaptalk1350324361206.jpg
    uploadfromtaptalk1350324361206.jpg
    26.4 KB · Views: 1,747

ozeer

Senior Member
Mar 23, 2011
149
31

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,
 

somboons

Senior Member
Apr 25, 2011
3,183
4,477
Bangkok
Now,I can not test some tweak in thread cause I bring my 4XO to service center for repaire touchscreen crack. :(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    Hi all,

    Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://xdaforums.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
    2

    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,
    1
    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.
    1
    Update new tweak build.prop.please help me to test .first I install via CWM pass not bootloop or stuck LG logo.

    Edit manuel the lines to build.prop.
    +1 boot
    See how it goes

    Sent from my LG-P880 using xda app-developers app
    1
    any overall improvement ???? after boot..better batery life?
    better speed? please feedback