[Upadte 10/3/2013]{New tweaks for JB/CM}Build.prop Tweaks for improved Performance !! - Sony Xperia P, U, Sola, Go

Guys I've searched a lot of places on net and finally making a list of build.prop tweaks that i find everywhere (all at one place).. This all can really help extending the battery, improve performance and so on.....
Here are they : (would keep updating as i find more)
General Performance
debug.sf.hw=1
Edit existing line,
dalvik.vm.heapsize=48m
persist.sys.ui.hw=1
Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60 (can be increased to higher values)
wifi.supplicant_scan_interval=180
Raises quality of images
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
Disable sending usage data
ro.config.nocheckin=1
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
Disable black screen issue after call
ro.lge.proximity.delay=25
mot.proximity.delay=25
Disable USB Debugging icon from Status Bar. (Just the Icon, debugging remains enabled.)
persist.adb.notify=0
Makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
Improve 3g data speeds
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
Update :
Increase the volume steps in-call :
ro.config.vc_call_steps=20
By Default, android offers seven audio levels for calls. This can be altered through this command , if you want to fine adjust the volume of your voice calls. This won’t increase the volume if it’s already low. But you can manage it by more precisely.
Values
Number of steps as integers. 7-20 is recommended. 7 is the default.
To Disable Boot Animation :
debug.sf.nobootanimation=1
Increase Touch responsiveness :
debug.performance.tuning=1
video.accelerate.hw=1
Add any of these at the bottom of the build.prop using ES/ROOT explorer and save it..
Edit : Change the permissions to rw-r-r after edit (thanks to LenAsh).
Reboot
UPDATED JB TWEAKS
For Faster streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
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
net.tcp.buffersize.hspa=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
Frees More RAM
persist.sys.purgeable_assets=1
Enable surface dithering
persist.sys.use_dithering=1
[(0= off, 1= on) - dont write these]
More to COME ~~~!! :laugh:

I've got some more. I'll add them when I get to work

Some would have no effect on our phones as they are either redundant or apply to specific phones (MOT and LG for instance) and/or builds.
Note that any changes to build.prop using ES or other WILL require the file permissions to be reset to RW- R-- R-- after edit and then a reboot.

LenAsh said:
Some would have no effect on our phones as they are either redundant or apply to specific phones (MOT and LG for instance) and/or builds.
Note that any changes to build.prop using ES or other WILL require the file permissions to be reset to RW- R-- R-- after edit and then a reboot.
Click to expand...
Click to collapse
Forgot to add that!! Thanks
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium

mrsatan said:
I've got some more. I'll add them when I get to work
Click to expand...
Click to collapse
Sure mate!!
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium

Harsh7689 said:
Forgot to add that!! Thanks
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Between Do you think replacing .lge and mot in the above lines with semc will make them work ?? Just a thought
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium

Should it work on Acro S?
I tried it but I've got a cycle reboot. Maybe I'm doing something wrong?
I just edit and copy your lines to buid.prop.
UPD: I tried one more time and it's working
UPD: There is cycle reboot on acro S because of this line "dalvik.vm.heapsize=48m". The default line size is 256m. So, without this change the tweaks are working

Harsh7689 said:
Guys I've searched a lot of places and finally making a list of build.prop tweaks that can really help extending the battery, improve performance and so on.....
Here are they : (would keep updating as i find more)
General Performance
debug.sf.hw=1
Edit existing line,
dalvik.vm.heapsize=48m
persist.sys.ui.hw=1
Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60
wifi.supplicant_scan_interval=180
Raises quality of images
ro.media.enc.jpeg.quality=90
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
Disable sending usage data
ro.config.nocheckin=1
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
Disable black screen issue after call
ro.lge.proximity.delay=25
mot.proximity.delay=25
Disable USB Debugging icon from Status Bar. (Just the Icon, debugging remains enabled.)
persist.adb.notify=0
Makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
Improve 3g data speeds
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
Add any of these at the bottom of the build.prop using ES/ROOT explorer and save it..
Edit : Change the permissions to rw-r-r after edit (thanks to LenAsh).
Reboot
Click to expand...
Click to collapse
Thanks a lot dude.. Works !!

hi guys!
this setting are functioning with XPERIA P ICS?

Which are edits and which are new lines to write?
Sent from my LT26i using Tapatalk 2

leom81 said:
hi guys!
this setting are functioning with XPERIA P ICS?
Click to expand...
Click to collapse
Yea, should work with any android ics !!
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium

There's a thread for this already.
http://forum.xda-developers.com/showthread.php?t=1709836
Sent from my LT26i

