Best Build.prop tweaks. - Galaxy S6 Q&A, Help & Troubleshooting

What edits are you guys using? I'm just trying to get a list going so we can tune our devices in the best way.

Anyone?
I'm using
ro.media.enc.jpeg.quality=100
persist.sys.use_dithering=1

Saafir said:
# Smoother video streaming and tweak media
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=false
Click to expand...
Click to collapse
So do these help out with image quality for like web pages and apps like tumblr flickr ect?

Saafir said:
I like to think so. Everything under Additional Properties has seemed to make a difference
Click to expand...
Click to collapse
Rad. Where did you come up with these?

Any others?

Who knows about HWUI_BUILD_PROPERTIES best values to improve multitasking and ram management? I'm on SM-G920F! !!!

Related

[build.prop] [4.4x-5.1.1]

HELLO GUYZ I WANT TO TELL YOU THAT I JUST COPY/PASTED IT FOR YOU...
Hello Dear Grand 2 User & Dev this is Build.prop just copy/paste what u want of tweaks on ur Build.prop then save & reboot
Guys this may work on ur Rom & may not so some roms didn't work with this build.prop so asking ur Dev roms okay Guys
~~> SUPPORTING LOLLIPOP <~~
#thereassaad TWEAKS
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
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=1
#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
ro.telephony.call_ring.delay=0
ring.delay=0
# Other Tweaks:
ro.config.combined_signal=true
#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.config.tima=0
ro.config.knox=0
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_window_scaling=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.sf.hw=1
debug.performance.tuning=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu
# 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=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
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=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
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
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
# 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-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=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.
Hit Thanks Bcoz I Brought it 2 u:good:
Excellent
Bro OP just informing about Editing
Plz edit the tags a bit more properly- i see there is a colour closing tag which isnt of any use
Sometimes when tags come between the thread lines it makes the info provided by the thread wrong or problamatic
salah eltony said:
Excellent
Click to expand...
Click to collapse
Salah bro hit thanks......
sumitgupta06 said:
Bro OP just informing about Editing
Plz edit the tags a bit more properly- i see there is a colour closing tag which isnt of any use
Sometimes when tags come between the thread lines it makes the info provided by the thread wrong or problamatic
Click to expand...
Click to collapse
Sumit bro did it....thanks...
Have anyone tried it yet on motion rom beta??
NishRapper said:
Salah bro hit thanks......
Click to expand...
Click to collapse
Ok
but , can i try this methods with S3 neo duos 4.4.4
salah eltony said:
Ok
but , can i try this methods with S3 neo duos 4.4.4
Click to expand...
Click to collapse
Yes u can use it...
sumitgupta06 said:
Have anyone tried it yet on motion rom beta??
Click to expand...
Click to collapse
Sumit i used it...why nt giving thx??
NishRapper said:
Sumit i used it...why nt giving thx??
Click to expand...
Click to collapse
Bro my style of working is a bit different - i try the stuff, see if it works or not and improves anything, then give a thank
according to me - this is not to u, i m saying it in general, some stuff that doesnt even works for u doesnt worth a thank
for ur thread, i havent tried it yet and dont knew what could happen or could it giv a side effect, so wil try it n giv thank
but would say a thank for providing it here
sumitgupta06 said:
Bro my style of working is a bit different - i try the stuff, see if it works or not and improves anything, then give a thank
according to me - this is not to u, i m saying it in general, some stuff that doesnt even works for u doesnt worth a thank
for ur thread, i havent tried it yet and dont knew what could happen or could it giv a side effect, so wil try it n giv thank
but would say a thank for providing it here
Click to expand...
Click to collapse
Okay...bro can u test air command?
NishRapper said:
Okay...bro can u test air command?
Click to expand...
Click to collapse
Ya y not, giv me the link n i wil try it
@NishRapper
"Ro.media.rnc.hprof.vid.fps=60" will this increase video recording fps on my grand 2 running on bliss pop cm12.1 ? If it doesnt work on blisspop.. On which rom it will work?

(Fix Gaming lag 100 %) improved game performance and smooth fps

