[Q] Build.prop tweaks - Galaxy S III Q&A, Help & Troubleshooting

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

Related

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.

[Guide]Build.prop Tweaks

I am back with my new guide of build.prop tweaks. This tweaks has been tested on Galaxy S Duos Gt S7562 and has been working fine. Since these tweaks doesn't relate with the device model so you can try the tweaks on your device.
Tweaking build.prop may also completly brick your phone?
Remember I am not responsible for any damage to your device and if you point your finger at me i will laugh at you...??
Spoiler
#Qualcomm tweaks
#
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
#UI general tweaks
#
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
hw3d.force=1
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
touch.presure.scale=0.001
debug.fb.rgb565=1
ro.wmt.blcr.enable=0
#General GPU tweaks
#
debug.composition.type=gpu
debug.egl.hw=1
debug.sf.hw=1
ro.sf.compbypass.enable=0
debug.egl.profiler=1
debug.enabletr=true
persist.sys.composition.type=gpu
persist.sys.use_16bpp_alpha=1
persist.android.strictmode=0
ro.min_pointer_dur=1
#Power saving tweaks
#
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
ro.ril.disable.power.collapse=1
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=true
#Call quality tweaks
#
ro.ril.enable.amr.wideband=1
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
#Wireless speed tweaks
#
wifi.supplicant_scan_interval=180
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
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=1
# Kernel Tweaks
ro.kernel.checkjni=0
# Ram Tweaks
persist.sys.purgeable_assets=1
# Google DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
# Better scrolling responsiveness
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Better Touch Responsiveness
touch.presure.scale=0.001
# Rapid Boot Technology 1.1 (Reduces bootup time)
persist.sys.shutdown.mode=hibernate
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
# Smoothens UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
#3G TurboCharger Enhancement
#
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
#PMP
#
davilk.vm.heapsize=192m
davilk.vm.heapstartsize=8
davilk.vm.heapgrowthlimit=64m
windowsmgr.max_events_per_sec=90
ro.ril.gprsclass=12
debug.performance.tuning=1
video.accelerate.hw=1
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
persist.sys.use_dithering=0
dalvik.vm.startheapsize=8M
dalvik.vm.dexopt-flags=m=y
dalvik.vm.execution-mode=init:jit
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.telephony.call_ring.delay=0
pm.sleep_mode=1
persist.sys.purgeable_assets=1
media.stagefright.enable-record=false
ro.ril.hep=1
ro.mot.eri.losalert.delay=1000
ro.ril.enable.dtm=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
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
### End of new tweaks ###
PRESS THANKS
REGARDS
banerjeeayan1996™
So, sorry, but what to do with those lines? How can it be use by me? Teach me master. ?
How to tweak.
What to do with this line?
Dr Grato said:
So, sorry, but what to do with those lines? How can it be use by me? Teach me master.
Click to expand...
Click to collapse
Found it how.
http://www.viraltecho.com/build-prop-tweaks-for-jellybean-kitkat-lollipop-android-smartphones/

Best build.prop tweaks for Grand Prime Kitkat 4.4.4 (Updated)

