[TWEAKS] Increase Overall Performance And Save Battery

Status
Not open for further replies.
Search This thread

Noel Macwan

Senior Member
Mar 21, 2013
405
414
Anand
noelmacwan.blogspot.in
Hello Friends .. I Have Come Back With Some Tweaks That Will Definitely Solve Problems ;) Please Press Thank Button I Have Spended 4-5 days to make all this tweaks , Please Respect it :cool:


Requirement :- Root And Android Phone (All) With Fresh mind

Instructions :-
1. Go to /System And Open build.prop
2. Then Edit it and add tweaks from below

Please Don't Play With build.prop it is very sensitive file


1. Force launcher into memory


Code:
ro.HOME_APP_ADJ=1

2. Raise JPG quality to 100%


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

3. VM Heapsize; higher the RAM, higher the hp can be


Code:
dalvik.vm.heapsize=48m

4. Render UI with GPU

Code:
debug.sf.hw=1

5. Decrease dialing out delay


Code:
ro.telephony.call_ring.delay=0

6. Helps scrolling responsiveness


Code:
windowsmgr.max_events_per_sec=150

7. Save battery


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

8. Disable debugging notify icon on statusbar



Code:
persist.adb.notify=0

9. Increase overall touch responsiveness


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

10. Raise photo and video recording quality

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

11. 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

12. Net speed tweaks


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

13. Disable blackscreen issue after a call

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

14. Fix some application issues


Code:
ro.kernel.android.checkjni=0

15. Phone will not wake up from hitting the volume rocker


Code:
ro.config.hwfeature_wakeupkey=0

16. Force button lights on when screen is on


Code:
ro.mot.buttonlight.timeout=0

17. Disable boot animation for faster boot


Code:
debug.sf.nobootanimation=1

18. Miscellaneous flags

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

Noel Macwan

Senior Member
Mar 21, 2013
405
414
Anand
noelmacwan.blogspot.in
This Are Some Another Tweaks

# MEDIA TWEAKS-----------------

media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=true

# photo/video quality
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000 #control video bitrate (stock cam app only)


# MISCELLANEOUS TWEAKS-----------------

wifi.supplicant_scan_interval=180
#If you don’t keep Wi-Fi active, lowering the value below the default of 90 seems to make Wi-Fi connect faster after being turned on. But it will consume more power if turning Wi-Fi off has been forgotten when not in range of a known network.

windowsmgr.max_events_per_sec=90 #This number equates to the refresh rate * 1.5 Android maxes at 60fps. Max value is already set to 90.

# faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

# improve voice call clarity
ro.ril.enable.amr.wideband=1

# disable error checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0

# disable logcat
logcat.live=disable

# faster youtube?
ro.ril.hep=0

# Faster boot
persist.sys.shutdown.mode=hibernate

# disable animation for faster startup
#debug.sf.nobootanimation=1

# does not need to be on if not a dev
persist.android.strictmode=0

# disable USB debugging icon from status bar
persist.adb.notify=0



#HARDWARE RELATED TWEAKS-----------------

# Render graphics with GPU&CPU
#debug.composition.type=CPU
#debug.composition.type=GPU

# Qualcomm display settings
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true


# BATTERY SAVING-----------------
ro.ril.disable.power.collapse=1
ro.mot.eri.losalert.delay=1000 #smooths out network disconnects. breakes tethering in CM7.
ro.config.nocheckin=1 #disable sending usage data to google

# sleep modes
pm.sleep_mode=2
#usage:
#pm.sleep_mode=0 -> collapse suspend
#pm.sleep_mode=1 -> collapse (will totally power off the cpu)
#pm.sleep_mode=2 -> sleep (cpu is still on, but put into low power mode (registers are still saved)
#pm.sleep_mode=3 -> slow Clock and Wait for Interrupt (lowered frequency and voltage)
#pm.sleep_mode=4 -> wait for interrupt (no change in cpu clock or voltage)


# DALVIK TWEAKS
dalvik.vm.execution-mode=int:jit #Dalvik just-in-time compiler
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=a,u=y #first remove the existing dalvik.vm.dexopt-flags line before putting this one!



