• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ROMs my invented Build.Prop Tweaks Updated: 7/17/16

D

Deleted User

Guest
Here's my tweaks i have created and invented myself tweaks that are already out online will not be posted below


# Fps Properties
ro.fps_enable=1
ro.fps.capsmin=30fps
ro.fps.capsmax=60fps

Some of protocals for ipv4 and ipv6 are experimental but seems to work fine as time goes by the internet properties below will be revised. NOTE: feel free to modify the protocals, but not distribute them as your own, you must include me for full credit when releasing the modified properties, the only two protocals not owned by me is

persist.telephony.support.ipv6=1 persist.telephony.support.ipv4=1

And i do not know the creator who created them, the rest is mine as built thank you

# Internet Properties
persist.internet.support.ipv6=1 persist.internet.support.ipv4=1
persist.dns.support.ipv6=1 persist.dns.support.ipv4=1
persist.telephony.support.ipv6=1 persist.telephony.support.ipv4=1
persist.dhcp.support.ipv6=1 persist.dhcp.support.ipv4=1
persist.dnla.support.ipv6=1 persist.dnla.support.ipv4=1
persist.web.support.ipv6=1 persist.web.support.ipv4=1
persist.tcp.support.ipv6=1 persist.tcp.support.ipv4=1
persist.udp.support.ipv6=1 persist.udp.support.ipv4=1
persist.voip.support.ipv6=1 persist.voip.support.ipv4=1
persist.dns2.support.ipv6=1 persist.dns2.support.ipv4=1


Place this under addtional build properties under the dalvik heapsizemax line
What this does is helps the multithread line to tell the cpu to easily do more faster proccessing without overheating

persist.sys.dalvik.hyperthreading=true





Now we can we can focus on permently keep a certain fps speed to force the os to lock at that fps speed


BootAnimation build prop is like shown below:


# Bootanimation Properties
boot.fps=25 (value 25 is the default value for the boot animation fps speed, the higher the value, the faster the fps will be permenetly until you change the value if upping the value 30 is a great option to choose keeping system stability)





Now you want to keep your whole os at a top speed you want many devs havent invented this but until i did



# System Properties
system.fps=30 (value 30 is the default value but some devices can't handle it if they are high end devices 25 is a good value for low end devices but you can keep 30 or up the speed and this will lock the os to that desired fps, user can change this value if implemented in the roms build.prop if they desire)


Now here's a new line i developed and tested for the CPU & GPU Freqency Cap in order to work you'll need to set the min and max value of your speed of your devices GPU and cpu also once put proper values the OS will read and do what was placed in that line, however for advanced users we set the ro.sys.cpu.defaultfreq= and ro.sys.gpu.defaultfreq= to auto this will automatically set the CPU and GPU Clock to what ever is appropriate for computing at the values placed below we added an example of how the lines and values are supposed to.be setup the correct way be sure not to set values of your CPU & GPU cannot handle or support the speed for example say you CPU is clocked at 1.19GHZ but in order for it to work you'll need to be converted into numeral values like this "1190" this is the correct numeral for adding into the min or max cpu or gpu etc going above the cpu clock may cause damage or instability to your device

# CPU & GPU Properties
ro.sys.cpu.minfreq=
ro.sys.cpu.maxfreq=
ro.sys.cpu.defaultfreq=auto
ro.sys.gpu.defaultfreq=auto
ro.sys.gpu.minfreq=
ro.sys.gpu.maxfreq=


Example:

# CPU & GPU Properties
ro.sys.cpu.minfreq=200
ro.sys.cpu.maxfreq=1190
ro.sys.cpu.defaultfreq=auto
ro.sys.gpu.defaultfreq=auto
ro.sys.gpu.minfreq=200
ro.sys.gpu.maxfreq=400
 
Last edited by a moderator:

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones