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.
Related
Just curious is there anyway to modify the build.prop values and tweak it to let our phones perform better?
I came across this and saw some lines that i would like to add to the S3's Build.prop, but i'm not sure if it's safe to add or not.
Can any devs or anyone give an opinion or fact on this?
i have running criskelo rom 5.3 with the neak kernel and the build.prop tweaks.
Asphalt 7 is running smooth smooth smooth.its very cool
neak configurator settings are
conservative governer
ext4 boost optimisations
cpu controll
conservative
sio
build.prop tweaks that i added
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=100
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
ro.media.enc.jpeg.quality=100
persist.sys.use_dithering=0
dalvik.vm.dexopt-flags=m=y
dalvik.vm.execution-mode=init:jit
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.adb.notify=0
persist.sys.purgeable_assets=1
ro.mot.eri.losalert.delay=1000
ro.config.hwfeature_wakeupkey=0
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=7
#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*
Likewise i tweak a little bit but if it all goes bang its just a Nandroid restore .
jje
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
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
I thought I would start a thread about tweaking the build.prop.
PLS list firmware version sku model and android version if adding tweaks.
Add to build.prop
best thing to do is copy to sdcard then use a unix type text editor like notepad++ add all to bottom save then copy back
SKU (ww)
Model (x converted to s)
android version (5.0)
Firmware version (WW_12.2.2.27)
Found this too.
http://androidportrom.blogspot.com/2015/06/tweak-build-prop-for-asus-padfone-s.html
# Performance tweaks
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
debug.sf.hw=1
debug.composition.type=c2d
persist.sys.composition.type=c2d
debug.performance.tuning=1
debug.enabletr=true
persist.android.strictmode=0
ro.min_pointer_dur=1
ro.secure=0
# Better battery
lifeusb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=0
# 3G network for speeding up
ro.ril.set.mtu1472=1
# improve battery under no signal -- need test
ro.mot.eri.losalert.delay=1000
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
# Signal Tweaks
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
# 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.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
# Wireless Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
# Frees More RAM
persist.sys.purgeable_assets=1
# Fix Some App Force Closures
ro.kernel.android.checkjni=0
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=60
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
OK, after about a day of using the tweaks. Man what a difference. Its like a different phone.
average battery drop per hour before was 4-6 % an hour now its 2-4 % an hour. device is faster and all lag is gone.
Thanks for your expertise. Would these tweaks work on the PadFone X?
Sent from my ASUS PadFone X using XDA Free mobile app
I converted last weekend. I think I'll toss in the tweaks, and see how it goes. First I need to backup
Sent from my LG-H810 using Tapatalk
I tried this on my X converted to S, just froze at boot.
yes I know you dont believe any of build.prop tweaks,but if anyone want to try these tweaks, feel free to do
more performance and 5k more on antutu
# Tweaks for better responsiveness, performance, network, video, JPEG quality and RAW support for camera
ro.ril.hsxpa=3
net.dns1=8.8.8.8
net.dns2=8.8.4.4
dalvik.vm.dexopt-flags=o=v,
video.accelerate.hw=1
debug.sf.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.product.max_num_touch=10
ro.product.multi_touch_enabled=true
ro.min_pointer_dur=1
windowsmgr.max_events_per_sec=1400
ro.min.fling_velocity=6400
ro.max.fling_velocity=12800
Credit to the creator
No difference even in the antutu score