I've looked around a bit to see if anyone has played with any of the build.prop tweaks and didn't find much for the S4. I'm using Task650's AOKP Rom which has been great but i'm always on the hunt for extra tweaks. I searched through the default build.prop file on this rom and didnt come across any of the following, so i was wondering if anyone has tried any of these and or knows if they might be beneficial or detrimental.
#Graphics/GPU/UI Tweaks
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
debug.sf.hw=1
hw3d.force=1
debug.performance.tuning=1
#Better image quality, lower performance
#persist.sys.use_dithering=1
#Fluid UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
#Qualcomm specific tweaks
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
#System Tweaks
ro.config.hw_fast_dormancy=1
persist.sys.purgeable_assets=1
ro.media.enc.jpeg.quality=100
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
#Network Tweaks
#Better net 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
#DNS
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
Thanks and look forward to hearing from anyone of you about this.
**EDIT**
I'm Currently using:
#FasterScrolling
ro.max.flingvelocity=12000
ro.min.fling_velocity=8000
#Video Acceleration Enabled
video.accelerate.hw=1
#Increase Performance
debug.performance.tuning=1
#Call & Signal Quality
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
#Following two i just edit the original entries.
dalvik.vm.dexopt-flags=m=v,o=y
debug.composition.type=gpu
Seems to be speeding up the UI a little bit (not that it really needed it coming from TW) and i'm not having any problems ive noticed yet.
Will continue to play around with more tweaks to see if they help/hurt if anyone is interested in my progress.
I have a question about a build.prop entry you didn't mention. ( wifi.supplicant_scan_interval=200 ) I had this entry on my LG p769 but I don't on my GS4. I have the mf3 update and am rooted. can we add this entry even though it's not there or could that cause problems?
I posted about one of the items that you tweaked but didn't receive any replies: http://forum.xda-developers.com/showthread.php?t=2392988
Related
this sort of application would be well received. I.e so the omap clock is running at a set speed. then when certain big applications eg TomTom are run the clock speeds up to a preset level... almost like intel speedstep
I'm no programmer but setting speed with a already known overclock application doesn't sound hugely difficult.
any thoughts anyone?
Look here: http://forum.xda-developers.com/showthread.php?t=270751
The latest version scales the processor speed according to CPU load. Works on any device with the OMAP-850 processor.
TheBrit said:
Look here: http://forum.xda-developers.com/showthread.php?t=270751
The latest version scales the processor speed according to CPU load. Works on any device with the OMAP-850 processor.
Click to expand...
Click to collapse
was looking for scaling for specific applications only! rather than general scaling
Omapclock speed can be set diff for various apps like this
SWITCHES & EXAMPLES
-------------------
OmapClock -clock <freq> [-confirm] [-launch <path> [-restore]]
-clock <freq>
installs frequency of the processor in MHZ
-confirm
require acknowledgements of the change the frequency
-launch <path>
start the program (the way to reference in rabbit earses!)
-restore
restore former frequency after termination of the uncared-for program (is ignored unless it is given parameter -launch)
Sequence parameter importances has not.
The Examples:
OmapClock -clock 132
OmapClock -clock 144 -confirm
OmapClock -clock 144 -launch "\Storage Card\Test.exe" -restore
To overclock for a certain program and then restore to normal when ended...
Change programs shortcut in \Windows\Start menu to...
OmapClock -clock 216 -launch "\Program Folder\Program.exe" -restore
each can have their own clock speed set
MUSIC IN PLACE
Music in place is a powerful, elegant with beautiful material designed music player for Android having 9 band equalizer with bass boost, virtualizer, and reverb. You can select songs folders, choose your preferred album art.
Main Features:
# Material design UI
# ID3v3 tag editing.
# Custom libraries support.
# Playlist support.
# Beautiful songs queue view which can be accessed from anywhere.
# Album artist sorting/tag support
# Individual EQ settings for each artist, album, song, genre.
# Create custom equalizer presets.
# File/folder browsing.
# Scrobbling.
# Crossfade with customizable duration.
# Auto-download album art from the internet.
# Beautiful search page.
# 2 different base themes - Light and Dark.
# 6 different color schemes.
# 2 types of layout design for artist, album, genres view.
and many more to find out
Download link:
Please give ratings.
Free version:
https://play.google.com/store/apps/details?id=com.musicinplacefree.music.player
Paid version:
https://play.google.com/store/apps/details?id=com.musicinplace.music.player
Support:
For any support, mail to [email protected] or comment below. I will get back to you as soon as possible.
Screenshots are attached.
Enjoy your music !
In almost all roms i tried, either the front cam is too blurred or just the right sharpness but contains too much noise. Is there any way to resolve this?
Add these lines in your build.prop :
# 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
# 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=8m
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
shivamgupta1996 said:
Add these lines in your build.prop :
# 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
# 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=8m
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
Click to expand...
Click to collapse
some of those codes are already in CM12 im gonna add those that werent, thanks!
Hi all,
By default in developer options these three animation scaling, Windows/Transition and Animator have .5/1/1.5/2/5/10. I am trying to add .25 and .75 among them too. After some googling I found that these values are in res/values/arrays.xml file in settings package. So I modified and added these values to it. I was expected to get default values in there but there were none, not in rr_array or cm_array. So I added them in arrays.xml and when it didn't work later in rr_arrays.xml but that didin't work too. Build was fine but these values didn't change.
I have also added
<!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
<string name="window_animation_scale_title">Window animation scale</string>
<!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
<string name="transition_animation_scale_title">Transition animation scale</string>
<!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
<string name="animator_duration_scale_title">Animator duration scale</string>
in strings.xml or rr_strings or cm_strings but again to no avail. So I know that these values have to be somewhere but searching in all arrays or xml files I can't seem to find these values so I can modify and add these values. Can anyone help me to find them or guide me to proper way.
Thanks.
Edit:
Strings were in SettingsLib..
●BRIEF INTRODUCTION :-
•Some Build.Prop Tweaks For Smoother Performance And Battery Stability Working On Most Of TouchWiz Custom S8+/Note5/Note FE Based Roms
•Should Also Work On Stock Rooted TouchWiz Roms
•Build.Prop Is Sensitive Part Of System Partition As It Contains Some Important Boot/Device Info/Knox/Tima Version/HW Etc. Properties
●GUIDE USEFUL FOR :-
•Users Who Preferred To Use Custom Roms But Sometimes Faces Battery/Device Performance Related Issues Due To Missing Of Additional Build.Prop Properties
•Users Who Want To Implement Some Hypothetical Values Like Different Device ID/Enable Knox/Change Security Patch Date/Change Tima Version Value/Decrease Device Bootup Time Interval Etc.
•Users Who Face Random Reboots/Lack Of Transition Effect Smoothness/S-Health OR Samsung Cloud Working Issue Especially For Stock Rooted Roms
•Users Who Want To Add Better Image Clarity/Battery Saving/Liquid Smooth UI/Better Singal Reception Like Tweaks Manually To Build.Prop Properties
●PRE-REQUISITES :-
•Custom TouchWiz/Stock TouchWiz Rom
•Rooted Properly With Either SuperSU Root OR Magisk Root
•Working Root Access And R/W Access Permitted
•Any Root Explorer Like ES File Explorer/Root Explorer
•Typing Experience Since Small Error Will Lead To Infinite Bootloop
●INSTRUCTIONS :-
•Open Root Explorer
•Go To Path System/Build.Prop
•Click On Build.Prop For Editing Purpose
•After Editing Done Kindly Save The Editing
•Reboot Device To Make Build.Prop Tweaks Works Actually
●THANKS AND CREDITS GOES TO :-
•Dev Of Infinity Note FE2.1 Port From Samsungvn.com
• Representative Of Infinity Note FE2.1 Port Here On XDA
@lâm1990
@The Joker
•Dev Of Future Rom/Norma Rom Rebuild/Minotaurus Rom Rebuild/Aurora Rom Rebuild From Samsungvn.com
toanluu68 [Samsungvn.com]
●CAUTION :-
•Above Build.Prop Tweaks May/May Not Work On Every Devices Due To Certain Hardware/Software Limitations
•Above Build.Prop Tweaks Are Applied And Working Flawlessly On Samsung Galaxy Note 5 Running S8+/Note5/Note FE Based Custom Roms While Other Needs To Be Tested
•Should Work On Most Of Samsung Devices Running Custom TouchWiz S8+/Note 5/Note FE Based Roms
•Should Work On Stock Rooted TouchWiz Roms
•Use The Above Tweaks At Your Own Risk
•No One Here From XDA Including ME Will Ever Be Responsible For Bricked Devices
•Don't Forget To Reboot Device After Editing/Saving Build.Prop Properties
•Be Sure To Add The Tweaks As Per Instructions To Avoid Bootloops
●SOME BASIC BUILD.PROP TWEAKS :-
●Change Build Display ID :-
ro.build.display.id=I N F I N I T Y - Note Fan Edition FE2.1
Note :-
*Above One Is For Eg.
Infinity Note FE2.1 Port By lam1990
*Display ID Should Not Be Changed In Case Of Using Custom Roms As Devs Have Spent Infinite Hours To Build Custom Roms
*Changing Device ID For Kanging Is Against XDA Rules
*This Tweak Is For Beginners Building Custom Roms And For Reference Purpose
●Change Device ID :-
ro.product.model=SM-N935S
Note :-
*For Primary Device ID Shown In Settings> About Device> Model Number
*Above One Is For Eg.
Samsung Galaxy Note FE Device ID
*You Can Add Your Desired One
●Change Advanced Properties Of Device ID :-
ro.build.product=gracerlteskt
ro.product.name=gracerlteskt
ro.product.device=gracerlteskt
Note :-
*For Changing Device ID Same As Your Preferred One
*Above One Is For Eg.
Samsung Galaxy Note FE Advanced Device ID Properties
*You Can Add Preferred One By Taking Values Of Device ID From Desired Device's/Custom Rom's Build.Prop
Sticky :-
*Changing Device ID May Be Harmfull Sometimes As It May Lead To Infinite Bootloop If ID Is Not Supported By Your Original Device
●Fixing Bluetooth And Wi-Fi Bugs After Flashing Custom Kernels :-
ro.securestorage.support=false
Note :-
*Above One Is For Eg.
*After Flashing Custom Kernels Many Users Face Broken Bluetooth/Wi-Fi
*They Should Change The Value Like Vice-Versa
*If Value Is 'true' Then Change It To 'false' OR If Value Is 'false' Then Change It To 'true'
*Try This Only If Your Facing Bluetooth/Wi-Fi Issues
●Knox Version/Tima Version :-
ro.config.knox=0
ro.config.tima=0
ro.config.timaversion=3.0
Note :-
*This Values Should Be Remained As It Is
*Only Users Who Want To Implement Knox To Custom Rom Then Change The Value
*Users Who Are Facing Issues Like Random Reboots/S-Health/Samsung Account Should Change Tima Version Value To '0'
●SOME ADDITIONAL BUILD.PROP TWEAKS
●Multi Users In Quick Settings Panel :-
# Multi Users
fw.max_users=30
fw.show_multiuserui=1
fw.show_hidden_users=1
fw.power_user_switcher=1
Note :-
*Users Who Want Multi Users Tab In Quick Settings Panel Should Use Above Tweak
*Add The Above Lines Below Build.Prop> Additional Properties
●Increase Internet Speed :-
#net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
Note :-
*Users Who Are Facing Issues Like Lack Of Speed Even Using High Speed LTE/HSPA Networks Should Try The Above Tweak
*Add The Lines Below Build.Prop> Additional Properties
●Wireless Services Related :-
#Wireless Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
Note:-
*Add The Lines Below Build.Prop> Additional Properties
●Better Mobile Network Signal Reception :-
#Better signal
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
Note :-
*Users Who Are Facing Weak Mobile Network Signal Reception Should Try This Tweak
*Add The Lines Below Build.Prop> Additional Properties
●Battery Saving :-
# 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_power_saving=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
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
Note :-
*Some Battery Saver Tweaks For Better Battery Management And Adequate Battery Drain
*Place The Lines Below Build.Prop> Additional Properties
●Media Streaming Tweaks :-
# 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=true
media.stagefright.enable-fma2dp=true
mmp.enable.3g2=true
mm.enable.smoothstreaming=true
media.aac_51_output_enabled=true
Note :-
*For Better Online Video/Audio Media Streaming Experience
*Add The Lines Below Build.Prop> Additional Properties
●Camera Image And Video Quality Improvement :-
# 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.capture.maxres=8m
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
Note :-
*For Better Camera Image And Video Quality Enhancements With Maximum Utilization Of Stock Camera App
*Add The Lines Below Build.Prop> Additional Properties
●Gaming Performance Improvement :-
# 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??
Note :-
*For Better Gaming Experience Without Decreasing Device Performance
*Add The Lines Below Build.Prop> Additional Properties
●Battery Saving Without Reducing Device Performance :-
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=180
power.saving.mode=1
proximity_incall=enable
usb_wakeup=enable
ro.config.hw_power_saving=true
Note :-
*Save Your Battery At Advanced Level Without Decreasing Device Performance
*Add The Lines Below Build.Prop> Additional Properties
●Smoother Transition Effects :-
# Liquid_smooth_UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
touch.pressure.scale=0.003
Note :-
*For Smoother Transition Effects And Crispy Scrolling
*Add The Lines Below Build.Prop> Additional Properties
●Improvement In Default Camera FlashLight Intensity
:-
# 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
Note :-
*Some Devices Have Only Single LED Flash Which Sometimes Fails To Perform In Dark Lights
*Use This Tweak To Enhance FlashLight Intensity
*Add The Lines Below Build.Prop> Additional Properties
●Increase Image.Jpg Quality :-
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
Note :-
*Use This Tweak For Better Quality Of Images In .Jpg Format
*Add The Lines Below Build.Prop> Additional Properties