Just For Rooted Devices​
The best build.prop tweak for Grand Prime 4.4.4 ( Fully tested on (530H-DV))
Before doing anything plz backup your main build.prop located in root/system/build.prop
Here is some Enhancements:
1. Supreme Battery life (even more in idle)
2. Smoother experience
3. 3G Speed hacks (new)
If u faced any problem please change "ro.ril.hsdpa.category=24" to "ro.ril.hsdpa.category=20"
4. Google DNS
5. Better Microphone
6. More Ram
7. Better signal reception
8. Wireless Tweaks
9. Smoother video streaming and tweak media
10. Increase the Antutu Score (new)
11. Faster Boot-Animation FPS (new)
12. Better call voice quality (new)
13. Game tweaks
14. Qualcomm Tweaks
15. Multi Users (Enabled) (new)
U can Use Root Explorer app to edit your build.prop
Remember to set the permission to rw-r-r after editing
These tweaks are fully operational for my phone (530H-DV)
Please always pay attention to risk of soft bricking
If anything goes wrong use your backup Build.prop to get the default settings
#Method 2 : Manually Editing (much more safer for inexperienced users ) RECOMMENDED
Version 2
Update date : 13 July 2015
Working SM-G530H
adblocker said:
Here we go...
The best build.prop tweak for Grand Prime 4.4.4 ( Fully tested on (530H-DV))
Before doing anything plz backup your main build.prop located in root/system/build.prop
here is some changes:
1. Supreme Battery life (even more in idle)
2. Smoother experience
3. 3G Speed hacks
4. Google DNS
5. Better Microphone
6. More Ram
7. Better signal reception
8. Wireless Tweaks
9. Smoother video streaming and tweak media
10. more...
U can Use ( Root Explorer )app to edit your build.prop
Remember to set the permission to rw-r-r
These tweaks are fully operational for my phone (530H-DV)
Please always pay attention to risk of soft bricking
If anything goes wrong use your backup Build.prop to get the default settings
Click to expand...
Click to collapse
How to use this mate? in detailed please
Mr.IDK said:
How to use this mate? in detailed please
Click to expand...
Click to collapse
-Just download the link.
-Copy original build.prop using rootex root/system and paste to your sdcard for backup.
-put the build.prop you download and push into root/system
-change permission to rw-r--r--
-reboot your device
Sent from my SM-G530H using XDA Free mobile app
any way to activate USB OTG on Grand Prime ?
shahi.persian said:
any way to activate USB OTG on Grand Prime ?
Click to expand...
Click to collapse
That's a hardware limitation.
Bruh... it works.
shahi.persian said:
any way to activate USB OTG on Grand Prime ?
Click to expand...
Click to collapse
Grand Prime (All Models) Doesn't support OTG since it can't bring power for external USB devices So it cant be a USB Host ... its just a USB Client .
Hardware doing it doesn't exits on Mainboard
However I put a option for it and it s ON in build.prop Just for you
deyene said:
-Just download the link.
-Copy original build.prop using rootex root/system and paste to your sdcard for backup.
-put the build.prop you download and push into root/system
-change permission to rw-r--r--
-reboot your device
Sent from my SM-G530H using XDA Free mobile app
Click to expand...
Click to collapse
Thanks mate... but what is the build.prop anyways?
where do I locate that?
haha sorry for the question, I want to know more than a simple tutorial.
Mr.IDK said:
Thanks mate... but what is the build.prop anyways?
where do I locate that?
haha sorry for the question, I want to know more than a simple tutorial.
Click to expand...
Click to collapse
Open your root explorer, open the system folder. and u will see build.prop
Sent from my SM-G530H using XDA Free mobile app
HELP MY UNIT GOT SOFTBRICKED. WHAT SHOULD I DO????????:crying::crying::crying:
KM_exeryon said:
HELP MY UNIT GOT SOFTBRICKED. WHAT SHOULD I DO????????:crying::crying::crying:
Click to expand...
Click to collapse
Did you made a nandroid backup? If not, factory reset from recovery, if that doesn't help, flash stock rom.
KM_exeryon said:
HELP MY UNIT GOT SOFTBRICKED. WHAT SHOULD I DO????????:crying::crying::crying:
Click to expand...
Click to collapse
Sorry for it ...I think you didn't change the permission to rw-r-r but don't worry
Just put your backup build.prop in the system folder in the file I attached .Try the 1st one and reboot.
if it doesn't work try the second
flash it with custom recovery.\
if it doesn't work try the second
tell me about it . If they don't work we have more options don't worry.
Has anyone already comproved that the tweaks works? and improves the general performance?
what is post newer? post#1 or post#13?
post #13 is for fixing permission?
Sent from my SM-N9005 using Tapatalk
roozbeh158 said:
what is post newer? post#1 or post#13?
post #13 is for fixing permission?
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
nope the last post is for recovery the default build.prop
adblocker said:
Sorry for it ...I think you didn't change the permission to rw-r-r but don't worry
Just put your backup build.prop in the system folder in the file I attached .Try the 1st one and reboot.
if it doesn't work try the second
flash it with custom recovery.\
if it doesn't work try the second
tell me about it . If they don't work we have more options don't worry.
Click to expand...
Click to collapse
my unit is fine now. what i did was i flashed my unit via odin and now i'm thinking if i still try to modify my unit using your build.prop.
i just want to ask if your modified "build.prop" is applicable to ALL grandprime firmwares?? another thing is that i want to suggest that in your tutorial please include the troubleshooting of our unit in case of failure. I made back-up the last time i try but i don't know how to use when my unit was bricked. BTW thanks for your thread.
Manually Editing (More Safer)
For rooted Devices only​Its totally Working on 530H-DV other devices ? U tell me
Here is some tips:
Install RootExplorer
Backup your build.prop located in root/system/build.prop
copy it to your computer
open your default build.prop with notepad++
Find this : " ro.pip.gated=0 "
as you see it s the last line . please copy these lines to it Just below the " ro.pip.gated=0 "
#ADD
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
#thereassaad TWEAKS
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
touch.pressure.scale=0.1
# More RAM
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=true
#Disable Miscellaneous Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
#Enable ADB Debugging By Default & Disable USB Debugging Popup
persist.adb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Reduce dial-out time
ring.delay=0
# Other Tweaks:
ro.config.combined_signal=true
pm.sleep_mode=1
#DHA tunning
ro.config.dha_tunnable=1
#Disable Strict Mode Checking
persist.android.strictmode=0
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#For Sensor Sleep Control
ro.ril.sensor.sleep.control=1
#Faster Boot-Animation FPS
boot.fps=20
#Tether/Hotspot Tweak
ro.tether.denied=false
#Enable Quick Power-On Mode To Reduce Boot-Time
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
#Disable Scrolling Cache For Faster Scrolling
persist.sys.scrollingcache=3
ro.securestorage.knox=false
security.mdpp=None
security.mdpp.result=None
wlan.wfd.hdcp=disable
# 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_wmem=4096 39000 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# Video Acceleration Enabled And HW debugging
video.accelerate.hw=1
debug.performance.tuning=1
debug.egl.profiler=1
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
# 3G signal and speed tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
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
ro.ril.hsdpa.category=20
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.ril.enable.dtm=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
# Dialing Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Smoother video streaming and tweak media
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
# Increase camera's photo and video recording quality
ro.media.enc.hprof.vid.fps=65
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Better image quality, lower performance.
persist.sys.use_dithering=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Better call voice quality.
ro.ril.enable.amr.wideband=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
# Better Telephony Settings
ro.config.vc_call_vol_steps=5
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
persist.audio.handset.mic=analog
persist.audio.lowlatency.rec=false
audio.gapless.playback.disable=true
# For SD storage insert notification sound
persist.service.mount.playsnd=0
# System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
# Better Scrolling responsiveness and speed
ro.min_pointer_dur=1
# Miscellaneous Tweaks for performance
ro.config.hw_menu_unlockscreen=false
ro.mot.eri.losalert.delay=1000
ro.telephony.sms_segment_size=160
# Hardware 2D & 3D Rendering
hw2d.force=1
# 3d performance
ro.secure=0
# Other Tweaks
ro.config.hw_new_wifitopdp=1
vm.dirty_ratio=90
vm.dirty_background_ratio=70
vm.vfs_cache_pressure=10
vm.min_free_kbytes=4096
Minimum brightness of your screen
ro.lcd_min_brightness=2
# Saves some battery without reducing performances
proximity_incall=enable
usb_wakeup=enable
# System Tweaks
ro.HOME_APP_ADJ=1
# Qualcomm Tweaks
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=true
debug.qctwa.preservebuf=1
# Disables data sent and logging
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# DalvikVM
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=y
dalvik.vm.jmiopts=forcecopy
# Performance
debug.kill_allocating_task=0
force_hw_ui=true
ro.debuggable=1
# Saves some battery without reducing performances
power.saving.mode=1
# Battery save
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
power_supply.wakeup=enable
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Increase some Performance
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0
#For usb storage
ro.usb_host=1
# Bass audio props for Lolipop
tunnel.decode=false
persist.sys.media.use-awesome=1
sys.keep_app_1=com.bel.android.dspmanager
ro.audio.samplerate=48000
ro.audio.pcm.samplerate=48000
af.resample=52000
# Game tweaks
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Force GPU Rendering on 2d Operations
debug.sf.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=c2d
# Hardware Acceleration Enabled
video.accelerate.hw=1
# Enable 16bit Transparency
persist.sys.use_16bpp_alpha=1
# Multi Users
fw.max_users=10
fw.show_multiuserui=1
#done
save it and replace it with the default one.
Remmeber to set the permission to rw-r-r (all reads checked all execute unchecked just the first
write checked) or set it to 0644 with RootExplorer (IF YOU DO NOT DO THAT YOUR DEVICE GONNA BRICK)
reboot . If anything goes wrong try to use your default build.prop that u've backed up
adblocker said:
Its totally Working on 530H-DV other devices ? U tell me
Here is some tips:
Backup your build.prop.
open your default build.prop with notepad++
Find this : " ro.pip.gated=0 "
as you see it s the last line . please copy these lines to it Just below the " ro.pip.gated=0 "
#ADD
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
#thereassaad TWEAKS
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
touch.pressure.scale=0.1
# More RAM
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=true
#Disable Miscellaneous Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
#Enable ADB Debugging By Default & Disable USB Debugging Popup
persist.adb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Reduce dial-out time
ring.delay=0
# Other Tweaks:
ro.config.combined_signal=true
pm.sleep_mode=1
#DHA tunning
ro.config.dha_tunnable=1
#Disable Strict Mode Checking
persist.android.strictmode=0
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#For Sensor Sleep Control
ro.ril.sensor.sleep.control=1
#Faster Boot-Animation FPS
boot.fps=20
#Tether/Hotspot Tweak
ro.tether.denied=false
#Enable Quick Power-On Mode To Reduce Boot-Time
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
#Disable Scrolling Cache For Faster Scrolling
persist.sys.scrollingcache=3
ro.securestorage.knox=false
security.mdpp=None
security.mdpp.result=None
wlan.wfd.hdcp=disable
# 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_wmem=4096 39000 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# Video Acceleration Enabled And HW debugging
video.accelerate.hw=1
debug.performance.tuning=1
debug.egl.profiler=1
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
# 3G signal and speed tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
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
ro.ril.hsdpa.category=20
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.ril.enable.dtm=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
# Dialing Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Smoother video streaming and tweak media
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
# Increase camera's photo and video recording quality
ro.media.enc.hprof.vid.fps=65
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Better image quality, lower performance.
persist.sys.use_dithering=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Better call voice quality.
ro.ril.enable.amr.wideband=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
# Better Telephony Settings
ro.config.vc_call_vol_steps=5
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
persist.audio.handset.mic=analog
persist.audio.lowlatency.rec=false
audio.gapless.playback.disable=true
# For SD storage insert notification sound
persist.service.mount.playsnd=0
# System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
# Better Scrolling responsiveness and speed
ro.min_pointer_dur=1
# Miscellaneous Tweaks for performance
ro.config.hw_menu_unlockscreen=false
ro.mot.eri.losalert.delay=1000
ro.telephony.sms_segment_size=160
# Hardware 2D & 3D Rendering
hw2d.force=1
# 3d performance
ro.secure=0
# Other Tweaks
ro.config.hw_new_wifitopdp=1
vm.dirty_ratio=90
vm.dirty_background_ratio=70
vm.vfs_cache_pressure=10
vm.min_free_kbytes=4096
Minimum brightness of your screen
ro.lcd_min_brightness=2
# Saves some battery without reducing performances
proximity_incall=enable
usb_wakeup=enable
# System Tweaks
ro.HOME_APP_ADJ=1
# Qualcomm Tweaks
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=true
debug.qctwa.preservebuf=1
# Disables data sent and logging
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# DalvikVM
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=y
dalvik.vm.jmiopts=forcecopy
# Performance
debug.kill_allocating_task=0
force_hw_ui=true
ro.debuggable=1
# Saves some battery without reducing performances
power.saving.mode=1
# Battery save
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
power_supply.wakeup=enable
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Increase some Performance
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0
#For usb storage
ro.usb_host=1
# Bass audio props for Lolipop
tunnel.decode=false
persist.sys.media.use-awesome=1
sys.keep_app_1=com.bel.android.dspmanager
ro.audio.samplerate=48000
ro.audio.pcm.samplerate=48000
af.resample=52000
# Game tweaks
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
#done
save it and replace it with the default one.
Remmeber to set the permission to rw-r-r (all reads checked all execute unchecked just the first
write checked) or set it to 0644 with RootExplorer
and reboot . If anything goes wrong try to use your default setting
Click to expand...
Click to collapse
FINALLY MY PHONE STARTS AFTER EDITING MY BUILD.PROP.. as of now my unit is under observation for the changes. Thank you sir. :good::good:
deyene said:
Open your root explorer, open the system folder. and u will see build.prop
Sent from my SM-G530H using XDA Free mobile app
Click to expand...
Click to collapse
Thanks I'm just a bit noob of this build.prop and It took me 10mins to look for permission to rw-r-r that he's talking about...
anyways before I paste the file or the text... will It be compatible with my firmware because It's for G530HXCU1AOE2 and my phone is G530HXCU1AOA2... should I replace that name?
---------- Post added at 03:17 PM ---------- Previous post was at 03:03 PM ----------
My root browser is crushing after I save it to rw-r-r and I can't edit the text or paste the file... It's always failed
---------- Post added at 03:34 PM ---------- Previous post was at 03:17 PM ----------
My build.prop is now empty after I paste the modified build.prop but I don't find any problems... why is that?