papacarla said:
Should it work on Acro S?
I tried it but I've got a cycle reboot. Maybe I'm doing something wrong?
I just edit and copy your lines to buid.prop.
UPD: I tried one more time and it's working
Click to expand...
Click to collapse
How did you got your phone out of cycle boot?

Oh and if you add all these on the first page you get stuck at the Xperia loading logo
Sent from my LT26i using Tapatalk 2

Ben36 said:
Which are edits and which are new lines to write?
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
You should check if it's exiting you have to edit it, if not then you have to write it

Ben36 said:
Oh and if you add all these on the first page you get stuck at the Xperia loading logo
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
Try wiping cache in cwm.. Should work!!
av4tar said:
There's a thread for this already.
http://forum.xda-developers.com/showthread.php?t=1709836
Sent from my LT26i
Click to expand...
Click to collapse
Didn't knew it!!
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium

Harsh7689 said:
Try wiping cache in cwm.. Should work!!
Didn't knew it!!
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
doesn`t work

Just do advanced restore and do system only
Sent from my LT26i using Tapatalk 2

Harsh7689 said:
Yea, should work with any android ics !!
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
you know, please, on what parameters affect the different lines?
General performance
debug.sf.hw = 1
Edit existing line,
dalvik.vm.heapsize = 48m
persist.sys.ui.hw = 1
faster Scrolling
ro.max.fling_velocity = 12000
ro.min.fling_velocity = 8000
Saves power
ro.ril.disable.power.collapse = 1
pm.sleep_mode = 1
windowsmgr.max_events_per_sec = 60
wifi.supplicant_scan_interval = 180
Raises quality of images
ro.media.enc.jpeg.quality = 90
ro.media.dec.jpeg.memcap = 8000000
ro.media.enc.hprof.vid.bps = 8000000
Increased Streaming Media & Performance
media.stagefright.enable-player = true
media.stagefright.enable-meta = true
media.stagefright.enable-scan = false
media.stagefright.enable-http = true
net.tcp.buffersize.default = 4096,87380,256960,4096, net.tcp.buffersize.wifi = 16384.256960 4096,87380,256960,4096,163 84.256960
net.tcp.buffersize.umts 4096,87380,256960,4096,163 = 84.256960
net.tcp.buffersize.gprs 4096,87380,256960,4096,163 = 84.256960
net.tcp.buffersize.edge 4096,87380,256960,4096,163 = 84.256960
net.tcp.buffersize.evdo_b 4096,87380,256960,4096,1 = 6384.256960
Makes apps load faster and frees more December ram. (Edit exsisting line)
dalvik.vm.dexopt-flags = m = v, o = y
Improve 3G data speeds
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

There are tons of build.prop tweaks on xda and other sites , this is useless because it has nothing new

Related

[ICS Stock Beta] Mods and Performance Tweaks Thread

Hi Guys,
Since the New ICS Beta is here and has almost everything functional..
So Guys .. If you know any TWEAKS Please Share....
Let me start with one.. Try this...
1) Add the following in build.prop using Root Explorer and Reboot.. You will see scrolling and touch responsiveness and UI will be significantly improved..
Performance Tweaks
Code:
# Increase overall touch responsiveness
windowsmgr.max_events_per_sec=150
debug.performance.tuning=1
video.accelerate.hw=1
2) Keep window animations to .5x and you will have a smoother lagless UI experience
3) Install Nova Launcher from Market (we all know that)
4) by andy_dunlop
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
Click to expand...
Click to collapse
5) by Sirkay
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
Click to expand...
Click to collapse
MODS:
1% battery Mods --> Visit HERE
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
nice mods...
and please mention what each mod is for... i am trying 1% battery mod buy it's not working...,looks like it lies in framework.odex and i don't know how to edit that...
andy_dunlop said:
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
Click to expand...
Click to collapse
Max value is 20000 (look in sys/class/leds/color/max_current for used values). So your values are 10000/20000/20000.
But I´m not sure about battery drain at max.
Actually I use R/G/B = 4000/10000/10000 - that´s bright enough for me.
how do i get the toggles in status bar? thanks
How is the battery drain going for you guys?
Sent from my iPod touch using Tapatalk
Well i deleted apps such as e-mail, gmail, facebook and a few other so it is going pretty well. I've used around 50% battery in 36 hours. And you have to consider that this is not normal usage since i'm testing if everything works and so on.
sirkay said:
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
Click to expand...
Click to collapse
Do we add these lines to build.prop ?
Do we add them at the end of the file ?
some other build.prop tweaks that i used
#
# Network speed
#
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
#
# Streaming Tweaks
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
#
# Media/Images Enhancement
#
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
#ro.media.capture.flash=led
ro.media.capture.torchIntensity=40
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
Sent from my ST18i using XDA App
mathewgx said:
Do we add these lines to build.prop ?
Do we add them at the end of the file ?
Click to expand...
Click to collapse
Doesn't matter, just place it at the end if you like, at the beginning or in the middle, you can even scatter it though the build.prop if you like
Sent from my LT15i using xda premium
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
[GER]Roxxor said:
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
Click to expand...
Click to collapse
never found one for the time being
sirkay said:
never found one for the time being
Click to expand...
Click to collapse
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
hansip87 said:
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
Click to expand...
Click to collapse
you mean the AOSP ROM?
idareyoutoclickthis said:
you mean the AOSP ROM?
Click to expand...
Click to collapse
No, i mean the one from Sony. Well, i think i'll mod the services.jar to be able to apply Supercharger in ICS.. I'll post it here too if it can be achieved.. Stay Tuned
hansip87 said:
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
Click to expand...
Click to collapse
the lag is happened in every fresh flash, because of the media server crazily search & re-index our media in sdcard, the bigger the sdcard the longer it takes, for my 8GB class 10 sdcard (only few media files inside) takes around 20 minutes to finish.
after it finished, everything getting smother, that what I get by watching cpu usage overlay screen
[GER]Roxxor said:
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
Click to expand...
Click to collapse
yes there is,
fyi, CM's "Lock Home In Memory" actually still have a chance to get redrawn.
but if you want your home launcher 100% locked in memory you need to edit service.jar
attachment is edited SE ICS Beta's service.jar
flash using cwm
[edit]oops... sorry didn't see hansip87 going to make it too,
then it's your job gan hansip87 to make supercharge script patch
szl.kiev said:
yes there is,
fyi, CM's "Lock Home In Memory" actually still have a chance to get redrawn.
but if you want your home launcher 100% locked in memory you need to edit service.jar
attachment is edited SE ICS Beta's service.jar
flash using cwm
[edit]oops... sorry didn't see hansip87 going to make it too,
then it's your job gan hansip87 to make supercharge script patch
Click to expand...
Click to collapse
Ou you already made that no matter, just using your mod then thanks!
Thx again szl...great job. Keep doing good think for our rom..together we can be better
Found some tweak, don't know if it will works, trying myself now. Original article: http://www.ifans.com/forums/threads/ics-performance-tweaks.369959/
Add this to build.prop:
Code:
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
ro.kernel.android.checkjni=0
ro.max.fling_velocity=4000
debug.enabletr=true
UPDATE: So far it makes the windows and transition performance at 1x quite smooth
and this (better backup yours first, don't think the following is safe to be used :/)
Get rid of CPU rendering:
Navigate to /system/lib/egl/
Open the file named "egl.cfg"
Delete the first line. It should say "0 0 android" or something similar
Go back into the egl folder and delete libGLES_android.so
What this does is remove the entire soft-rendering pathway from the OS.

what build.prop tweaks are out there

What build.prop tweaks are out there? I'm wanting to try them if there are
More importantly, has anyone been able to modify the build.prop without it just resetting upon reboot?
MMS needs to be added the APN Whitelist I believe and there might be some modifications out there (more than just build.prop) that will allow us to get Google Wallet working.
You either have to replace build.prop in recovery *or* use one of DSB's kernels with write to system. Either way you'll need to be unlocked & rooted.
I'm going to try and flash his kernel now. I was thinking about it before, but now you've convinced me.
EDIT: I thought I heard of you before. I've purchased some accessories from you guys.
chrisngrod said:
I'm going to try and flash his kernel now. I was thinking about it before, but now you've convinced me.
EDIT: I thought I heard of you before. I've purchased some accessories from you guys.
Click to expand...
Click to collapse
My build.prop changes (to remove the 3 dot menu) were done via recovery as they were made before DSB's kernel. Doing it through recovery was a pain, though, as I made the build.prop edits by hand and missed a carriage return - fortunately I made a copy of the original and then was able to find my error.
I've been running DSB's "simple" kernel (adb root, system write) and it's been great.
Accessories: Cool, I appreciate the business! We don't do much accessory-wise anymore, mostly antennas and amplifiers. We recently moved into a larger location and we are pretty stoked about that!
Actually it was a purchase for an antenna to use with my Wilson amplifier.
Unfortunately I'm having fast boot issues when trying to flash the boot.img for the kernel. It keeps on waiting on device. Tried two computers, rebooting etc. Never had that problem.
Someone please try to add mms to the apn white list .
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
It's funny you posted such a thread because after installing DSB's custom stock kernel with system write, I've been scouring the internet looking for build.prop tweaks. I've been slowing implementing them throughout the day to make sure my phone is stable. I started with general system/ui tweaks and ended with network tweaks. I can honestly say my beastly phone is more beastly in about a 15 hour period. Here is what I came up with:
***NOTE: Many of the forum posts I have seen say you should reboot twice after doing a build.prop edit. I have no idea why this is, but I did for each of my many edits and recommend you do as well. I am not responsible for any damage that may occur to your phone if you decide to edit your build.prop.
I HIGHLY recommend using Notepad++ to edit your build.prop: http://download.tuxfamily.org/notepadplus/6.2.3/npp.6.2.3.Installer.exe
These are changes to existing lines:
ro.ril.set.mtusize=1500
Additions to be placed at the bottom:
Code:
#
###Manual Tweaks
#
#General Performance
debug.sf.hw=1
persist.sys.ui.hw=1
#Raise photo and video recording quality
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
#Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100
#Powersave Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=90
#To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
###Manual Network Tweaks###
#3G Data Tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
###Possible Streaming Performance Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
#Disable sending network usage data
ro.config.nocheckin=1
It's hard to show exactly how much these improve the phone in a screenshot, but I think the one below sums some things up nicely.. You see from the PPI changes that the app no longer fills up the screen. You will also notice that testing from the same exact spot, I've gained about 12Mbps in download speed. Not bad for a day's work.
EDIT: I have removed the incorrect PPI "tweak"
On another forum where I posted my tweaks, I was linked to this article: http://developer.android.com/guide/practices/screens_support.html. After reading through it, the setting of 480 density is correct (basically we have a double scaled hdpi (240x2) display.) I have removed the "tweak" above from my build.prop and recommend anyone who has it should as well unless they prefer the look of the smaller icons and fonts. It certainly won't damage your phone in any way. With that said, I have some new tweaks that you can add as you wish. These are all additions so they go at the bottom:
Under General:
video.accelerate.hw=1
#To disable usb debugging icon in the notification bar
persist.adb.notify=0
and under network:
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
So, the current edits at the bottom of my build.prop look are:
Code:
#
###Manual Tweaks
#
#General Performance
debug.sf.hw=1
persist.sys.ui.hw=1
video.accelerate.hw=1
#Raise photo and video recording quality
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
#Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100
#Powersave Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=90
# Frees up more ram when needed
persist.sys.purgeable_assets=1# Frees up more ram when needed
persist.sys.purgeable_assets=1
#To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
###Manual Network Tweaks###
#3G Data Tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
###Possible Streaming Performance Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#Disable sending network usage data
ro.config.nocheckin=1
for you to copy and paste. I prefer to see the usb debugging icon and have not included it in my edit.

[TWEAKS] Increase Overall Performance And Save Battery

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
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
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
Work ALL tweak so 1. 2. post at the same time?
Boonen said:
Work ALL tweak so 1. 2. post at the same time?
Click to expand...
Click to collapse
Yes all tweaks works ..
And Sorry 1-3 tweaks are repeated in post 1 and 2
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 !!!
Pandemic said:
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 !!!
Click to expand...
Click to collapse
Not All
Noel Macwan said:
Not All
Click to expand...
Click to collapse
Ok, can you respond on the pm
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Hello.
16. Force button lights on when screen is on
Is there a way to disable it completely?
CheyTac-12 said:
Hello.
16. Force button lights on when screen is on
Is there a way to disable it completely?
Click to expand...
Click to collapse
Hello..
Sorry.. I didn't get you
Please elaborate
Sent from my C6603 using xda premium
Thanks For Your All Tweaks
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/
Noivern said:
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/
Click to expand...
Click to collapse
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
Noel can you figure out how we can disable the button ligths on Xperia P?
Thanks
Pandemic said:
Noel can you figure out how we can disable the button ligths on Xperia P?
Thanks
Click to expand...
Click to collapse
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
Noel Macwan said:
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
Click to expand...
Click to collapse
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 !!!
Pandemic said:
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 !!!
Click to expand...
Click to collapse
I'll Tell you
Noel Macwan said:
I'll Tell you
Click to expand...
Click to collapse
Yes in a pm
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!

[Share] Build.prop tweaks for CM10.1

This is my first post in the android development section. Hope you guys like it.
FEATURES :
* Better Battery
- Deep Sleep Mode
- Scans WiFi Less Frequently (Saves Battery)
* Image Quality Increased
* Streams Video Faster
* Better Touch Response
* Faster Reboot
* Instant Call
- No Delay In Receiving/Making Calls
* Faster Launcher
- No/Very Little Lag
- Forces Launcher Into Memory
* Fixes FC Issues With Some Apps
* Fixes “Black Screen” Issue After Call
- Screen Appears Almost Instantly After Pulling Phone Away From Face
* Audio & Video Quality Increased
* Signal Tweaks
* Download & Upload Speed Increased
* Dalvic VM Tweaks
* Loads App Faster
* Frees More RAM
* Overall Performance Increased
And Many More ...
Instructions :
1) Copy the build.prop from /system to your SD card, transfer it to your computer, open it with notepad ++.
2) Add the following lines to it :
#
ADDITIONAL_BUILD_PROPERTIES
#
debug.performance.tuning=1
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition. type =gpu
# Faster Streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Better Image & Audio Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# 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
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
# Google DNS
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# No Delay In Making Call
ro.telephony.call_ring.delay=0
ring.delay=0
# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=0
# Frees More RAM
persist.sys.purgeable_assets=1
# Signal Tweaks
ro.ril.enable.amr.wideband=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=6
# Fast Reboot
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Lock App In Memory
sys.keep_app_1=enter the package name of the app.
# Other Tweaks
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.mot.eri.losalert.delay=1000
dalvik.vm.execution-mode=int:jit
ro.config.hwfeature_wakeupkey=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.adb.notify=0
vm.stat_interval=1
persist.android.strictmode=0
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.config.nocheckin=1
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0
# Enables 270 Degree Rotation
windowsmgr.support_rotation_270=true;
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
#
# Experimental Tweaks
#
#touch.presure.scale=0.001
#ro.min_pointer_dur=8
#ro.media.enc.hprof.vid.fps=65
# No BootAnimation For Faster Reboot - Remove # Below To Enable
#debug.sf.nobootanimation=1
# May Improve Pictures - Remove # Below To Enable
#ro.media.cam.preview.fps=0
3) Save the file & close.
4) Transfer the edited build.prop to your SD card.
5) Using root explorer, move it to /system, set permissions to rw--r-r-.
6) Reboot into recovery, wipe dalvic cache & reboot.
Done !
Note :
1) There are some experimental tweaks. To enable them, remove the # from the starting of the lines as stated.
2) DO NOT DELETE THE #AT THE LINE, EXPERIMENTAL TWEAKS.
3) There is a line that allows you to lock the launcher in memory. Enter the package name of the app/launcher you wanna lock there.
For example, the package name for Trebuchet is, com.cyanogenmod.trebuchet
4) If the line,
#
ADDITIONAL_BUILD_PROPERTIES
#
is already present in your original build.prop, just copy all the lines below it, other than it & paste them & follow the steps stated above.
Tested & working on CM10.1 beta7 by Wayland_ace !
Credits :
1) TopDroid for his original work.
2) Venomous Viper 119 ( me ) for sharing it here
If you want to use this in your ROM, don't even take my permission ! Just give credits to the right person, that's enough ! I'm just sharing it here !
Sent from my GT-S5830 using xda premium
There might be some flaws in the lines as these tweaks weren't made for ace remotely. I just tested & they worked. So I shared. Any corrections, I'm always happy to be noticed
Sent from my GT-S5830 using xda premium
why wont it work on other based roms like CM 7.2? lot of my stuff on CM 7.2 looks like that. just asking...
for proximity
mot. and lge. are for LG phones and motorola phones
they wont work
just a suggest
and all
ro.mot
ro.lge lines do not work
also the ril.htcmask wont have any affect
Sent from my S500 using xda app-developers app
benna said:
why wont it work on other based roms like CM 7.2? lot of my stuff on CM 7.2 looks like that. just asking...
Click to expand...
Click to collapse
You can give it a try. If it works then, great !
SpaceCaker said:
for proximity
mot. and lge. are for LG phones and motorola phones
they wont work
just a suggest
and all
ro.mot
ro.lge lines do not work
also the ril.htcmask wont have any affect
Thanks for your valuable suggestion ! Currently I've removed those lines from op. Can you please help me with the correct lines ?
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Sent from my GT-S5830 using xda premium
Anyone tried the tweaks on other builds ? If yes, please report what changes have you noticed.
Sent from my GT-S5830 using xda premium
Since this is a share, shouldn't this thread be in the general section?
Code:
# DalvikVM tweaks
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1
dalvik.vm.dexopt-data-only=1
Xr01d_GT said:
Since this is a share, shouldn't this thread be in the general section?
Code:
# DalvikVM tweaks
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1
dalvik.vm.dexopt-data-only=1
Click to expand...
Click to collapse
As far as I know, only discussion threads & query threads for roms are posted in the general section (correct me if I'm wrong) . And these tweaks aren't purely shared, I had to remove some lines & make some adjustments to make them easily equipping/usable .
Sent from my GT-S5830 using xda premium
I am using all of these above and I fell sigificant improvement. Why all of these are not applied to ROMs? I used a bit of wifi, 2G, 3G, texts and a few calls and there is still 49% since 9a.m. uncharge. and the awake after sleep is boosted. I am really suprised with that and also worried why nobody comments and test???
Czepek said:
I am using all of these above and I fell sigificant improvement. Why all of these are not applied to ROMs? I used a bit of wifi, 2G, 3G, texts and a few calls and there is still 49% since 9a.m. uncharge. and the awake after sleep is boosted. I am really suprised with that and also worried why nobody comments and test???
Click to expand...
Click to collapse
First... I'm back on xda after a long time. Happy to be back . Well, many threads go down due to lack of scope like this here. Can't help
Sent from my GT-S5830 using xda premium
thx dude
koQQen said:
thx dude
Click to expand...
Click to collapse
If you really wanna say so, hit the button !
Sent from my GT-S5830 using xda premium
The suggested build.prop seems to be working really well for my Galaxy S2 i9100 with Dirty Unicorns rom 4.4. I was experiencing some really annoying delays and freezes with my phone, but after applying the new build.prop everything is working pretty much flawlessly! Big thanks to the author!
I just bricked my phone either i wasnt doing it properly or something btw does this work with the ace s5380i and if so can u make a video tutorial please.
Thanks in advance.
JAMDIZZY said:
I just bricked my phone either i wasnt doing it properly or something btw does this work with the ace s5380i and if so can u make a video tutorial please.
Thanks in advance.
Click to expand...
Click to collapse
The tweaks should work with ace-i. I'm sorry but I don't own the ace anymore, so no video tutorials
script replacement or edit to existing ?
hi,.
i've post few questions about tweaking build.prop here
http://forum.xda-developers.com/showthread.php?t=2351849&page=3#post59443281
would you mind to give some inputs to best settings and tweak suggestions
thanks
---------- Post added at 02:47 AM ---------- Previous post was at 02:03 AM ----------
which one should be the value of no boot ?
debug.sf.nobootanimation=0
or
debug.sf.nobootanimation=1
the boot of cyanogen initials its work and all developer should have initials boot right,.
for me in counts around 60 circulation before the home screen appears, is it normal ?
---------- Post added at 03:15 AM ---------- Previous post was at 02:47 AM ----------
I cant see the difference,.
which one should be picked and used for my solana ?
your script as following:
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0
Top Droid as following:
persist.sys.use.dithering=1
Improves Screen Quality At The Cost Of Performance
---------- Post added at 03:40 AM ---------- Previous post was at 03:15 AM ----------
your value are the same with my build.prop from existing cm10.1 nightly solana
windowsmgr.max_events_per_sec=90
while topdroid values are:
windowsmgr.max_events_per_sec=275
your edit means no tweak for my solana, but is it best to increase the wait time into 275 ?
what do you suggest,.
Cm 10.1 not booting
Venomous Viper 119 said:
This is my first post in the android development section. Hope you guys like it.
FEATURES :
* Better Battery
- Deep Sleep Mode
- Scans WiFi Less Frequently (Saves Battery)
* Image Quality Increased
* Streams Video Faster
* Better Touch Response
* Faster Reboot
* Instant Call
- No Delay In Receiving/Making Calls
* Faster Launcher
- No/Very Little Lag
- Forces Launcher Into Memory
* Fixes FC Issues With Some Apps
* Fixes “Black Screen” Issue After Call
- Screen Appears Almost Instantly After Pulling Phone Away From Face
* Audio & Video Quality Increased
* Signal Tweaks
* Download & Upload Speed Increased
* Dalvic VM Tweaks
* Loads App Faster
* Frees More RAM
* Overall Performance Increased
And Many More ...
Instructions :
1) Copy the build.prop from /system to your SD card, transfer it to your computer, open it with notepad ++.
2) Add the following lines to it :
#
ADDITIONAL_BUILD_PROPERTIES
#
debug.performance.tuning=1
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition. type =gpu
# Faster Streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Better Image & Audio Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# 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
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
# Google DNS
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# No Delay In Making Call
ro.telephony.call_ring.delay=0
ring.delay=0
# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=0
# Frees More RAM
persist.sys.purgeable_assets=1
# Signal Tweaks
ro.ril.enable.amr.wideband=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=6
# Fast Reboot
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Lock App In Memory
sys.keep_app_1=enter the package name of the app.
# Other Tweaks
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.mot.eri.losalert.delay=1000
dalvik.vm.execution-mode=int:jit
ro.config.hwfeature_wakeupkey=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.adb.notify=0
vm.stat_interval=1
persist.android.strictmode=0
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.config.nocheckin=1
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0
# Enables 270 Degree Rotation
windowsmgr.support_rotation_270=true;
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
#
# Experimental Tweaks
#
#touch.presure.scale=0.001
#ro.min_pointer_dur=8
#ro.media.enc.hprof.vid.fps=65
# No BootAnimation For Faster Reboot - Remove # Below To Enable
#debug.sf.nobootanimation=1
# May Improve Pictures - Remove # Below To Enable
#ro.media.cam.preview.fps=0
3) Save the file & close.
4) Transfer the edited build.prop to your SD card.
5) Using root explorer, move it to /system, set permissions to rw--r-r-.
6) Reboot into recovery, wipe dalvic cache & reboot.
Done !
Note :
1) There are some experimental tweaks. To enable them, remove the # from the starting of the lines as stated.
2) DO NOT DELETE THE #AT THE LINE, EXPERIMENTAL TWEAKS.
3) There is a line that allows you to lock the launcher in memory. Enter the package name of the app/launcher you wanna lock there.
For example, the package name for Trebuchet is, com.cyanogenmod.trebuchet
4) If the line,
#
ADDITIONAL_BUILD_PROPERTIES
#
is already present in your original build.prop, just copy all the lines below it, other than it & paste them & follow the steps stated above.
Tested & working on CM10.1 beta7 by Wayland_ace !
Credits :
1) TopDroid for his original work.
2) Venomous Viper 119 ( me ) for sharing it here
If you want to use this in your ROM, don't even take my permission ! Just give credits to the right person, that's enough ! I'm just sharing it here !
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
i did your tweek on cm 10.1 p3100 but unfortunately i am stuck at boot
jspdjanggo said:
hi,.
i've post few questions about tweaking build.prop here
http://forum.xda-developers.com/showthread.php?t=2351849&page=3#post59443281
would you mind to give some inputs to best settings and tweak suggestions
thanks
---------- Post added at 02:47 AM ---------- Previous post was at 02:03 AM ----------
which one should be the value of no boot ?
debug.sf.nobootanimation=0
or
debug.sf.nobootanimation=1
the boot of cyanogen initials its work and all developer should have initials boot right,.
for me in counts around 60 circulation before the home screen appears, is it normal ?
---------- Post added at 03:15 AM ---------- Previous post was at 02:47 AM ----------
I cant see the difference,.
which one should be picked and used for my solana ?
your script as following:
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0
Top Droid as following:
persist.sys.use.dithering=1
Improves Screen Quality At The Cost Of Performance
---------- Post added at 03:40 AM ---------- Previous post was at 03:15 AM ----------
your value are the same with my build.prop from existing cm10.1 nightly solana
windowsmgr.max_events_per_sec=90
while topdroid values are:
windowsmgr.max_events_per_sec=275
your edit means no tweak for my solana, but is it best to increase the wait time into 275 ?
what do you suggest,.
Click to expand...
Click to collapse
If the lines are same as in you ROM's default build.prop, just delete the ones from my tweaks. The no boot animation line just disables the boot animation on startup. In other words, you don't see the boot animation. This line has nothing to do with the boot time. The boot time depends on your apps and settings.
Sent from my Nexus 5 using Tapatalk
applesaw said:
i did your tweek on cm 10.1 p3100 but unfortunately i am stuck at boot
Click to expand...
Click to collapse
Some lines must be conflicting. Just delete them and you'll be good to go!
Sent from my Nexus 5 using Tapatalk

l__RECOMMENDATIONS__l FOR LG L7

Hi Everyone
_______________________
I want to give you a l__RECOMMENDATIONS__l For the single core devices:
1-The reason of lagging games is the next:
A- (The chat apps) If you have many chat apps in you phone and you used it all it well be the ---> MAIN REASON OF LAGGING ON DEVICE!
So use at least one or two chat apps.
------------------------------------------------------
B- (Facebook) The facebook app take a huge amount of ram and make the device slower and laggy!
So dont use it.use your browser and navigate to facebook.com and go!
------------------------------------------------------------------------------------------------------
C- (Google chrome) This one too make the device slower and laggy! because he take a huge amount of ram and by that the performance well be LOOOOOOOOW
So use you normal android browser.
----------------------------------------------------
And if you finished from all that you well need these apps:
1- seeder app
2- seeder v7 zip ( see if it compatible with your device's rom first)
3- greenify app
4- overclocked you device ( like 1000Mhz max ---> Extend to 1300 Mhz max )
----------------------------------------------------------------------------------------------------------------
If there any questions please write it.and dont be shamed from what you say.
Any review is always welcome:laugh:
Dont be shamed to ask Little question its better than falling in big problems
And Very Soon I Well Add How To Use These Apps With Screenshots!
Have a nice day!
UPD:I have fixed the battery drain and increased some stuff.
Just add these in your build.brop:
---------------------------------------First Section--------------------------------------------------
General Performance
debug.sf.hw=1
------------------------------------------------------------------------------------------------------------
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
------------------------------------------------------------------------------------------------------------
Disable sending usage data
ro.config.nocheckin=1
------------------------------------------------------------------------------------------------------------
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60 (can be increased to higher values)
wifi.supplicant_scan_interval=180
------------------------------------------------------------------------------------------------------------
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
------------------------------------------------------------------------------------------------------------
Disable black screen issue after call
ro.lge.proximity.delay=25
mot.proximity.delay=25
------------------------------------------------------------------------------------------------------------
Makes apps load faster and frees more ram. (Edit exsisting line)(If you cant find it just semply add new line)
dalvik.vm.dexopt-flags=m=v,o=y
------------------------------------------------------------------------------------------------------------
For Faster streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
------------------------------------------------------------------------------------------------------------
Net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
------------------------------------------------------------------------------------------------------------
Frees More RAM
persist.sys.purgeable_assets=1
------------------------------------------------------------------------------------------------------------
Awesome photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
------------------------------------------------------------------------------------------------------------
Fix some application issues (FC)
ro.kernel.android.checkjni=0
------------------------------------------------------------------------------------------------------------
Have A nice day:good:
And yes i have tried and its working:good:
------------------------------------------------------------------------------------------------------------
And if you want to add the lines from your phone just download the files in the attachments and put it in your phone and copy the texts and paste it in your build.brop:goodWithout the description please like---- Fix some application issues (FC)----just add the lines)
Something new
Now i am using cm 10.1 galaxy s4 rom beta 1 and its great:good:
AmrAllam7 said:
Now i am using cm 10.1 galaxy s4 rom beta 1 and its great:good:
Click to expand...
Click to collapse
any bugs?
Yeah Man
TheRealMenace said:
any bugs?
Click to expand...
Click to collapse
HI Bro
Yeah there is bugs like:
1- Sound error its horrible when i make it high.
2- i was found a battery drain but i fix it !:good:
AmrAllam7 said:
HI Bro
Yeah there is bugs like:
1- Sound error its horrible when i make it high.
2- i was found a battery drain but i fix it !:good:
Click to expand...
Click to collapse
how did you fix battery drain?
Hi Bro
TheRealMenace said:
how did you fix battery drain?
Click to expand...
Click to collapse
I have deleted the nfc service from the system and add some lines to build.prop.
What lines did you add?
TheRealMenace said:
What lines did you add?
Click to expand...
Click to collapse
Hi Bro:laugh:
I dont remember exactly but you still can writing these:
http://forum.xda-developers.com/showthread.php?t=1874269
Thanks bro! I just installed cm 10.1 galaxy s4 rom beta 1
TheRealMenace said:
Thanks bro! I just installed cm 10.1 galaxy s4 rom beta 1
Click to expand...
Click to collapse
Ok Have a nice day Bro:good:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
OK, first of all, seederv7 and seeder is same.
Overclocking to 1300 Mhz WILL make device hot, and battery drains too fast. L7 already overclocked by default.
And some of build.prop tweaks are USELESS like :
mot.proximity.delay=25 > This is for Motorolla Phone only
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000 > This is already hardcoded in framework somewhere, it CAN'T be changed in build.prop
ro.config.nocheckin=1 > This is a myth actually. This is only for HTC Phones. This line won't disable anything.
windowsmgr.max_events_per_sec=60 > This line is not useless, but it's becoming useless if you recommend to increase it.
So these are my comments. Not all are recommended for L7, and yes i did some Google search first.
F4uzan said:
OK, first of all, seederv7 and seeder is same.
Overclocking to 1300 Mhz WILL make device hot, and battery drains too fast. L7 already overclocked by default.
And some of build.prop tweaks are USELESS like :
mot.proximity.delay=25 > This is for Motorolla Phone only
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000 > This is already hardcoded in framework somewhere, it CAN'T be changed in build.prop
ro.config.nocheckin=1 > This is a myth actually. This is only for HTC Phones. This line won't disable anything.
windowsmgr.max_events_per_sec=60 > This line is not useless, but it's becoming useless if you recommend to increase it.
So these are my comments. Not all are recommended for L7, and yes i did some Google search first.
Click to expand...
Click to collapse
Hi Bro :laugh:
Ok thank you for this information's i did not know these because i have searched and found these and the thread maker war not written this is for motorollla or htc or dont write it
So at the end thanks:good:
toske81 said:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
Click to expand...
Click to collapse
Yes:good: like he said before :laugh:
toske81 said:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
Click to expand...
Click to collapse
And to know
The deference between seeder app and seeder v7 is the next:
Seeder app is customize able. you switch between light and moderate and aggressive mod:laugh:
But the seeder v7 is not customize able. you flashed via cwm and he goes on from it self i have tried and he goes on it self
I hope that helped:angel:
Nice
Sent from my LG-P700 using xda premium

Categories

Resources