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

Root [Boost Mobile] Give me your Tweaks...

drewhill77

Android Enthusiast
Aug 26, 2012
662
206
Indianapolis, IN
This weekend I am going to be benchmarking various Scripts and build.prop settings to see what if any effect they have to our phones. Each script will be tested individually and cumulatively.

Platform -
Stock B08c / Stock Kernel
Deodexed
Bloatware Removed
Rooted/SuperSU/Busybox
Bash/Nano/Sqlite
init.d support via debuggered

Benchmark Tools -
AnTuTu Benchmark
Speedtest.net

Categories -
CPU/RAM
2d/3d Graphics
Database I/O
SD I/O
3G Data
WiFi Data

Process -
All build.prop tweaks will be set via ADB setprop command.
All scripts will be ran via init.d on boot and removed after testing.
Each benchmark will consist of 3 tests (to allow for variance) and averaged.
Phone will be rebooted (to remove setprops) and cache/dalvik_cache wiped.

So please post your Tweaks here and state what category they belong in as well as whether they are intended to run alongside additional Tweaks.

Thanks:)
 
  • Like
Reactions: drewhill77
Upvote 0
It's just a suggestion but you can start with the superphone 3 build.prop tweaks. We already know they work for our phone so I'd imagine that's a good place to start. I guess you can also compare that to the v6 supercharger script also found at xda.

This is a great idea, It will take a great deal of time. I would appreciate it as much as everyone else especially when it comes to developing roms and choosing which tweaks to include. Thank you for your work!
 
  • Like
Reactions: drewhill77
Upvote 0
Then redo the test with swap ;)


I actually considered doing that...but

1. I don't have that much time on my hands

2. If I did yours then I'd have to do shins oc kernel...again time and I don't wanna make this a competition

I figure that stock kernel will give me the best baseline and solid results everyone can agree on
 
Upvote 0
I actually considered doing that...but

1. I don't have that much time on my hands

2. If I did yours then I'd have to do shins oc kernel...again time and I don't wanna make this a competition

I figure that stock kernel will give me the best baseline and solid results everyone can agree on

or what you can do is grab 2 more ppl, one to test stock kernel with tweaks and post results, and the same with the 2 or 3 other kernels and compare resullts. there's no need for you to take this huge task on all by yourself :) and im sure there's willing able bodies to help you
 
Upvote 0
or what you can do is grab 2 more ppl, one to test stock kernel with tweaks and post results, and the same with the 2 or 3 other kernels and compare resullts. there's no need for you to take this huge task on all by yourself :) and im sure there's willing able bodies to help you

If anybody else wants to benchmark various tweaks with other kernels they're more than welcome to it :).

I've just never been convinced that all of these tweaks actually have an effect on our phones...right now I'm trying to test those that should some benchmarkable effect. Some, like window scrolling and max windows will only have a visual effect...same with fast reboot and no bootanim.

The biggest issue I've come against and why it's taking so long is that I've had to gather up all of the various tweaks, collate them and try to separate them into groups by what there effect is...I've mostly got that out of the way and now am in the process of testing
 
Upvote 0
south-park-tweek-coffee.png


Here's mine.
 
Upvote 0
Looks like some make a little difference on some areas.

Except for when i ran debug.composition.type=hw...and that was an exceptionally low score...everything else was inside of a normal variance for benchmarking. I'm expecting better results from testing memory and 3g tweaks though....hopefully tomorrow night.

Sadly GB/stock kernel doesn't allow much in the way of hardware acceleration...best we've got is the fact that we do have a gpu and eventually may be able to overclock it ;) As far as I know neither shins or dtms kernels have touched on graphics...
 
Upvote 0
If anybody else wants to benchmark various tweaks with other kernels they're more than welcome to it :).

I've just never been convinced that all of these tweaks actually have an effect on our phones...right now I'm trying to test those that should some benchmarkable effect. Some, like window scrolling and max windows will only have a visual effect...same with fast reboot and no bootanim.

The biggest issue I've come against and why it's taking so long is that I've had to gather up all of the various tweaks, collate them and try to separate them into groups by what there effect is...I've mostly got that out of the way and now am in the process of testing

You show me what to do and how to do it (or point me in the direction o find out) I will be more than happy to help you out sir!
 
Upvote 0
You show me what to do and how to do it (or point me in the direction o find out) I will be more than happy to help you out sir!

Here is a list of the build.prop tweaks I'm testing prop test

Start out with stock build.prop in /system/.
Using ADB shell type "getprop | grep <property>"
-replace <property> with whatever property you're checking to see if it exists


Code:
getprop | grep debug.composition.type

note whether or not that property already exisisted
then type "setprop <property> <setting>"
-replace <property> and <setting>

Code:
setprop debug.composition.type gpu

run "getprop | grep <property>" again to confirm the setting

run antutu 3 times and average the results...

reboot your phone after the tests and the property will revert to system standard or disappear if it didn't exist prior to your setting it...except for properties starting with "persisit". Properties starting with "persist" will carry through on a reboot if they don't already have a setting in init.rc or build.prop. Persistent props are generally true/fale (1/0) so just change it to the opposite of what you were testing...or reinstall your rom to wipe it out entirely.
 
Upvote 0
Here is a list of the build.prop tweaks I'm testing prop test

Start out with stock build.prop in /system/.
Using ADB shell type "getprop | grep <property>"
-replace <property> with whatever property you're checking to see if it exists


Code:
getprop | grep debug.composition.type

note whether or not that property already exisisted
then type "setprop <property> <setting>"
-replace <property> and <setting>

Code:
setprop debug.composition.type gpu

run "getprop | grep <property>" again to confirm the setting

run antutu 3 times and average the results...

reboot your phone after the tests and the property will revert to system standard or disappear if it didn't exist prior to your setting it...except for properties starting with "persisit". Properties starting with "persist" will carry through on a reboot if they don't already have a setting in init.rc or build.prop. Persistent props are generally true/fale (1/0) so just change it to the opposite of what you were testing...or reinstall your rom to wipe it out entirely.

Oh awesome, I'll get started then. Now I guess what I need is a copy of shin's or downs kernel on a copy of stock, rooted rom. is that correct?
 
Upvote 0
Oh awesome, I'll get started then. Now I guess what I need is a copy of shin's or downs kernel on a copy of stock, rooted rom. is that correct?

Lol As close to stock as you can get...obviously oc needs to be oc'd and swap needs an active swapfile since those are the primary aspects of each... I don't know if additional properties were coded in either kernel.
 
Upvote 0
Problem is with mine, there are changes. V1 was just swap, v1.10 removed ext2 and ext3 support for a little more free memory, v1.11-2 not released. V1.13 adds ramzswap support(Google it). So there are many different versions that may affect testing. Noob is running the latest public release. There are other builds not quite ready, or hush hush. And as far as versioning, there is not much of a way to tell being that any visible changes can't be titled because they will break wifi. Blah blah blah, I'm done rambling on, good night :cool:
 
Upvote 0
OK...running through other settings I'm not seeing any results from AnTuTu outside of normal variance. Got to the point where I would change a setting and only test once. This is not to say that these settings don't have an effect...they may simply not be benchmarkable. At this point I am skipping ahead to the 3g/Data tweaks...which I know have an effect. I will test each setting 5 times and post the hi/low range of ping, down and up speeds.
 
  • Like
Reactions: Tigatron
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