Although this is posted everywhere, I'm sure some of you have never seen it.
I AM NOT RESPONSABLE FOR YOUR PHONE AND WHAT YOU SCREW UP! IF YOU BRICK IT, I WILL TRY TO HELP BUT DON'T BLAME ME! :O
So I have compiled a couple of websites/links with things about it.
These build prop changes can do many things from changing the speed of your scrolling to how fast your reboot or 3g/wifi/gps/bluetooth are.
Well now that I explained here are some sites
!
[For DEV][Build.prop Tweak's]All tweaks - xda-developers
build.prop tweaks for all !!!! - xda-developers
[MOD] build.prop tweaks - xda-developers
[TWEAKS] List Of Some Common Build.prop Tweaks - xda-developers
List Of Some Common Build.prop Tweaks ~ blindndumb.com : Home Of Blind Series Android Custom ROMs
a list of build.prop tweaks - xda-developers
TWEAKS I HAVE ON MY BUILD.PROP NOW WITHOUT BOOTLOOPING OR SOEMTHING TERRIBLE LIKE THAT:
Working on seeing it they are better/ what happens..
I did notice 243MB of ram when I killed apps with ATK
Possible fix from purging of assets in this build.prop
Transitions seem smoother too
Instructions:
GOTO something like "root explorer" or something similar and goto /system then click build.prop and edit...
Add w.e line you want such as if you want
# Disable Sending Usage Data
ro.config.nocheckin=1
All you need to add is:
ro.config.nocheckin=1
on it's own line.
I suggest adding a section with
# PERSONALLY ADDED
and then putting added things under it.
ANYTHING with # in front of it is IGNORED
So there is the List, I want to make a list of one's I've tested and confirmed, girlfriend willing.. but we will see lol.
I have not tested any yet. IF you want to use a specific one, but are afriad of screwing you phone up with it and want me to test it, let me know via PM or.. any way at all.
I AM NOT RESPONSABLE FOR YOUR PHONE AND WHAT YOU SCREW UP! IF YOU BRICK IT, I WILL TRY TO HELP BUT DON'T BLAME ME! :O
So I have compiled a couple of websites/links with things about it.
These build prop changes can do many things from changing the speed of your scrolling to how fast your reboot or 3g/wifi/gps/bluetooth are.
Well now that I explained here are some sites
![For DEV][Build.prop Tweak's]All tweaks - xda-developers
build.prop tweaks for all !!!! - xda-developers
[MOD] build.prop tweaks - xda-developers
[TWEAKS] List Of Some Common Build.prop Tweaks - xda-developers
List Of Some Common Build.prop Tweaks ~ blindndumb.com : Home Of Blind Series Android Custom ROMs
a list of build.prop tweaks - xda-developers
TWEAKS I HAVE ON MY BUILD.PROP NOW WITHOUT BOOTLOOPING OR SOEMTHING TERRIBLE LIKE THAT:
Working on seeing it they are better/ what happens..
I did notice 243MB of ram when I killed apps with ATK
Possible fix from purging of assets in this build.prop
Transitions seem smoother too

Code:
#
#PERSONALLY_ADDED_BUILD_PROPERTIES
#
# Power Save tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Increase Performance
debug.performance.tuning=1
# Video Acceleration Enabled
video.accelerate.hw=1
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Signal Tweaks
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
ro.ril.hsxpa=3
ro.ril.gprsclass=12
# NetSpeed Tweaks
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
# 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
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Frees up more ram when needed
persist.sys.purgeable_assets=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Increase VM Heap Size(resolve some fc's)
dalvik.vm.heapsize=64m
Instructions:
GOTO something like "root explorer" or something similar and goto /system then click build.prop and edit...
Add w.e line you want such as if you want
# Disable Sending Usage Data
ro.config.nocheckin=1
All you need to add is:
ro.config.nocheckin=1
on it's own line.
I suggest adding a section with
# PERSONALLY ADDED
and then putting added things under it.
ANYTHING with # in front of it is IGNORED
So there is the List, I want to make a list of one's I've tested and confirmed, girlfriend willing.. but we will see lol.
I have not tested any yet. IF you want to use a specific one, but are afriad of screwing you phone up with it and want me to test it, let me know via PM or.. any way at all.