as we know s7 edge has 2 variant : exynos and snapdragon
snapdragon variant has more powerful graphics than exynos.... so on exynos games could lag like assassin creed identity. but exynos has a good graphics( 42000 pt on antutu 3d performance) . it is the same result of iphone 6s...
so what is the problem ? THE BAD TOUCHIZ SOFTWARE AND THE HIGH RESOLUTION
TUTORIAL TO GET SMOOTHNESS GAMING:
REQUIREMENT:
ROOT
TPWR
TUTORIAL:
-FLASH A LIGHT CUSTOM ROM LIKE KING ROM OR OTHERS
-FLASH A CUSTOM KERNEL THAT ALLOW OC TO 2.9 GHZ, AND OC GPU TO 806 MHZ( OVERCLOCK GPU TO MAX WILL IMPROVE A LOT GAMING PERFORMANCE... DEFAULT IS 650 MHZ) I RACCOMANDED OC TO 2.7 BIG GHZ AND 1,8 SMALL... AND OC GPU TO 806 MHZ AND USE INTERACTIVE GOVERNATOR FOR BOTH CPU CLUSTER
IF POSSIBLE SET I/O TO ZEN AND 2048 KB READ CACHE( USE STWEAKS OR KERNEL AUDITOR)
NOW DOWNLOAD SOME INIT.D TWEAKS LIKE ABS TWEAKS( AND FLASH IT...
LINK: http://forum.xda-developers.com/android/software-hacking/tweak-arkaynine-boost-script-v3-0-t3120404
AFTER THIS GO ON PLAYSTORE AND DOWLOAD GAME TUNER ( SET YOUR PROFILE TO GAMING AND MAX 60 FPS)
AFTER GO ON PLAYSTORE AND DOWNLOAD RESOLUTION CHANGER AND SET THIS 1080, 1920 AND DPI 480
( THIS WILL IMPROVE A LOT GAMING FPS) ... IPHONE 6S PLUS HAS LESS RESOLUTION THAN S7 EDGE SO WHY GAMING IS SMOOTH ON IPHONE 6S PLUS.... IPHONE 6S PLUS HAS THIS RESOLUTION... SET THIS PARAMETRES AND IT GIVE YOU A BETTER GAMING EXPERIENCE AND PHONE IS STILL USABLE, SO NO PROBLEMS
NOW GO ON FILE MANAGER , SISTEM , BUILD PROP AND PASTE THIS STABLE TWEAKS ( TESTED ALL , NO BOOTLOOPS, NO PROBLEMS)... THIS TWEAKS IS FOR GENERAL PERFORMANCE ,BATTERY ,RAM ,GAMING , INTERNET AND SIGNAL AND GENERAL IMPROVEMENT( LIKE PHOTOS , AUDIO , CALL ...) I RACCOMANDED USE ALL THIS
THEY WILL HELP YOU
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
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=1
# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#Disable Scrolling Cache For Faster Scrolling
persist.sys.scrollingcache=3
# 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 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# Video Acceleration Enabled And HW debugging
video.accelerate.hw=1
debug.sf.hw=1
debug.performance.tuning=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu
# 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=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
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=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
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
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
# 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-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=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
# Better Flashlight intensity and camera-flash quality
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70
ro.media.capture.maxres=16m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
# Better internet browsing & download speed
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=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_vibration_pattern=0:60
# Increase the volume steps in-call
ro.config.vc_call_steps=20
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
ro.media.enc.jpeg.quality=100
# Better call voice quality.
ro.ril.enable.amr.wideband=1
# Better Telephony Settings
ro.config.vc_call_vol_steps=20
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.lowlatency.rec=false
# Hardware 2D & 3D Rendering
hw3d.force=1
hw2d.force=1
# 3d performance
persist.android.strictmode=0
ro.secure=0
# For the default value of agps
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
Minimum brightness of your screen
ro.lcd_min_brightness=20
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
# Power Saving Tweaks
pm.sleep_mode=1
# Performance
debug.composition.type=gpu
ro.max.fling_velocity=20000
ro.min.fling_velocity=18000
debug.performance.tuning=1
debug.kill_allocating_task=0
debug.overlayui.enable=1
debug.egl.profiler=1
debug.egl.hw=1
debug.sf.hw=1
hw3d.force=1
hw2d.force=1
force_hw_ui=true
persist.sys.purgeable_assets=1
persist.sys.use_dithering=1
ro.min_pointer_dur=1
debug.kill_allocating_task=0
persist.sys.ui.hw=1
ro.debuggable=1
ro.config.disable.hw_accel=false
ro.kernel.android.checkjni=0
ro.secure=0
ro.min_pointer_dur=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
# Battery save
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
power_supply.wakeup=enable
ro.mot.eri.losalert.delay=1000
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.performance.tuning=1
debug.composition.type=hw
debug.sf.hw=1
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.vold.umsdirtyratio=20
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
video.accelerate.hw=1
power_supply.wakeup=enable
# Increase some Performance
ro.secure=0
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ro.min.fling_velocity=8000
debug.gr.swapinterval=1
debug.kill_allocating_task=0
ENFORCE_PROCESS_LIMIT=false
hw3d.force=1
ro.debuggable=1
ro.min_pointer_dur=1
ro.min_pointer_dur=1
ro.wmt.blcr.enable=0
# 16bit Transparency
persist.sys.use_16bpp_alpha=1
# Enables MTP mode
persist.sys.usb.config=mtp
# 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
persist.sys.purgeable_assets=1
OK ITS DONE , I HOPE I WILL HELP YOU ...
ANDROID IS NOT BAD , IT IS ONLY LESS OPTIMISED THAN IOS....
ONLY WE CAN OPTIMISED ANDROID
THANKS
All of this is not the solution at all!!
The real and only solution for now is:
Download and install ImageBreaker kernel. He fixed the bad dvfs settings, allowing all games to work flawlessly.
Another way:
If you don't want to replace your kernel, 100% way to get full fps is set CPU governor to performance.
OC the gpu and CPU won't help you, the problem is samsung limits!
I found out that games doesn't use the gpu higher clocks at all. You only see improvement in benchmark!!
And CPU OC will lead to more thermal throttling in short time, which will reduce performance much more quickly.
To test it, games that lag on all kernel expect ImageBreaker :
1. Need for speed No Limits
2. PPSSPP - Tekken 6
You will see immediate stable 60 FPS on tekken while using ImageBreaker or performance governor.
Every other kernel will work fine for maximum of 5-10 minutes, then will lag terribly.
I hate posts where people WRITE LIKE THIS. In combination with magical build.prop tweaks I immediately stop reading.
drms12 said:
all of this is not the solution at all!!
The real and only solution for now is:
Download and install imagebreaker kernel. He fixed the bad dvfs settings, allowing all games to work flawlessly.
Another way:
If you don't want to replace your kernel, 100% way to get full fps is set cpu governor to performance.
Oc the gpu and cpu won't help you, the problem is samsung limits!
I found out that games doesn't use the gpu higher clocks at all. You only see improvement in benchmark!!
And cpu oc will lead to more thermal throttling in short time, which will reduce performance much more quickly.
To test it, games that lag on all kernel expect imagebreaker :
1. Need for speed no limits
2. Ppsspp - tekken 6
you will see immediate stable 60 fps on tekken while using imagebreaker or performance governor.
Every other kernel will work fine for maximum of 5-10 minutes, then will lag terribly.
Click to expand...
Click to collapse
yes of course, but setting performance governor will cause a lot of battery drain and it is unstable... Of course use another kernel will improve gaming performance
thanks for your reply
gersdvges said:
yes of course, but setting performance governor will cause a lot of battery drain and it is unstable... Of course use another kernel will improve gaming performance
thanks for your reply
Click to expand...
Click to collapse
image breaker kernel is similar to jesse kernel but more smooher...
So i think its the best for now but is less customizable than others
gersdvges said:
image breaker kernel is similar to jesse kernel but more smooher...
So i think its the best for now but is less customizable than others
Click to expand...
Click to collapse
I'm sorry, but your way to improve gaming performance won't do anything good to achieve any improvement.
Really, nothing - not even the OC.
I know about the drain - just reduce the A72/MONGOOSE cores speed to 2 GHz or less while setting governor to performance, Every game is different.
But the best and most comfortable way for now is using ImageBreaker kernel.
It's a shame, such a powerful device is being limited!
Anyone try force GPU rendering in the developer menu ...it did wonders on a previous model .. s5 I think.
Why not use the game tuner app from Galaxy Store
Sent from my iPhone using Tapatalk
drms12 said:
All of this is not the solution at all!!
The real and only solution for now is:
Download and install ImageBreaker kernel. He fixed the bad dvfs settings, allowing all games to work flawlessly.
(...)
Click to expand...
Click to collapse
WTF? Samsung's still using that dvfs bull****? I remember using Xposed DVFS Disabler back in 2014 on my Galaxy S3. I'm gonna give this idea a couple more days and if it doesn't deliver, I'm gonna root the sh*t out of this thing.
Anyone saw change in gaming performace lately cos samsung added vulkan support this august to s7 and edge
sharingan said:
Anyone saw change in gaming performace lately cos samsung added vulkan support this august to s7 and edge
Click to expand...
Click to collapse
No, not at all. The slowmo effect on NFS No Limits is still there. Asphalt 8 still runs at ~45 FPS, no matter how you set them up in Game Tuner.
nitrous² said:
No, not at all. The slowmo effect on NFS No Limits is still there. Asphalt 8 still runs at ~45 FPS, no matter how you set them up in Game Tuner.
Click to expand...
Click to collapse
Maybe we will see change in next month update or when devs update there games
sharingan said:
Maybe we will see change in next month update or when devs update there games
Click to expand...
Click to collapse
Yeah, let's hope for that. Yet, I'm still kinda disappointed in the 3D performance no matter the updates and Vulkan. You'd think that a top-tier 700€ flagship would perform better. My brother's OP3 is way ahead of the S7's 3D performance. I don't know why I keep buying Samsung, then complain about performance, root and update issues...
nitrous² said:
Yeah, let's hope for that. Yet, I'm still kinda disappointed in the 3D performance no matter the updates and Vulkan. You'd think that a top-tier 700€ flagship would perform better. My brother's OP3 is way ahead of the S7's 3D performance. I don't know why I keep buying Samsung, then complain about performance, root and update issues...
Click to expand...
Click to collapse
I understand yu
I always buy samsung
Still better than apple mess
delete me
justyourimage said:
Well, basically you can say Samsung is only good for its Camera Performance / Camera Software in its recent flagships.
Thats the only reason I got mine (since I needed a reliable snapshot camera that I have always with me).
In daylight focus details seem to vary a bit - especially when you want to take close ups you'll often get less then crisp pictures with missing details even without any post-processing applied (trought the Camera 2 API). At least with my ISOCELL-Sensor ...
Samsung is clearly a love hate relationship for me as well.
Click to expand...
Click to collapse
True. Also, your only decision helpers when it comes to what smartphone to buy are online data sheets and reviews on various video portals. I find them very inconsistent. Almost every review tests the device for very short periods and they're held in a very general context without going into specific details. For example, I have yet to find a review which tests 3D performance in detail without just playing Angry Birds an come to the unreal conclusion that the device "Has solid 3D performance". MKBHD would test 3D games but only go into it for a couple seconds by playing Riptide GP, which is not a very GPU demanding game for the last three generations of flagship phones. I want them to test Real Racing 3, NFS NL, The Room 1 - 3 and so on for at least half an hour and tell me about FPS and thermal throttling. Only then it's a test of a real, real life scenario.
As for the camera, I can't distinguish a dramatic difference. I was lucky enough to be able to test the Sony and the ISOCELL sensor (mine had the ISOCELL) and found the difference to be noticeable only at higher than usual crop sizes. Is it unfortunate? Definitely. Is it a catastrophic failure as portrayed by some users? I don't think so.
S7 edge exynos 8890
Please help i use kernel editor
And up cpu max to 2600mhz ,minimum also 2600mhz
But when open games a cpu down to 1870mhz
Also when connect cable charger a battery not increasing and the device start be hot
Please how to make cpu stay on 2600mhz even during play games.
Thanks for your great work :good:
awesome! , i'll try this
thk u dude.
Currently on stock rom dqer + root + tgp kernel (ondemandplus governor) no lags at all. For long hours approximately 5hours of gaming via ppsspp monster hunter 3rd HD version constant 30fps i really enjoy it. Battery drain is somewhat same as your in stock rom while on performance governor would really drain fast. Still waiting for tgp kernel update for dvfs improvements. I dont use any kind of game boosters. Uninstalled/froze those game tuners etc. Try playing monster hunter 3rd HD via ppsspp on stock without any frameskip you will definitely go crazy for the lag.(I dont use frameskip to get better gaming). I have exynos variant btw.
please help
so i recently followed a few threads on xda to root my sprint s7 edge...enabled dev options, enabled usb debugging, downloaded adp, odin, the .tar file....got into download mode...odin does its thing with the .tar file....everything works...my phone then reboots, and the boot screen just flashes for 2 hours+....im not sure if it was a boot loop but if i had to guess, the term bootloop perfectly describes what was happening...i tried to hard reset to get it to stop and a few other things but nothing worked...eventually i took it to sprint and they were able to flash the os(for free actually) and now phone is exactly as it was the day i got it. I want to root and customize for mobile gaming, i hate ios but their gaming is 2nd to none...so i would love to try rooting again but apparently am doing it wrong...any help or guidance or direction would be greatly appreciated...
gersdvges said:
as we know s7 edge has 2 variant : exynos and snapdragon
snapdragon variant has more powerful graphics than exynos.... so on exynos games could lag like assassin creed identity. but exynos has a good graphics( 42000 pt on antutu 3d performance) . it is the same result of iphone 6s...
so what is the problem ? THE BAD TOUCHIZ SOFTWARE AND THE HIGH RESOLUTION
TUTORIAL TO GET SMOOTHNESS GAMING:
REQUIREMENT:
ROOT
TPWR
TUTORIAL:
-FLASH A LIGHT CUSTOM ROM LIKE KING ROM OR OTHERS
-FLASH A CUSTOM KERNEL THAT ALLOW OC TO 2.9 GHZ, AND OC GPU TO 806 MHZ( OVERCLOCK GPU TO MAX WILL IMPROVE A LOT GAMING PERFORMANCE... DEFAULT IS 650 MHZ) I RACCOMANDED OC TO 2.7 BIG GHZ AND 1,8 SMALL... AND OC GPU TO 806 MHZ AND USE INTERACTIVE GOVERNATOR FOR BOTH CPU CLUSTER
IF POSSIBLE SET I/O TO ZEN AND 2048 KB READ CACHE( USE STWEAKS OR KERNEL AUDITOR)
NOW DOWNLOAD SOME INIT.D TWEAKS LIKE ABS TWEAKS( AND FLASH IT...
LINK: http://forum.xda-developers.com/android/software-hacking/tweak-arkaynine-boost-script-v3-0-t3120404
AFTER THIS GO ON PLAYSTORE AND DOWLOAD GAME TUNER ( SET YOUR PROFILE TO GAMING AND MAX 60 FPS)
AFTER GO ON PLAYSTORE AND DOWNLOAD RESOLUTION CHANGER AND SET THIS 1080, 1920 AND DPI 480
( THIS WILL IMPROVE A LOT GAMING FPS) ... IPHONE 6S PLUS HAS LESS RESOLUTION THAN S7 EDGE SO WHY GAMING IS SMOOTH ON IPHONE 6S PLUS.... IPHONE 6S PLUS HAS THIS RESOLUTION... SET THIS PARAMETRES AND IT GIVE YOU A BETTER GAMING EXPERIENCE AND PHONE IS STILL USABLE, SO NO PROBLEMS
NOW GO ON FILE MANAGER , SISTEM , BUILD PROP AND PASTE THIS STABLE TWEAKS ( TESTED ALL , NO BOOTLOOPS, NO PROBLEMS)... THIS TWEAKS IS FOR GENERAL PERFORMANCE ,BATTERY ,RAM ,GAMING , INTERNET AND SIGNAL AND GENERAL IMPROVEMENT( LIKE PHOTOS , AUDIO , CALL ...) I RACCOMANDED USE ALL THIS
THEY WILL HELP YOU
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
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=1
# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#Disable Scrolling Cache For Faster Scrolling
persist.sys.scrollingcache=3
# 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 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# Video Acceleration Enabled And HW debugging
video.accelerate.hw=1
debug.sf.hw=1
debug.performance.tuning=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu
# 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=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
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=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
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
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
# 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-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=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
# Better Flashlight intensity and camera-flash quality
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70
ro.media.capture.maxres=16m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
# Better internet browsing & download speed
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=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_vibration_pattern=0:60
# Increase the volume steps in-call
ro.config.vc_call_steps=20
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
ro.media.enc.jpeg.quality=100
# Better call voice quality.
ro.ril.enable.amr.wideband=1
# Better Telephony Settings
ro.config.vc_call_vol_steps=20
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.lowlatency.rec=false
# Hardware 2D & 3D Rendering
hw3d.force=1
hw2d.force=1
# 3d performance
persist.android.strictmode=0
ro.secure=0
# For the default value of agps
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
Minimum brightness of your screen
ro.lcd_min_brightness=20
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
# Power Saving Tweaks
pm.sleep_mode=1
# Performance
debug.composition.type=gpu
ro.max.fling_velocity=20000
ro.min.fling_velocity=18000
debug.performance.tuning=1
debug.kill_allocating_task=0
debug.overlayui.enable=1
debug.egl.profiler=1
debug.egl.hw=1
debug.sf.hw=1
hw3d.force=1
hw2d.force=1
force_hw_ui=true
persist.sys.purgeable_assets=1
persist.sys.use_dithering=1
ro.min_pointer_dur=1
debug.kill_allocating_task=0
persist.sys.ui.hw=1
ro.debuggable=1
ro.config.disable.hw_accel=false
ro.kernel.android.checkjni=0
ro.secure=0
ro.min_pointer_dur=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
# Battery save
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
power_supply.wakeup=enable
ro.mot.eri.losalert.delay=1000
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.performance.tuning=1
debug.composition.type=hw
debug.sf.hw=1
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.vold.umsdirtyratio=20
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
video.accelerate.hw=1
power_supply.wakeup=enable
# Increase some Performance
ro.secure=0
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ro.min.fling_velocity=8000
debug.gr.swapinterval=1
debug.kill_allocating_task=0
ENFORCE_PROCESS_LIMIT=false
hw3d.force=1
ro.debuggable=1
ro.min_pointer_dur=1
ro.min_pointer_dur=1
ro.wmt.blcr.enable=0
# 16bit Transparency
persist.sys.use_16bpp_alpha=1
# Enables MTP mode
persist.sys.usb.config=mtp
# 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
persist.sys.purgeable_assets=1
OK ITS DONE , I HOPE I WILL HELP YOU ...
ANDROID IS NOT BAD , IT IS ONLY LESS OPTIMISED THAN IOS....
ONLY WE CAN OPTIMISED ANDROID
THANKS
Click to expand...
Click to collapse

BUILD.PROP TWEAKS for 5.0.2/5.1.1

Before doing anything plz backup your main build.prop located in root/system/build.prop and save it on the PC by @adblocker
Here is some Enhancements:
- Supreme Battery life (even more in idle)
- Better internet browsing & download speed (NEW2016)
- Smoother experience
- Google DNS
- Better Microphone
- More Ram
- Better signal reception
- Wireless Tweaks
- Smoother video streaming and tweak media
- Faster Boot-Animation FPS (Just compare)
- Better call voice quality
- Game tweaks
- Qualcomm Tweaks
*GUIDE*
1. Find last line of build.prop
2. Copy all of these lines just below the last line
3. Save the changes and set the permissions to rw-r-r
4. Reboot and enjoy
TESTED ON i9505:
-Thor s7
-S6 / N5 port
-Stock 5.0.1
Now i have stock PF4 with this tweas...........FAST.
*copy this*
#ADD
mot.proximity.delay=25
pm.sleep_mode=1
ro.config.nocheckin=1
ro.lge.proximity.delay=25
# 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
# Other Tweaks:
ro.config.combined_signal=true
#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
#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
wifi.supplicant_scan_interval=220
# Video Acceleration Enabled And HW debugging
debug.performance.tuning=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
# 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.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
# 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
# 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=1
# 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.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
ro.product.gpu.driver=1
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0
# 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
#NEW
# Better internet browsing & download speed
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=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
#End
This work on RR rom?
Are you sure it will works on Thor ROM?
Just copy and paste, no double tweak?
Thor V1.5 - Xposed v.85
How this adds in the rom Thor only copy in the final part the build.pro??
Enviado desde mi SGH-I337 usando Thor S7 Style V1.5
carlosbalbuena_ said:
How this adds in the rom Thor only copy in the final part the build.pro??
Enviado desde mi SGH-I337 usando Thor S7 Style V1.5
Click to expand...
Click to collapse
Yes.
Tried it and it do work.
Sent from my GT-I9505 using Tapatalk
sicahren said:
This work on RR rom?
Click to expand...
Click to collapse
I don't Know..
Do we have to add all of this lines or only what we want ?
Sent from my SM-A710F using XDA-Developers mobile app
think i did right, i scrolled all the way to the bottom of build.prop file in editor and pasted tweaks there and saved and set to rw-r-r is this correct
Are we adding all the lines to get it work?
Sent from my GT-I9505 using Tapatalk
added the lines as the guide says, phone won't boot up. I had to dirt flash rom again.
Richardvinyard said:
added the lines as the guide says, phone won't boot up. I had to dirt flash rom again.
Click to expand...
Click to collapse
Really!! A bit scared now...
---------- Post added at 10:17 PM ---------- Previous post was at 10:11 PM ----------
Saving failed. I used es explorer and i cant get the tweaks to be save. Any solution
opkaybeatz said:
Really!! A bit scared now...
---------- Post added at 10:17 PM ---------- Previous post was at 10:11 PM ----------
Saving failed. I used es explorer and i cant get the tweaks to be save. Any solution
Click to expand...
Click to collapse
I think you need to set permissions to rw rr before doing that... Anyway i have tried to add those lines two times and i ended up with bootloop both. I'm on Thor 1.5.
Richardvinyard said:
I think you need to set permissions to rw rr before doing that... Anyway i have tried to add those lines two times and i ended up with bootloop both. I'm on Thor 1.5.
Click to expand...
Click to collapse
Huh bootloop? Please did you added all the tweaks you added only what you need
opkaybeatz said:
Huh bootloop? Please did you added all the tweaks you added only what you need
Click to expand...
Click to collapse
I followed the instructions and added all the lines
Sorry by that
Can i put this tweak in android version 5.0.1?
Thnaks a lot
I think you can, because i am on android 5.0.1 imperium ll rom. I just added only what i want and no bootloop but i hope it is working. Good luck bro.
opkaybeatz said:
I think you can, because i am on android 5.0.1 imperium ll rom. I just added only what i want and no bootloop but i hope it is working. Good luck bro.
Click to expand...
Click to collapse
Thank you I will try

Best build.prop Tweaks Ever

build.prop Tweaks For Android (BT4A Project)
Just For Rooted Devices​
The best build.prop tweak for All Android Phones
Works for any smart phone running
4.3 & 4.4.2 & 4.4.4 & 5.0.1 & 5.0.2 & 5.1.1 & 6.X.X & 7.X.X & CM 11-12.1-13-14
​
Before doing anything PLEASE backup your main build.prop located in root/system/build.prop and save it on the PC​
Here is some Enhancements after applying tweaks:
- Supreme Battery life (even more in idle)
- Better internet browsing & download speed (updated)
- Smoother experience
- Google DNS
- Better Microphone
- More Ram
- Better signal reception
- Wireless Tweaks
- Smoother video streaming and tweak media
- Faster Boot-Animation FPS (Just compare)
- Better call voice quality
- Game tweaks
- 3G Tweaks (NEW 2016)
- Indicator Hack(NEW 2016)
- Qualcomm Tweaks
Changelog:
Code:
V1.3
-Modify some values for better stability
-Add 3G tweaks (beta)
-Add Indicator Hack Codes
How to apply Tweaks :
1. Root your device and install Root Explorer (or any root file manager) then find build.prop located at root/system/build.prop
2. U can Use Root Explorer app or notepad++ to edit your build.prop
3. Open build.prop file with Text editor and Find last line of build.prop
2. Copy all of these lines just below the last line
3. Save the changes and set the permissions to rw-r-r (Remmeber to do that !)
4. Reboot and enjoy
#ADD
mot.proximity.delay=25
pm.sleep_mode=1
ro.config.nocheckin=1
ro.lge.proximity.delay=25
# 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
# Other Tweaks:
ro.config.combined_signal=true
#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
#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
# Video Acceleration Enabled And HW debugging
debug.performance.tuning=1
# 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.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
# 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
# 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=1
# 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.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
ro.product.gpu.driver=1
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0
# 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
#NEW
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
power.saving.mode=1
ro.com.google.networklocation=0
ro.kernel.android.checkjni=0
ro.config.nocheckin=1
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
profiler.force_disable_err_rpt=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
debug.performance.tuning=1
persist.sys.use_dithering=0
persist.sys.use_16bpp_alpha=1
ro.min.fling_velocity=8000
ro.mot.eri.losalert.delay=1000
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
persist.sys.purgeable_assets=1
ro.telephony.call_ring.delay=0
debug.composition.type=c2d
persist.sys.composition.type=c2d
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
ro.fb.mode=1
ro.sf.compbypass.enable=0
hw3d.force=1
ro.product.gpu.driver=1
persist.sampling_profiler=0
hwui.render_dirty_regions=false
persist.sampling_profiler=0
persist.sys.ui.hw=1
ro.config.disable.hw_accel=false
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
ro.vold.umsdirtyratio=20
hwui.disable_vsync=true
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
touch.pressure.scale=0.001
windowsmgr.max_events_per_sec=200
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
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.gprs.dns1=8.8.8.8
net.gprs.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
#3G tweaks [skip if it causes any performance drop]
ro.ril.hsxpa=2
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.gprsclass=12
ro.ril.hsupa.category=7
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
media.stagefright.enable-http=true
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
media.stagefright.enable-record=true
#Indicator_Hack
captive_portal_detection_enabled=0
dalvik.vm.dex2oat-filter=interpret-only
dalvik.vm.image-dex2oat-filter=speed
#B4AD Project by @adblocker at [xda-developers.com]
#ENJOY
#End
Remember to set the permission to rw-r-r after editing ( If you don't do it your device gonna brick)
Technically it has to be compatible with any phone running Android OS but I am not responsible for any damage or UI FC
Please always pay attention to risk of soft bricking
If something goes wrong use your backup build.prop to get the default settings
Does it work for your phone ? tell me ( in details )
Send me feed backs about your phone before and after applying tweaks >> let me know !
ENJOY :good::good:​
XDA:DevDB Information
build.prop Tweaks For Android (BT4A Project), Tool/Utility for all devices (see above for details)
Contributors
adblocker
Version Information
Status: Stable
Current Stable Version: 1.3
Stable Release Date: 2016-10-28
Created 2016-10-28
Last Updated 2016-10-28
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
Don't do anything, it was already proven.
ro.config.dha_tunnable=1 should be ro.config.dha_tunable=1
A good majority of these work beautifully.
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
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
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=true
debug.qctwa.preservebuf=1
great but i wish there was a flashable zip.that would have been easy
Hi...indicator hack not compatible with xposed framework i think
You can read that post, sorry is spanish
http://www.htcmania.com/showthread.php?t=1229420&page=2
The xposef framework needs the cache for modify.
You tell me
Works well with Samsung Galaxy S5 G900F, Nemesis Rom ( Note 7 port), android 6.0.1.Thank you.
Does it conflict with other mods like Lspeed or govtuner? Thanks
dinhvtai said:
Does it conflict with other mods like Lspeed or govtuner? Thanks
Click to expand...
Click to collapse
No.
thanks alot but i donnot like any tweek .i only need best codes for battery. please can you tell me wich codes make my battery excellent ???...i need to disable any tweek for good battery .thankz
dinhvtai said:
Does it conflict with other mods like Lspeed or govtuner? Thanks
Click to expand...
Click to collapse
Dor71 said:
No.
Click to expand...
Click to collapse
L SPEED already has almost all of these build.prop tweaks in it, it'll be "cos(90" work done to apply these and use L speed...
IMO, just use L speed...
dinhvtai said:
Does it conflict with other mods like Lspeed or govtuner? Thanks
Click to expand...
Click to collapse
Nope, it won't conflict.
Loo Ney said:
L SPEED already has almost all of these build.prop tweaks in it, it'll be "cos(90" work done to apply these and use L speed...
IMO, just use L speed...
Click to expand...
Click to collapse
Nope, not all, a lot of lines are useless on newer android version.
Sent from my Nexus 5 using Tapatalk
Can you make a list with the codes which don't affect the battery life, or at least have a small impact on that? Thanks for these codes man !!!
Maybe there a way or tool to check the tweaks, did it work or not. Thx
D-dy said:
Maybe there a way or tool to check the tweaks, did it work or not. Thx
Click to expand...
Click to collapse
+1
I am going to try this soon on my OnePlus 3 stock 3.2.7.
Thanks!
I wish I could push these to my stock / non-root device.
99% of these are a placebo and do nothing
http://forum.xda-developers.com/showthread.php?t=2544330
Dont waste your time with these
DSA said:
99% of these are a placebo and do nothing
http://forum.xda-developers.com/showthread.php?t=2544330
Dont waste your time with these
Click to expand...
Click to collapse
Like almost everything on xda for build.prop.
Sent from my Nexus 5 using Tapatalk
Paget96 said:
Like almost everything on xda for build.prop.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Yup, but people dont like reading anymore...:silly:
does it work on 4.1.2?
xn0live said:
does it work on 4.1.2?
Click to expand...
Click to collapse
Yeah!
Try it

build.prop

Anyone have a legit way to extend battery life through the build.prop file? I'm starting to think these s7's where just shipped with poor quality batteries. Having to constantly charge with a 2 amp charger doesn't seem normal.
boobteg2 said:
Anyone have a legit way to extend battery life through the build.prop file? I'm starting to think these s7's where just shipped with poor quality batteries. Having to constantly charge with a 2 amp charger doesn't seem normal.
Click to expand...
Click to collapse
Add these if you don't have 'em already...
ro.config.donot_nosim=true
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
telephony.lteOnCdmaDevice=1
persist.radio.new.profid=true
rild.libpath=/system/lib64/libsec-ril.so
persist.cne.feature=0
persist.radio.lte_vrte_ltd=1
persist.radio.add_power_save=1
persist.data.ibfc.enable=true
persist.data.dropssdp=false
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mtp,adb
customized.versioncheck=3
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
ro.mot.eri.losalert.delay=1000
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.config.nocheckin=1
debug.gr.swapinterval=0
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
KillerClaw321 said:
Add these if you don't have 'em already...
ro.config.donot_nosim=true
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
telephony.lteOnCdmaDevice=1
persist.radio.new.profid=true
rild.libpath=/system/lib64/libsec-ril.so
persist.cne.feature=0
persist.radio.lte_vrte_ltd=1
persist.radio.add_power_save=1
persist.data.ibfc.enable=true
persist.data.dropssdp=false
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mtp,adb
customized.versioncheck=3
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
ro.mot.eri.losalert.delay=1000
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.config.nocheckin=1
debug.gr.swapinterval=0
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
Click to expand...
Click to collapse
Oh and I forgot to mention that most of these tweaks can be found in Lspeed

Categories

Resources