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

Root Custom Tweaks

niteryder

Member
Dec 4, 2009
59
35
Hi!

Last week I got really tired of post paid BS so I switched to prepaid. The Volt was $59 at Best Buy for Sprint... So, why not. Anyway, I am a long time member of XDA, but they seem to be lacking on the Volt, so I'm here and I like to tinker.

I have done a bunch of tweaks and mods to the Volt so far and I thought I would share. All the tweaks listed are currently in-use on my phone.

**You will need root access for most of this stuff**

system/build.prop (just add this to the end, battery life is amazing)
Code:
#
# Niteryder's Tweaks
#

#Disable Boot Animations
debug.sf.nobootanimation=1

#Disable Android Logging
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
logcat.live=disable
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.config.nocheckin=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


# 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.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576

#Save Battery
ro.ril.disable.power.collapse=0
ro.config.hw_power_saving=true
power_supply.wakeup=enable
ro.ril.sensor.sleep.control=1
proximity_incall=enable
pm.sleep_mode=1
ro.ril.power_collapse=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000

#Better Scrolling
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

#MOAR RAM
dalvik.vm.dexopt-flags=m=v,o=y
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0

#More Volume Steps InCalls
ro.config.vc_call_steps=20

#Call Quality Bump
ro.ril.enable.amr.wideband=1

#Fast Boot And Reboot
persist.sys.purgeable_assets=1
ro.config.hw_quickpoweron=true


Reclaim Space
(If you did not notice, the ROM on the phone is built for a number of carriers. This removes duplicate garbage.)
Code:
space.sh - <<This is for Sprint Only.. I'll update this to cover all carriers and explain it better.

I'll add more soon.
 
@bg4m3r
AFAIK
The DNS is for full bandwith streaming Youtube. Doesnt throttle how fast you stream video.


The volume step, make sure you only have one edit in build.prop (that there isn't a duplicate entry). Screenshot of volume in build.prop.
Screenshot_2015-11-25-23-17-30.png


Sure would like a response at to what the contents of space.sh are suppose to be or at least what direction it was going to head in.
 
Last edited:
Upvote 0
@bg4m3r
AFAIK
The DNS is for full bandwith streaming Youtube. Doesnt throttle how fast you stream video.

Code:
#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

I only added the DNS section, I'm currently throttled on boost for a few more days till the new month of service kicks in. On cellular with Wifi turned off I still have jittery playback in Youtube. Was there another fix I needed for full bandwidth youtube? Or is it only useful to aid in getting the fastest Youtube speeds while your plan isn't throttled?
 
Upvote 0
Code:
#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

I only added the DNS section, I'm currently throttled on boost for a few more days till the new month of service kicks in. On cellular with Wifi turned off I still have jittery playback in Youtube. Was there another fix I needed for full bandwidth youtube? Or is it only useful to aid in getting the fastest Youtube speeds while your plan isn't throttled?

DNS tweaks only apply to wifi. Also, most of these tweaks are outdated. there is a mot tweak which is for motorola. lmao i think that one originally came from the atrix, there more for old gingerbread. Furthermore, i wouldnt disable logs until your rom is 100% tweaked and stable.
If you want to really tweak your os your going to have to make our own kernel because there is no telling when a demon is gonna call a module and reset all your scripts. Moreover, the only 100% working tweaks that i can guarantee are inside of developer options, and at this website
https://source.android.com/devices/tech/config/low-ram.html
 
Last edited by a moderator:
  • Like
Reactions: blaqueknight
Upvote 0

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