Blazing Fast Milestone Powered by my V6 SuperCharger Script
If you're a SuperCharger too, consider clicking the button![]()
Hey Zeppelinrox if you ever need anything tested im your man, im really handy at fixing my phone so don't worry jus tell me what to do!
Im trying to start a new DROID X2 tester so if anyone needs testing jus contact me!
DX2
Hello Zep! first off, man, your SuperCharger IS TOPDOG on my phone!!!!
My current min freeze are: 12, 24, 110, 130, 160, 175 (!)
question is, is this dangerous? how do you recommend we go about testing certain values? The other values (ie mega...) is only getting me around100-90 free ram...
Thanks a lot. Youre DAMAN!!!![]()
-D2G
-DX2
-GNex on Android Revolution HD 2.1.2
Same here... quadrant before was 1850 highest and afterwards I could only get about 1750
Linpack scores also slightly lower but smartbench was a tiny bit better( linpack before 19.7-19.9, after 19.4-19.6...smartbench before 950, 1010; after 1015, 1050) also I noticed that with those lines in I could free up more memory when using go launcher task killer widget (average before was 85-90 MB free and after was 90-100 free [tested right after a full reboot both times])
Sent from my DROID using DroidForums
Galaxy nexus all-in-one guide with tweaks for performance and battery life
Droid 1 tweaks, hacks, and other goodies here
current phone The GALAXY NEXUS LTE allthe
liquid and franco kernel
previous phone the trusty ol' droid 1
So... it's a good tweak you figure?
I just kinda came up with that by accident... lol
Blazing Fast Milestone Powered by my V6 SuperCharger Script
If you're a SuperCharger too, consider clicking the button![]()
I went back to simply stunning rom so I'll try them again on here...I think liquids tweaks have a setting to make the processes unlimited anyway
Sent from my Droid using DroidForums
Here's liquids init.d tweaks file for reference
#!/system/bin/sh
# scheduler tweaks
LOOP=`ls -d /sys/block/loop*`
RAM=`ls -d /sys/block/ram*`
for i in $LOOP $RAM
do
echo 2048 > $i/queue/nr_requests
echo deadline > $i/queue/scheduler
echo 3072 > $i/queue/read_ahead_kb
done
# unlimit processes
ulimit -n 100000
ulimit -s unlimited
# remount relatime
for k in $(mount | grep relatime | cut -d " " -f3)
do
mount -o remount,noatime $k
done
# remount diratime
for k in $(mount | grep diratime | cut -d " " -f3)
do
mount -o remount,nodiratime $k
sync
done
# memory management
echo 0,3,5,7,14,15 > /sys/module/lowmemorykiller/parameters/adj
echo 2048,3072,6656,7168,7680,8192 > /sys/module/lowmemorykiller/parameters/minfree
echo 0 > /sys/module/lowmemorykiller/parameters/debug_level
# cpu/cpufreq/ondemand
echo 90 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 30000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
# cpu/cpu0/cpufreq/ondemand
echo 90 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
echo 30000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
# cpu/cpu0/cpufreq/interactive
echo 80 > /sys/devices/system/cpu/cpufreq/interactive/go_maxspeed_load
echo 30000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
# cpu/cpufreq/interactive
echo 80 > /sys/devices/system/cpu/cpu0/cpufreq/interactive/go_maxspeed_load
echo 30000 > /sys/devices/system/cpu/cpu0/cpufreq/interactive/min_sample_time
# sdcard boost
echo 3072 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
# sysctl tweaks
sysctl -p /system/etc/sysctl.conf
# disable logs
rm /dev/log/main
sync
Last edited by metalspring; 08-01-2011 at 08:45 PM.
Galaxy nexus all-in-one guide with tweaks for performance and battery life
Droid 1 tweaks, hacks, and other goodies here
current phone The GALAXY NEXUS LTE allthe
liquid and franco kernel
previous phone the trusty ol' droid 1
Btw, before you release a finalfull V8 supercharger script I thought of something you might wanna have people test- what does your 3g tweak do to a 4g phone? (Like the thunderbolt) would it make even 4g faster?, would it only make the 3g part faster?, disable 4g?, or bootloop?
Sent from my Droid using DroidForums
Galaxy nexus all-in-one guide with tweaks for performance and battery life
Droid 1 tweaks, hacks, and other goodies here
current phone The GALAXY NEXUS LTE allthe
liquid and franco kernel
previous phone the trusty ol' droid 1
Good question.
Lotsa 4g users using it at xda... I'll have to look into that for sure...
Thanks for sharing the init.d scripts...
Is that rom supercharged?
I noticed: echo 0,3,5,7,14,15 > /sys/module/lowmemorykiller/parameters/adj
heh
Blazing Fast Milestone Powered by my V6 SuperCharger Script
If you're a SuperCharger too, consider clicking the button![]()
Yes it is supercharged that is my own init.d script I sent to liquid....I did have a comment mentioning your name zep but it was left out I guess because I had some other lines that were left out as well....I send all my tweaks to liquid then he decides what to use. Those minfree is your balanced 3 that I custoomized
Last edited by SaxaDroid; 08-01-2011 at 09:52 PM.