[Tweaks] - Adjustments build.prop [11/09/2011]

Search This thread

Gustavo RD78

Senior Member
May 19, 2011
1,723
2,400
Maringá - PR
The time changes in build.prop walk testing, here are some improvements ...

They can also be applied to stock roms!

The optimization can vary from one device to another (I believe)! : Confused:

Be careful not to duplicate lines!
If you do not have the line, you can add it to end!

For the changes you need a file manager (with root access)

How: Go to System / build.prop build.prop and open with text editor and add (if not already) or change for better results!
Just made ​​the changes save and exit and restart the machine! :)

Note: I am not responsible for killing your phone! Use at your own risk! It is indicated by guarantee having a backup!

1. Increase to 100% quality JPG

Code:
ro.media.enc.jpeg.quality = 100

2. render UI for GPU

Code:
debug.sf.hw = 1

3. Decrease delay dial

Code:
ro.telephony.call_ring.delay = 0

4. Help answer scroll (higher the value, the answer scroll!)

Code:
windowsmgr.max_events_per_sec = 150

5. battery Save

Code:
wifi.supplicant_scan_interval = 150
pm.sleep_mode = 1
ro.ril.disable.power.collapse = 1

6. Disable debugging notification icon in the status bar

Code:
persist.adb.notify = 0

7. Increase the overall touch response

Code:
debug.performance.tuning = 1
video.accelerate.hw = 1

8. Signal (3G) tweaks

Code:
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

9. Net speed settings

Code:
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

10. Disable the animation to boot faster startup

Code:
debug.sf.nobootanimation = 1

11. Phone will not wake up by pressing the volume

Code:
ro.config.hwfeature_wakeupkey = 0

12. enable JIT

Code:
dalvik.vm.execution-mode=int:jit

13. disable JIT

Code:
dalvik.vm.execution-mode=int:fast

14. enables lockscreen to unlock menu button (true = false = enable and disable)

Code:
ro.config.hw_menu_unlockscreen = false

15. disable black screen after a call

Code:
ro.lge.proximity.delay = 25
mot.proximity.delay = 25

16. Fix some application issues

Code:
ro.kernel.android.checkjni=0

17. Photos and videos with the recording quality

Code:
ro.media.dec.jpeg.memcap = 8000000
ro.media.enc.hprof.vid.bps = 8000000


There are some other tweaks, so far posted only tested by me! If anyone has any better or any setting is only post I will be making additions and changes! Enjoy!

Credits Jazux Knzo and the same!
Thanks:)


Sorry for poor English!
 
Last edited:

owain94

Inactive Recognized Developer
Sep 21, 2010
3,538
6,041
29
The Hague
Nice work that you got them all together! /sarcasm

To bad you did not link to the original topic and give proper credits for the man that searched for hours and hours to make a complete list

Sent from my Optimus 2X using xda premium
 
  • Like
Reactions: r95

Kulik

Member
Jun 12, 2007
42
3
Nice work that you got them all together! /sarcasm

To bad you did not link to the original topic and give proper credits for the man that searched for hours and hours to make a complete list

Sent from my Optimus 2X using xda premium

Yes, nice work. I don't care about the original link as long as this particular one is the one that helps ME.

So thanks, this was helpful!
 

Driveskull

Senior Member
Feb 9, 2011
71
6
Owain shut up, because the ones like you people dont want to develop for minis and you will scare away another dev/programer

Sent from my U20i using XDA Premium App
 

owain94

Inactive Recognized Developer
Sep 21, 2010
3,538
6,041
29
The Hague
Owain shut up, because the ones like you people dont want to develop for minis and you will scare away another dev/programer

Sent from my U20i using XDA Premium App

Ehhm excuse me?
Chill out man you don't know me
And I don't scare him away
I just told the man to give proper credits
the tweaks he post are nice tweaks...
But it is nice to see some credits

Ok! As the credits! :)
They were not taken from only one site,
sorry, it was not my intention!

No need to sorry was just saying you know ;)

Sent from my Optimus 2X using xda premium
 
Last edited:

raghurags

Senior Member
Feb 27, 2011
59
8
new delhi
Nice to see Owen94 around in mini forum .. he was the most exiting developer for mini .. newbies should think before commenting on recognized developers like him...

Sent from my X10mini using XDA App
 

zenesis

Senior Member
Jan 13, 2012
548
151
Xiaomi Mi Mix 3
ES File Exlorer FORCE CLOSES

I tried except 4,6,10,11,12,13,14,15 and then my ES file explorer got this problem. It won't open and prompt force close
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    The time changes in build.prop walk testing, here are some improvements ...

    They can also be applied to stock roms!

    The optimization can vary from one device to another (I believe)! : Confused:

    Be careful not to duplicate lines!
    If you do not have the line, you can add it to end!

    For the changes you need a file manager (with root access)

    How: Go to System / build.prop build.prop and open with text editor and add (if not already) or change for better results!
    Just made ​​the changes save and exit and restart the machine! :)

    Note: I am not responsible for killing your phone! Use at your own risk! It is indicated by guarantee having a backup!

    1. Increase to 100% quality JPG

    Code:
    ro.media.enc.jpeg.quality = 100

    2. render UI for GPU

    Code:
    debug.sf.hw = 1

    3. Decrease delay dial

    Code:
    ro.telephony.call_ring.delay = 0

    4. Help answer scroll (higher the value, the answer scroll!)

    Code:
    windowsmgr.max_events_per_sec = 150

    5. battery Save

    Code:
    wifi.supplicant_scan_interval = 150
    pm.sleep_mode = 1
    ro.ril.disable.power.collapse = 1

    6. Disable debugging notification icon in the status bar

    Code:
    persist.adb.notify = 0

    7. Increase the overall touch response

    Code:
    debug.performance.tuning = 1
    video.accelerate.hw = 1

    8. Signal (3G) tweaks

    Code:
    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

    9. Net speed settings

    Code:
    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

    10. Disable the animation to boot faster startup

    Code:
    debug.sf.nobootanimation = 1

    11. Phone will not wake up by pressing the volume

    Code:
    ro.config.hwfeature_wakeupkey = 0

    12. enable JIT

    Code:
    dalvik.vm.execution-mode=int:jit

    13. disable JIT

    Code:
    dalvik.vm.execution-mode=int:fast

    14. enables lockscreen to unlock menu button (true = false = enable and disable)

    Code:
    ro.config.hw_menu_unlockscreen = false

    15. disable black screen after a call

    Code:
    ro.lge.proximity.delay = 25
    mot.proximity.delay = 25

    16. Fix some application issues

    Code:
    ro.kernel.android.checkjni=0

    17. Photos and videos with the recording quality

    Code:
    ro.media.dec.jpeg.memcap = 8000000
    ro.media.enc.hprof.vid.bps = 8000000


    There are some other tweaks, so far posted only tested by me! If anyone has any better or any setting is only post I will be making additions and changes! Enjoy!

    Credits Jazux Knzo and the same!
    Thanks:)


    Sorry for poor English!
    1
    Nice work that you got them all together! /sarcasm

    To bad you did not link to the original topic and give proper credits for the man that searched for hours and hours to make a complete list

    Sent from my Optimus 2X using xda premium