some tweaks

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

Finally FIXED LAGG ON DROID RAZR XT912

hello friends finnally i found a solution for droid razr lagg problem
you need to just add this on your droid razr
system/build.pro
Code -
art.vm.heapstartsize=16m
art.vm.heapgrowthlimit=96m
art.vm.heapsize=256m
art.vm.heaptargetutilization=0.75
art.vm.heapminfree=2m
art.vm.heapmaxfree=8m
persist.sys.ui.hw=1
debug.performance.tuning=1
debug.gr.swapinterval=0
persist.sys.use_16bpp_alpha=1
persist.sys.purgeable_assets=1
persist.sys.scrollingcache=4
persist.sys.purgeable_assets=1
persist.sys.smoothscrollbar=true
debug.mdpcomp.logs=0
logcat.live=disable
ro.fps_enable=1
ro.fps.capsmin=60fps
ro.fps.capsmax=60fps
ro.radio.noril=no
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=y,v=n,o=v
ro.HOME_APP_ADJ=1
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.capture.maxres=8m
ro.media.panorama.defres=3264×1840
ro.media.panorama.frameres=1280×720
ro.camcorder.videoModes=true
ro.media.enc.hprof.vid.fps=65
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=false
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
net.tcp.buffersize.default=4096,87380,256960, 4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,409 6,163 84,256960
net.tcp.buffersize.umts=4096,8 7380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,8 7380,256960,4096,163 84,256960
ro.mot.eri.losalert.delay=1000 (could brake tethering.)
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
ro.ril.hep=0
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.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
logcat.live=disable
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
ro.telephony.call_ring.delay=0
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8 ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:jit
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.jmiopts=forcecopy
persist.sys.use_dithering=1
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.performance.tuning=1
this work with Lolipop / Marshmallow and Nougat
TESTED on DROID RAZR XT912
Android Version - 7.1.2 Nougat
OS - Resurrection Remix
What does this code do? The lag is caused by the slow cpu..
Wow. Totally worked! I just pasted the whole thing to the bottom of my build prop file with build prop editor. Rebooted, and bippity boppity boo, SO MUCH lag was gone. Of course, there's no changing the fact that this is an OLD phone with a SLOW processor by today's standards. But the super-lag is gone. It's manageable now.
THANKS!

Categories

Resources