# DEACTIVATED LINES-----------------

# should improve responsiveness through Hardware Rendering (maybe consumes more battery when on?)
#debug.sf.hw=1
#persist.sys.ui.hw=1
#debug.egl.profiler=1
#debug.egl.hw=1

# minimize the time Android waits until it rings on a call (not really necessary if you're not experiencing problems)
#ro.telephony.call_ring.delay=0

# proximity sensor delay (not really necessary if you don't experience black screen issue after cal)
#mot.proximity.delay=25
#ro.lge.proximity.delay=25

# disable error reporting. may possibly breake some apps.
#profiler.force_disable_err_rpt=1
#profiler.force_disable_ulog=1

# locks launcher in memory (not recommended on low RAM devices)
#ro.HOME_APP_ADJ=1
 

CheyTac-12

Senior Member
Apr 5, 2013
250
30
Hello.

16. Force button lights on when screen is on

Is there a way to disable it completely?
 

Noel Macwan

Senior Member
Mar 21, 2013
405
414
Anand
noelmacwan.blogspot.in
Just one point:

Forcing the 2D drawing with GPU will cost MORE ram and time to run EACH application but usually you get smoother UI. I think it isn't a good idea with phones with only 512 MB ram like U & Sola.

Source: http://developer.sonymobile.com/2012/03/30/learn-about-the-technical-differences-between-gingerbread-and-ics/

Forcing 2D GPU .. All Apps And HD Games will not work/properly ...It will gives Fc..
So It's not too good idea ;)
That's why i have maded mods to experience smoother
you may try :-


[MOD][P][SOLA][GO] Increase Gaming Performance



[MOD][P][SOLA][GO] Increase Performace With Turbo Boost Power ;)
 
Did you mean Nav Bar Light ??
Hmm Okay it will see but for that may i'll need some files from your Xperia p ( Right now my bro has taken XP and he is out )
I'll Inform you when i'll need some files :D

Yes thats correct and ok i understand, which files you need? I send them to you;)

:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    Hello Friends .. I Have Come Back With Some Tweaks That Will Definitely Solve Problems ;) Please Press Thank Button I Have Spended 4-5 days to make all this tweaks , Please Respect it :cool:


    Requirement :- Root And Android Phone (All) With Fresh mind

    Instructions :-
    1. Go to /System And Open build.prop
    2. Then Edit it and add tweaks from below

    Please Don't Play With build.prop it is very sensitive file


    1. Force launcher into memory


    Code:
    ro.HOME_APP_ADJ=1

    2. Raise JPG quality to 100%


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

    3. VM Heapsize; higher the RAM, higher the hp can be


    Code:
    dalvik.vm.heapsize=48m

    4. Render UI with GPU

    Code:
    debug.sf.hw=1

    5. Decrease dialing out delay


    Code:
    ro.telephony.call_ring.delay=0

    6. Helps scrolling responsiveness


    Code:
    windowsmgr.max_events_per_sec=150

    7. Save battery


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

    8. Disable debugging notify icon on statusbar



    Code:
    persist.adb.notify=0

    9. Increase overall touch responsiveness


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

    10. Raise photo and video recording quality

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

    11. 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

    12. Net speed tweaks


    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

    13. Disable blackscreen issue after a call

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

    14. Fix some application issues


    Code:
    ro.kernel.android.checkjni=0

    15. Phone will not wake up from hitting the volume rocker


    Code:
    ro.config.hwfeature_wakeupkey=0

    16. Force button lights on when screen is on


    Code:
    ro.mot.buttonlight.timeout=0

    17. Disable boot animation for faster boot


    Code:
    debug.sf.nobootanimation=1

    18. Miscellaneous flags

    Code:
    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
    1
    Work ALL tweak so 1. 2. post at the same time?

    Yes all tweaks works ..
    And Sorry 1-3 tweaks are repeated in post 1 and 2
    1
    This is just an extracted supercharger because supercharger do the same.

    :::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
    Press Thanks If You Like My Work/Advice !!!

    Not All :D