(TWEAK'S) Deodex/odex tweak build.prop tweaks etc - Eee Pad Transformer Android Development

More tweaks being added see below!!!!!!!!!
Here's a little tip/tweak!!!!!!
All credit goes to my friend Nibras Reeza this is hes work all credit to him im just the messenger. I tested this tweak for him awhile back in the GT540 thread tried it on the TF101 and had great results so thought I should share
This wasnt supposed to be a tweak for devices with 1Gb of RAM etc. However I think if I had to choose odexed or deodexed I would choose deodexed plus this tweak no matter what device no matter how much RAM.
AS WITH ANY MODDING PROCEDURE FOR YOUR PHONE, THIS GUIDE ALSO COMES WITH NO WARRANTY. AUTHOR HOLDS NO RESPONSIBILITY FOR ANY DIRECT AND INDIRECT CONSEQUENCES OF FOLLOWING THIS GUIDE. MAKE SURE YOU HAVE MADE A NAND BACKUP BEFORE PROCEEDING.
This will give a performance boost in deodexed ROMs as much as odexing system & data apps. This is an alternative for odexing. It's not that you can't apply this tweak on an odexed ROM but rather, it's useless to do so.
1) Open Terminal Emulator on phone or adb shell from PC and type the following.
su
setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=v
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
2) Add these to the /data/local.prop or build.prop.
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=v
(Copy local.prop or build.prop to SD and edit them. Copy back afterwards. If lines starting with dalvik.vm.verify-bytecode or dalvik.vm.dexopt-flags exist already, please modify them as above. Also type following in adb shell or terminal emulator.
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
Advantages:
More free RAM.
Faster launch for system & user apps during the second launch.
Gives as much as of a performance boost as ODEX without odexing. Themer friendly.
Smoother app switching.
Disadvantages:
Might break some apps. ( I have not had any break you probably wont either but you have been warned!!!! )
Reversing the change/undo tweak.
Type the following in shell.
su
setprop dalvik.vm.verify-bytecode true
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
WARNING!!! (Have had a few people have this problem) If you have V6Supercharger installed and you are trying to edit the build.prop through root explorer or similar and its just not working its not the tweaks fault nor my fault you must Un-Supercharge edit the build.prop then Re-Supercharge afterwards!
MORE TWEAKS!!!!!!!!!!!!!!!!
I will add to this section when I can mostly just build.prop tweaks or change's to settings that might help some people get there device a little smoother
##########################
**Improve Touch Performance**
1. Open up your favorite Root explorer
2. Open build.prop in a text editor
3. Add this line of code ( windowsmgr.max_events_per_sec=500 )
4. Save and exit and delete build.prop.bak if you trust the tweak
5. Reboot Enjoy
Quick note if your build.prop has an additional build properties section the line of code needs to go in there !!!!!
###########################
**Dalvik Tweak**
1. Open up your favorite Root explorer
2. Open build.prop in a text editor
3. The line of code stating the vm growth will usually be set around 32-48 on some TF101 roms they now use 54-64 Thanks for the support devs
4. Save and exit and delete build.prop.bak if you trust the tweak
5. Reboot to Recovery
6. Wipe Cache and Dalvik-Cache
7. Reboot Enjoy
############################
To be continued......
ADDING MORE SOON BUT WANT THEM TO BE 4.0.3 SPECIFIC SO LOTS OF TRIAL AND ERROR HAPPENING

The problem with this is that it just turns off the dalvik controlls, so it may break some apks. Nice tweak, however

Will give this a go later.
Is there any reason why it wouldn't work in ics?
Sent from my HTC Desire Z using xda premium

Tried it on my phone with CM7.1 and everything is fine... I'm not sure if it improoved but I'm not getting any errors from apps...

i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium

gnufabio said:
The problem with this is that it just turns off the dalvik controlls, so it may break some apks. Nice tweak, however
Click to expand...
Click to collapse
Cheers im looking into a few other tweaks and tricks at the moment will post if theres any good ones
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )

pashinator said:
i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Haha goog to see another gt owner and yes im pretty sure it is now
Ive had people at univerrsity and a couple of mates ask if it was one of the first androids ever lol
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )

pashinator said:
i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
UNIX-like systems cache eveything and as memory is needed, lesser used cached items are purged. If you have a UNIX-like system that has a lot of free RAM, your system is not running at optimal performance. Empty RAM is wasted RAM.
Cheers!
-M
Xda member since 2007

every time i run rm /cache/dalvik-cache/* it fails but wiping the dalvik cache in CWM will do the same thing correct?

mrevankyle said:
every time i run rm /cache/dalvik-cache/* it fails but wiping the dalvik cache in CWM will do the same thing correct?
Click to expand...
Click to collapse
Correct
With mine i cleaned cache also aswell as cleared out staging but thats just me
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )

dragon_76 said:
UNIX-like systems cache eveything and as memory is needed, lesser used cached items are purged. If you have a UNIX-like system that has a lot of free RAM, your system is not running at optimal performance. Empty RAM is wasted RAM.
Cheers!
-M
Xda member since 2007
Click to expand...
Click to collapse
This is true but theres alot to be said for the way the system uses that ram its not about using all of it its about using it wisely a nicely tweaked efficient unix system can run on 100mb of ram even less hell i had ubuntu running alright on my gt540 before i got the transformer.
My point free ram is not always wasted ram
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )

This is interesting. I might try to implement this on G1. But not a TF rom, doesn't make sense to me atm.
Btw, free ram in android means faster app launch times, especially on devices low on ram.

jcarrz1 said:
This is interesting. I might try to implement this on G1. But not a TF rom, doesn't make sense to me atm.
Btw, free ram in android means faster app launch times, especially on devices low on ram.
Click to expand...
Click to collapse
+1 thankyou sir!!
By all means have a jam im probably going to post more tweaks soon just testing them and screwing round with bits
Sent from my tf Enigmatic V2 beta 1.65Ghz Panda.test cust kernel settings

Thanks. Confirmed working.

you're welcome should have more soon
Sent from my tf running krakd warped an twisted 1544mhz Blades kernel

On my TF I have no /data/local.prop or build.prop... suggestions? I have a build.prop under the system folder.

nappent said:
On my TF I have no /data/local.prop or build.prop... suggestions? I have a build.prop under the system folder.
Click to expand...
Click to collapse
default.prop should be in root folder
build.prop is in /system

mrevankyle said:
default.prop should be in root folder
build.prop is in /system
Click to expand...
Click to collapse
What? This mod has nothing to do with the default.prop. I don't understand how that can help me as it was not mentioned in the OP.

Hello, just dropping by to let you know that your thread has been featured on the XDA Portal
http://www.xda-developers.com/andro...-best-of-both-worlds-for-eee-pad-transformer/

Hi!
Just tried this on a sk17i with 2.3.4 (Xperia Mini Pro) Feeling good so far!

Related

[TEST][TWEAK] [BL & MP] Kifno's Android Universal Scripts v0.1 (3/26/11)

Kifno's Android Universal Scripts v0.1 (3/26/11)
Battery Life & Performance Builds​
PLEASE READ THE ENTIRE POST​
What did I do?
- Network Speed Increased 175%-400% on MOBILE NETWORK ONLY (175%-400% increases is depending on if you used ##codes## which are only available for 2.1 sense roms)
- Better wifi and mobile connections
- Optimized & Tweaked VM
- Optimized & Tweaked Kernal Settings
- Less Lag In Phone Calls
- Changed Dalvik VM Size
- Video Hardware Optimizing and Performance Tweaks
- Extended Battery Life and/or Increased Performance
- Tuned the android kernel [/B]
Requirements:
- Rooted Android Phone
- Recovery Menu that can flash .zip files
ATTENTION​
DO NOT, I REPEAT, DO NOT USE SETCPU, OVERCLOCKWIDGET, OR ANY APP/SCRIPT/TWEAK/MOD THAT AFFECTS YOUR CPU, WITH THIS MOD/TWEAK!!!!!!ALSO WARNING USE THIS TWEAK AT YOUR OWN RISK!!! I TAKE NO RESPONSIBILITY FOR WHAT HAPPENS TO YOUR PHONE IF SOMETHING GOES WRONG! ALTHOUGH UNTIL THIS IS STABLE, IF SOMETHING DOES HAPPEN I WILL HELP YOU AS MUCH AS POSSIBLE!!!
INSTRUCTIONS
Installing Instructions (Recovery Menu):
Difficulty: Easy
Download the Kifno Tweak's Universal Script v1.2 HERE
NOTE: The BL version is for battery life and the MP version is for more performance.
BATTERY LIFE VERSION
Charge phone to 100% and leave on the charger during this process
Put the .zip on the root of your sd card
Reboot into recovery
Backup & Wipe Everything
Flash Rom
Fix permissions if using clockwork recovery
Flash your battery life version
Reboot
Unplug Charger and do not plug back in until your phone dies
Reboot into recovery once it is dead by connecting charger
Wipe battery stats
Charge to 100% and repeat the discharging, wiping, and charging process about 3-5 times
Enjoy the battery life
MORE PERFORMANCE
Put the .performance version zip on the root of your sd card
Reboot into recovery
Fix permissions if using clockwork recovery
Flash your removal zip
Reboot
AFTER INSTALLING ONE OR THE OTHER (MP OR BL)
Reboot recovery after flashing one of the above
Put the remove network xxx on your sd card which you can get here (americans = remove international; others outside america = remove america)
Reboot into recovery
Fix permissions if using clockwork recovery
Flash your removal network zip that you need (americans = remove international; others outside america = remove america)
Reboot
Removal Instructions (Recovery Menu):
Difficulty: EXTREMELY HARD (B/C YOU SHOULDN'T REMOVE )
Download the [REMOVE] Kifno Tweak's Universal Script vv0.1 HERE
Put the removal version zip on the root of your sd card
Reboot into recovery
Fix permissions if using clockwork recovery
Flash your removal zip
Reboot
TESTED AND SUCCESSFUL ON
Optimus S
- Cm7
TESTED AND FAILED (BOOTLOOP/LAGGING) ON
- n/a
(need testers for those roms w/ v0.1 )
....please test and report if working or not This may or may not work on your rom or just your phone period, if it doesn't work, I am not responsible if it doesn't work for your phone/something happens to it. Though if it does work for your phone phone please post phone and rom
Change Log
Code:
3/26
- initial test release to see what phones and what roms this script works on successfully
- initial test for positive feedback
(this is for the next release)
x/xx
- Poll: Yes = +/- x amount of votes No = +/- x amount of votes
Donations
If you like my universal tweak, please donate. I know donations might not come soon because this is still in the works for making this script universal for all android phones, instead of just the HeroC. The donations don't have to be huge but donations are welcome for my work and they'll help pay for the energy drinks I buy to stay up late at night to develope.
Credits:
unCoRrUpTeD
TONS OF HELP WITH TEACHING AND HELPING WITH THE CODING OF THE SCRIPTS​
this is only v0.1 this has a long road ahead of its developement so this won't be as good as or better than my heroc specific script....yet
updated first post with instructions for removing network tweak you don't need please do that after you flash one of the two scripts
MP Works on.Optimus S Cm7 XD idk if its the placebo or.not.but.this is.blazing fast!
Sent from my LS670 using Tapatalk
yup this is the place to report if its fast not fast, lagging, boot looping.....any and everything about this tweak this was major in the heroc forums so i HAD to make it completely universal for android
Can I flash bl over MP? Is there any difference between the.two besides deleting battery stats ?
Sent from my LS670 using Tapatalk
bl = battery life
mp = more performance
you can't use both....if you flash bl then mp...mp will be in effect....vis versa mp then bl being flashed only means bl will be in effect
basically you can't get the best of both worlds
i personally use mp though
Aww :-( Hmm will.stick with mp then ill just redo the deleting battery stats.tricks a couple.times. ill see.if that.helps
Sent from my LS670 using Tapatalk
so the removing USA network tweaks is interesting
is that usable stand alone? ie., to remove some undesirable tweaks built in to our roms? or is that used to remove tweaks that your other script makes
tnpapadakos said:
so the removing USA network tweaks is interesting
is that usable stand alone? ie., to remove some undesirable tweaks built in to our roms? or is that used to remove tweaks that your other script makes
Click to expand...
Click to collapse
yup i tagged the usa vs international so that if your location is one of the two you can delete the other so yes it is inside my script
kifno said:
yup i tagged the usa vs international so that if your location is one of the two you can delete the other so yes it is inside my script
Click to expand...
Click to collapse
ok thanks .
Okay decided to try out bl, and its very good (1% drop in 20 mins) but it lags horribly.
Sent from my LS670 using Tapatalk
I am sorry if I say something wrong here, but is it possible to make a script only for the network part? So we can use setcpu?
olmos.lalo said:
Okay decided to try out bl, and its very good (1% drop in 20 mins) but it lags horribly.
Sent from my LS670 using Tapatalk
Click to expand...
Click to collapse
Yeah I'm working fixing the lag while keeping the battery life.....its pretty hard to do lol
Sent from my HERO200 using XDA Premium App
Martinhdk said:
I am sorry if I say something wrong here, but is it possible to make a script only for the network part? So we can use setcpu?
Click to expand...
Click to collapse
I sure can ill have one up later today
Sent from my HERO200 using XDA Premium App
MP version lag like hell on X10 stock rom. Quadrant score event is lower than original build.pro
dude ur n/w tweak removal file/code delnet.sh is incorrect.. it wont work properly...
u are executing:
Code:
cat build.prop | sed -e "/# NTA <start>/,/# NTA <end>/c" > new_build.prop
which is not using /system/build.prop file but build.prop located in /tmp/ also the build.prop is never getting changed... its just dumping the extracted contents of build.prop without the n/w mod lines into a new file new_build.prop
instead use the following in-place modification command:
Code:
sed -i -e "/# NTA <start>/,/# NTA <end>/c" /system/bin/build.prop
the same problem might also be there in other files but i havent checked all of them...
DooMLoRD said:
dude ur n/w tweak removal file/code delnet.sh is incorrect.. it wont work properly...
u are executing:
Code:
cat build.prop | sed -e "/# NTA <start>/,/# NTA <end>/c" > new_build.prop
which is not using /system/build.prop file but build.prop located in /tmp/ also the build.prop is never getting changed... its just dumping the extracted contents of build.prop without the n/w mod lines into a new file new_build.prop
instead use the following in-place modification command:
Code:
sed -i -e "/# NTA <start>/,/# NTA <end>/c" /system/bin/build.prop
the same problem might also be there in other files but i havent checked all of them...
Click to expand...
Click to collapse
Thanks for finding that fix and this tweak might not be great until I can get it set to where it searches the build.prop for the device type by reading some lines and then applying a certain tweak set for that rom. It'll be a lot of coding so I just released this to test what will generally work for performance and battery life. Once I finish all the coding and release the terminal/advanced shell option GUI version that's when this script will really shine but that is a work in progress, so for now I'm working on finding general settings to increase performance or battery life for all android phones.
Sent from my HERO200 using XDA Premium App
i've updated the network removal tweaks so they work now
This looks interesting, I'll check it out and see if it will run on my zio when I get the chance
Sent from my Zio using XDA App

[Scripts] The Legit Zip (Feb 8, 2012) & Nifty Coniptions Tweaks v1.01 -

For the newest tweaks, see post #2. Will have links and info there.
Here is a flashable zip of 3 scripts that when put together speed up your phone and make it faster. I did not write these scripts, I just edited them to work like Car-O-Dopes tweaks. It basically has the same values as Car-o-Dopes tweaks. I used the S97ramscript, KickAssKernel, and 02sicktweaks but I changed the values of each script to match what Car-o-Dopes tweaks do, and I wanted to share this with you all because it makes installing these tweaks easier and faster. Thanks to zeppelinrox for the kickasskernelizer, Juwe11 for the S97ramscript, Smokinl1337 for the 02sicktweaks, coffehandle for giving me the idea when he made his own tweaks, and Car-o-Dope for coming up with the ultimate combination of out-of-memory settings and sysctl tweaks that make your phone smooth as butter.
I use this on my HTC Evo 4g running Shooter E3D, with AnthraX kernel and it works like a charm.
Just incase anyone is wondering what this does for your phone, it can make it run a lot faster, smoother, and a whole lot better. It could possibly increase battery life as well.
http://dl.dropbox.com/u/40376256/niftyconiptionstweaks.zip
Thanks to coffeehandle for update-script, now there's no need to mount /system and /data. When using either of the two updated scripts below, skip steps 9 and 11.
Sense Version (skip steps 9 and 11)
http://dl.dropbox.com/u/40376256/Updated niftyconiptionstweaks/niftyconiptionstweaks.zip
AOSP Version (skip steps 9 and 11) - vfs cache pressure changed to 10
http://dl.dropbox.com/u/40376256/Updated niftyconiptionstweaks/niftyconiptionstweaksAOSP.zip
Flash at your own risk. I am in no way responsible for anything that happens to your phone.
Instructions: Follow Exactly
1) Make a nandroid backup incase something goes wrong or you want to revert.
2) Download a file manager like Root Explorer or ES File Explorer (I use Root explorer).
3) Open up root explorer and go to /system/etc/init.d. Click on the "Mount R/W"(that way you can delete files).
4) Delete any or move to a folder on your sdcard (incase you want to revert) any ram scripts or ram tweaks you may have that is in the "init.d" folder (examples of ram scripts or tweaks are 01sysctl, 06sysctl, 02sicktweaks, S97ramscript, 99supercharge, and 98Kickasskernel).
5) Also if you are running v6 supercharger, you need to un-supercharge. If you are running Kickass Kernelizer, you need to un-kernelize and do not run those scripts while you have the niftyconiptionsscripts installed.
6) Uninstall any ram manager apps or task killers and do not use these.
7) After you uninstall all of that, reboot your phone and verify that none of the scripts you had before are still installed. (it will mess with the scripts you are about to install).
8) Boot into recovery (preferably Amon Ra).
9) [ONLY DO THIS STEP IF YOU ARE USING THE ORIGINAL TWEAKS] Once in recovery, you need to mount /system, then mount /data.
10) Find the niftyconiptionstweaks.zip you downloaded and flash it.
11) [ONLY DO THIS STEP IF YOU ARE USING THE ORIGINAL TWEAKS] After you flash the zip, go back and unmount /system. Don't mess with the /data because after you flashed the zip, it automatically unmounted the /data for you.
12) Reboot phone and enjoy. Let your phone set at the lock screen for about 2 minutes, unlock and let it set for another 2 minutes to let it settle in. Your phone will become dramatically smoother after about an hour.
To see if the settings stick, in root explorer go to /system/etc/init.d and see if you can find the scripts. For a double check, download Rom Toolbox, go to the "performance" tab then check the "Auto Memory Manager" and see if it has values of 6,12,55,70,85,100 and "Sysctl tweaks" section to see if it has the values of 4096, 70, 50, 50.
If you're having trouble getting the settings to stick, double check that you've done all the instructions and if you have, download Busybox Installer off of the market and change your busybox to 1.18.2. Remove the scripts that may have been installed when you first flashed these tweaks, reboot, reboot again into recovery and flash the scripts.
Nifty Coniptions Tweaks
Updated niftyconitpionstweaks. Install just as you would before and follow directions as posted above. I got rid of some unnecessary settings in the scripts. Also your sdcard read ahead speed will change to 512kb which is the optimal value for the evo.
Sense Version (skip steps 9 and 11)
http://dl.dropbox.com/u/40376256/Nifty-v1.01/niftyconiptionstweaks-Sense-v1.01.zip
AOSP Version (skip steps 9 and 11)
http://dl.dropbox.com/u/40376256/Nifty-v1.01/niftyconiptionstweaks-AOSP-v1.01.zip
The Legit Zip
http://dl.dropbox.com/u/40376256/Nifty-v1.01/TheLegitZip.zip
Here is The Legit Zip I just put together. This has the same settings as the V6 Supercharger on option 8 and the Kickasskernalizer. I did not change any values to these so its the same as installing those two scipts manually. Again, I did not write these scripts, I just put them into a tweak bundle to make it easier to install. Thanks to zepplinrox for making the V6 supercharger and the Kickasskernalizer. To install this, follow the same instructions in the first post and remember to skip steps 9 and 11.
To see if the settings stuck, download Rom Toolbox Pro and go to the performance tab, Kernel tweaks or Sysctl Tweaks (depending on what version of the application you have) and see if it reads as Min Free KBytes - 4096, Dirty Ratio - 95, Dirty Background Ratio - 60, VFS Cache Pressure - 10. Then go to the Auto Memory Manager and see if it reads as 6,12,150,165,180,200.
If you would like me to add another version of the V6 Supercharger just let me know.
Have fun and hit that thanks button if you like it.
Awesome tweak bundle,thanks for sharing this.
Your welcome. Haha I like that "tweak bundle". May use that in the title
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
scottypeterson said:
Your welcome. Haha I like that "tweak bundle". May use that in the title
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
Click to expand...
Click to collapse
AAhh,i see you did,i knew i shoulda copyrighted that,lol.
Diablo67 said:
AAhh,i see you did,i knew i shoulda copyrighted that,lol.
Click to expand...
Click to collapse
Lol
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
oh bah i swear once i decide to flash something else new stuff comes that i wanna try out. any thoughts on flashing this after a fresh(i dont mean the fresh rom i mean new) rom install? just do the rom and setup and reboot then or think its ok to flash right after the rom (obviously following instructions as above after step 8)?
ben.nesheim said:
oh bah i swear once i decide to flash something else new stuff comes that i wanna try out. any thoughts on flashing this after a fresh(i dont mean the fresh rom i mean new) rom install? just do the rom and setup and reboot then or think its ok to flash right after the rom (obviously following instructions as above after step 8)?
Click to expand...
Click to collapse
You should flash the rom and boot up because remember you need to delete any ram scripts or tweaks that may be built into the rom itself and also so you can be able to tell a difference after using these scripts if you like it or not.
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
You mentioned in the OP that you were running the Antrax kernel... I thought it didn't support init.d? Correct me if I'm wrong, but I thought I remembered reading that somewhere. If it does, then that's awesome cuz I love that kernel.
It's works for me. I've also got the most updated kernel he released. I've never heard of it not supporting init.d
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
dope moves man +1
scottypeterson said:
It's works for me. I've also got the most updated kernel he released. I've never heard of it not supporting init.d
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
Click to expand...
Click to collapse
Then obviously what I read was misinformation. It doesn't make sense to create a kernel that doesn't support it. BTW, this little tweaks zip you created is awesome. Thank you for your work sir.
wow i did the exact same thing and was thinking if i should post it
EDIT:
OP, if you want a better update script let me know. You wont have to do all that mounting and unmounting
Damn, this probably wouldn't work well with unvisible tweaks, I think it also has the ramscript, but if it does then wouldn't it just replace what was made before, so I wouldn't think it would cause any problems.
We need a BULK tweak zip that has all of these tweaks already in it, **** even include vipermod and v6 supercharger, oh my would that be a amazing all in one script.
oOflyeyesOo said:
Damn, this probably wouldn't work well with unvisible tweaks, I think it also has the ramscript, but if it does then wouldn't it just replace what was made before, so I wouldn't think it would cause any problems.
We need a BULK tweak zip that has all of these tweaks already in it, **** even include vipermod and v6 supercharger, oh my would that be a amazing all in one script.
Click to expand...
Click to collapse
you dont need to use v6 with a ramscript. Its redundant.
Even though it does have other cool options
coffeehandle said:
wow i did the exact same thing and was thinking if i should post it
EDIT:
OP, if you want a better update script let me know. You wont have to do all that mounting and unmounting
Click to expand...
Click to collapse
Yeah ill give it a try.
I assume I'd just delete the old "updater-script" and replace it with yours correct?
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
scottypeterson said:
Yeah ill give it a try.
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
Click to expand...
Click to collapse
Its gonna have ui_print that you will wanna remove. and just replace everthing except the mounting and unmounting program commands
How can we check to see if the scrips flashed/worked??? Thx
darkstar765 said:
How can we check to see if the scrips flashed/worked??? Thx
Click to expand...
Click to collapse
To check if they flashed use root explorer and go to ect\init.d or system/ect/init.d
Sent from my PC36100 using xda premium
darkstar765 said:
How can we check to see if the scrips flashed/worked??? Thx
Click to expand...
Click to collapse
Exactly like evo4gnoob said. You can also download Rom Toolbox, go to the "performance" tab then check the "Auto Memory Manager" and see if it has values of 6,12,55,70,85,100 and "Sysctl tweaks" section to see if it has the values of 4096, 70, 50, 50.
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.

V6 SuperCharger

Here is a tweak that I have used on several Android devices, called V6 SuperCharger. I am posting this for both developers and for the Infinity users that have problems with I/O and read/write speeds. I am unsure if it will assist with the I/O issues that the Infinity is experiencing.
This can be ran in the background as a script and can also be embedded into a ROM. It has many tweaks and the wall of text can be confusing at first. Read everything and although you can do everything manually its best to let it do it automatically. Since the Infinity uses ICS it will only boost it by 50% supercharge. You will need to be rooted for the other 50% supercharge. Everything can be reverted.
New version update 07-15-12. No longer a test, please see if it will pass without bootloops, they have been fixed.
TIPS:
Please read everything in full.
Use the full releases and not the Test releases
Use the v6 and not the experimental v8.
DO NOT have your launcher locked in memory.
http://forum.xda-developers.com/showthread.php?t=991276
All thanks to zepplinrox for his work and frequent updates, please donate to him.
______________________________________________________________________________________________
My Infinity went to Bootloop after this! (or after playing with services.odex, not sure). Everything worked fine on the phone (HTC ChaCha) I've tested it on just before..
---------- Post added at 05:58 AM ---------- Previous post was at 05:20 AM ----------
Factory reset didn't help (only clears /data and /cache). My Infinity is officialy bricked now. If ASUS doesn't replace it, it's just 1000$ in trash.
d14b0ll0s said:
My Infinity went to Bootloop after this! (or after playing with services.odex, not sure). Everything worked fine on the phone (HTC ChaCha) I've tested it on just before..
---------- Post added at 05:58 AM ---------- Previous post was at 05:20 AM ----------
Factory reset didn't help (only clears /data and /cache). My Infinity is officialy bricked now. If ASUS doesn't replace it, it's just 1000$ in trash.
Click to expand...
Click to collapse
Interesting. I haven't had any problems on the various android devices that I have run this on. When you ran it did you do the full run, where you replace the services.jar? or just the 50%? also did you choose the settings or did you let it pick for you?
what other tweaks have you made to the minfree?
does your nandroid from recovery work?
ganja5000 said:
Interesting. I haven't had any problems on the various android devices that I have run this on. When you ran it did you do the full run, where you replace the services.jar? or just the 50%? also did you choose the settings or did you let it pick for you?
what other tweaks have you made to the minfree?
does your nandroid from recovery work?
Click to expand...
Click to collapse
I didn't do nandroid backup, I don't have unlocked bootloader... so only stock recovery mode there.
I generally agreed to what it proposed and I replaced the services.odex. Could've been any of these. But looks like build.prop/dalvik-cache problem.
d14b0ll0s said:
I didn't do nandroid backup, I don't have unlocked bootloader... so only stock recovery mode there.
I generally agreed to what it proposed and I replaced the services.odex. Could've been any of these. But looks like build.prop/dalvik-cache problem.
Click to expand...
Click to collapse
From my recollection it is services.jar that you are editing. Did it instruct you to do the services.odex because of your rom?
ganja5000 said:
From my recollection it is services.jar that you are editing. Did it instruct you to do the services.odex because of your rom?
Click to expand...
Click to collapse
Yes, in ODEX this is the one that should be replaced according to guidelines (http://forum.xda-developers.com/showthread.php?p=16635544#post16635544).
Anyway, it is truly bricked now. I'll try to ship it to ASUS and hope they'll recognise the warranty...
(tried installing the TW firmware update, but recovery gives me "signature verification failed")
d14b0ll0s said:
Yes, in ODEX this is the one that should be replaced according to guidelines (http://forum.xda-developers.com/showthread.php?p=16635544#post16635544).
Anyway, it is truly bricked now. I'll try to ship it to ASUS and hope they'll recognise the warranty...
(tried installing the TW firmware update, but recovery gives me "signature verification failed")
Click to expand...
Click to collapse
OK i didn't realize it was different, and i've always done that on a cyanogen based rom.
if you had a recovery from which to run files from you could use this bootloop fixer.
http://forum.xda-developers.com/showpost.php?p=18853517&postcount=5381
I see that you have replied in the v6 supercharger thread and they were unable to assist. If you were to give them more information they could possibly give more help. i am wondering if the bootloop is linked with all the other changes you made to the tablet prior to using this script.
I managed to flash the Taiwanese version of firmware from ASUS
d14b0ll0s said:
I managed to flash the Taiwanese version
Click to expand...
Click to collapse
I am glad that you will have a working setup again. Hope you can get the localization back to your locale. Another Infinity owner reported that they ran the script but didn't encounter any bootloops. They did claim better seek times with video files.
I wonder if your problem was in relation to the tweaks you made to the tablet prior to running the script.
a few users have reported that the newest test could be the problem.
I apply the Update 9 RC10 Test 8 and it gives me a bootloop but Update 9 RC9 doesnt give me problems...
I myself have the RC10 test 8 running on my cellphone currently. no bootloops.
Ok, thanks!
The device on TW update (no tweaks) runs slower than before. RL Benchmark: 179 sec @balanced (first run), 150 sec @performance (2nd run)!!! Wonder what's behind this. Hopefully rooting and further tests will tell.
It's 8am here, so time to sleep, will report back later
d14b0ll0s said:
Ok, thanks!
The device on TW update (no tweaks) runs slower than before. RL Benchmark: 179 sec @balanced (first run), 150 sec @performance (2nd run)!!! Wonder what's behind this. Hopefully rooting and further tests will tell.
It's 8am here, so time to sleep, will report back later
Click to expand...
Click to collapse
It's nice to hear you got it working again :good:. Will you try to apply this tweak once again? Please report about the gains, if yes. I'm picking up my Infinity today and I will have 2 weeks to test/install all possible tweaks before a long trip ;-).
After redneck-style answer from its developer - NEVER. This community is about sth else.
I'll do all the necessary tweaks myself.
Getting all kind of weird bench results. AnTuTu shows 8000 CPU, but only 1000 GPU. CF attached.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
d14b0ll0s said:
After redneck-style answer from its developer - NEVER. This community is about sth else.
I'll do all the necessary tweaks myself.
Getting all kind of weird bench results. AnTuTu shows 8000 CPU, but only 1000 GPU. CF attached.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
I can understand your reluctance. I do feel it could have been handled differently by both sides though.
Nonetheless I am still hoping that this can be the solution to the read/write access delay problems.
d14b0ll0s said:
I managed to flash the Taiwanese version of firmware from ASUS
Click to expand...
Click to collapse
Sorry sorry I should have read.....
How? Can you share the steps? Is it any
Sent from my GT-N7000 using xda premium
@d14b0ll0s
It seems like you had the same Problem alike me in this thread http://forum.xda-developers.com/showthread.php?t=1761051.
If you have done an Factory reset, this should also deactivate the USB Debug Mode?
So how could you flash the tw Version without ADB access?
I was able in my case to get a replacement Device tomorrow, but without Dock, Because they didn't had it in Stock.
Hey guys, in the morning I wrote a post about how I did it and then accidentally deleted it, was to sleepy to do it again here it goes.
In fact, adb did not work. I've done everything through the microSD card.
First I tried renaming the file to this update zip file name recovery mode was looking for, but it said signature checking had failed. Then I put a few different files on my card - original zip with TW firmware, unpacked zip from it and unpacked files from this zip (blob). Not sure which of these work, should be one of the latter two
Anyway, the recovery mode droid showed up and was apparently installing files from the crd, then the device rebooted and stalled for a few minutes, with a progress bar at first and then the ASUS logo, so have some patience after doing this.
Changed the language from Taiwanese on the first screen and the initial process of setting up the device went smoothly. I have a Taiwanese keyboard installed, but ASUS keyboard in my native language (being Polish) is used by default. I get a sign in Taiwanese now and then but mostly in the language of choice from the locale.
My firmware is displayed as TW now.
Anyway, IT WORKED!!! It's like a 'deus ex machina' solution when you screw things up like I did hope this helps someone in a similar situation.
Sorry I didn't know it earlier so couldn't help in earlier posts.
Edit: The notifications in Taiwanese were only an initial thing, another reboot made them disappear for good, so the only difference I see is that I cannot uninstall Chinese keyboard, but by no means I'm obliged to use it.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
So basically what this SuperCharger thing does can be done easily without having to use the faulty script:
- it changes the launcher (any ideas on the best launcher for the Infinity? Apex and Nova are getting some good press)
- it changes some minfree values to free more RAM (see http://forum.xda-developers.com/showthread.php?t=622666), which for the Infinity would be set to 8,16,200,220,240,275 (= https://play.google.com/store/apps/details?id=com.dustypixels.minfreemanager and the like)
- it does some build.prop tweaks, but less than described in other threads @xda, including my collection of them: http://forum.xda-developers.com/showpost.php?p=28427614&postcount=1
- it does some network tweaks via sysctl:
busybox sysctl -w net.core.wmem_max=1048576;\
busybox sysctl -w net.core.rmem_max=1048576;\
busybox sysctl -w net.core.optmem_max=20480;\
busybox sysctl -w net.ipv4.tcp_moderate_rcvbuf=1; # Be sure that autotuning is in effect\
busybox sysctl -w net.ipv4.route.flush=1;\
busybox sysctl -w net.ipv4.udp_rmem_min=6144;\
busybox sysctl -w net.ipv4.udp_wmem_min=6144;\
busybox sysctl -w net.ipv4.tcp_rmem='"'6144 87380 1048576'"';\
busybox sysctl -w net.ipv4.tcp_wmem='"'6144 87380 1048576'"'
- it does some SQLite cleaning (we could start a thread on that, as it seems interesting)
- OOM Groupings (this is probably something that needs most attention here - if anybody had some experience with it, we could discuss it in a separate thread too)
d14b0ll0s said:
So basically what this SuperCharger thing does can be done easily without having to use the faulty script:
- it changes the launcher (any ideas on the best launcher for the Infinity? Apex and Nova are getting some good press)
- it changes some minfree values to free more RAM (see http://forum.xda-developers.com/showthread.php?t=622666), which for the Infinity would be set to 8,16,200,220,240,275 (= https://play.google.com/store/apps/details?id=com.dustypixels.minfreemanager and the like)
- it does some build.prop tweaks, but less than described in other threads @xda, including my collection of them: http://forum.xda-developers.com/showpost.php?p=28427614&postcount=1
- it does some network tweaks via sysctl:
busybox sysctl -w net.core.wmem_max=1048576;\
busybox sysctl -w net.core.rmem_max=1048576;\
busybox sysctl -w net.core.optmem_max=20480;\
busybox sysctl -w net.ipv4.tcp_moderate_rcvbuf=1; # Be sure that autotuning is in effect\
busybox sysctl -w net.ipv4.route.flush=1;\
busybox sysctl -w net.ipv4.udp_rmem_min=6144;\
busybox sysctl -w net.ipv4.udp_wmem_min=6144;\
busybox sysctl -w net.ipv4.tcp_rmem='"'6144 87380 1048576'"';\
busybox sysctl -w net.ipv4.tcp_wmem='"'6144 87380 1048576'"'
- it does some SQLite cleaning (we could start a thread on that, as it seems interesting)
- OOM Groupings (this is probably something that needs most attention here - if anybody had some experience with it, we could discuss it in a separate thread too)
Click to expand...
Click to collapse
So in other words... he basically wrote a simple batch file and is claiming it is some sort of magical unicron hack that no one else can ever do?
Can you poke around and see what the thing does that causes the infinity to bootloop and correct it? Also does it provide a actual solution to the I/O problem, or is it simply "streamlining" other things to help candy coat the problem?
reluttr said:
So in other words... he basically wrote a simple batch file and is claiming it is some sort of magical unicron hack that no one else can ever do?
Can you poke around and see what the thing does that causes the infinity to bootloop and correct it? Also does it provide a actual solution to the I/O problem, or is it simply "streamlining" other things to help candy coat the problem?
Click to expand...
Click to collapse
Minfrees is secondary and the other sysctl tweaks are gravy.
SuperCharging is all about ADJ priorities and the adj grouping fixes.
So show me somebody else that can make your launcher never redraw, no matter what.
Until that happens, then it's true that no one else can do it.
Oh, guess why a "Test" release has the word "Test" in it.... holy ****... dealing with illiterates is mind numbing.
Edit: And yes, all I did was write a simple, 7000+ line "simple batch file" that mods every conceivable android device.
Show me somebody else that has done that too.

[Guide] Supercharger V6 for everyone, make your phone faster

I wrote this guide for originally in elk759's JB CM10 thread, but with some modifications it works with every ROM and every phone.
I thought other guides were too hard to understand so I concluded all neccessary information and nothing more.
This guide is for Windows, because it uses a Windows tool to make the process MUCH easier. This only affects the modding of services.jar, so look at the original Supercharger thread for instructions withot the Windows tool.
Here are the benefits of using SUPERCHARGER, I cn approve that it works, it's faster, more apps can run and no launcher redraws!
___________________________________________________________________________
Sources:
http://forum.xda-developers.com/showpost.php?p=12058585&postcount=1
http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021
zeppelinrox said:
What's it do?
It makes your phone FAST... super snappy with better multitasking!
It rearranges and fixes the OOM Groupings and Priorites and lowmemorykiller values.
So basically, it's a COMPLETE MEMORY MANAGEMENT FIX!
It's the ONLY one of it's kind
NO LAUNCHER REDRAWS, faster than ever, multitasking is better... why?
Because it works with the lowmemorykiller and letting it work the way it's meant to work.
Also, because of the rearrangement, it works the same on all roms!
The problem with using minfree tweakers like AMM or AKMO is that it doesn't work the same on all roms.
Secondary apps may be in slot 3 on some roms but in slot 5 in others!
That's why you hear people comment "I tried AKMO but it didn't do anything..."
Most likely it didn't do anything because the apps weren't sitting where they were expected to be.
So fasten your seat belts and enjoy the ride!
Click to expand...
Click to collapse
zeppelinrox said:
And -=Maximum Overdrive=- was born!
Upside: You can run up to 70 apps if you have enough RAM.
Downside: NONE
Click to expand...
Click to collapse
zeppelinrox said:
The Kick Ass Kernelizer
What Does The Kick Ass Kernelizer Do?
Memory Management++
MFK Calculator Info - explanation for vm.min_free_kbytes
LinuxInsight - The /proc filesystem documentation (Fantastic!)
XDA [REF] Startup script speed tweaks OP by hardcore
XDA Speed up your system with the noop scheduler
TCP Speed & Security
Security and Hardening the TCP/IP stack to SYN attacks
Click to expand...
Click to collapse
zeppelinrox said:
The 3G TurboCharger
In case of connection issues, see the notes in the 3G TurboCharger section at the top of /system/build.prop!
Homework/Background Info... see the folllowing links for resources used.
XDA Thread 1
XDA Thread 2
XDA Thread 3
Wi-Fi AfterBurner.
XDA Thread (Faster WIFI - N Standard Enabling)
The 3g build.prop tweaks aren't really anything new... but I did put a new spin on it! ;^]
You can find various individual configurations but as far as I know, my script is the only one that lets the user choose from more than one configuration.
Click to expand...
Click to collapse
___________________________________________________________________________
IF YOU HAVE ANY PROBLEMS, LOOK FIRST AT THE Q&A BELOW!
1. Prerequisites:
SuperCharger_Starter_Kit_xxx.zip (contins busybox, sqlite and zipalign)
[*]V6_SuperCharger_for_Android-Update9_RC11_xxx.sh.pdf
Script Manager for starting scripts (on first run enable root browse AND run every script with su rights, the skull and bones symbol)
ES File Explorer (with root rights in settings->root management)
optionally: Terminal Emulator
Recommended for everyone and REQUIRED for 4.0+ Roms:
pepcisko's Windows tool for patching services.jar
Place the V6_Supercharger script and the Supercharger_Starter_Kit.zip content to "/sdcard/V6"
Place the Windows tool somewhere on your Hard Drive
Install the required apps
2. Installation of Starter Kit:
Start SManager and confirm root rights when browsing
go to sdcard/V6/1_SuperCharger_Starter_Kit and click on StartMeUp.sh
select the SU button (skull + bones) and RUN it as script and follow the instructions (install at least busybox for being safe that everything works)
3. Patching services.jar
Background information (could be very useful):
Patching the services.jar gives you the multitasking mod. Apps shouldn't restart all the time, they will stay in RAM as long as they can.
Patching the services.jar is REQUIRED for Android 4.x.x, but you don't have to use multitasking mod.
For the other Android versions it isn't required, you only need this if you want to have multitasking mod, too.
If you have Sense 4.0+ and want multitasking mod, you have to follow this, more complex tutorial.
But you can also use this method, but your visible app limit stay at 8 Apps, instead of 50!
extract the Windows tool and launch it
You can choose between online mode (phone drivers needed) or offline mode, I'll explain offline mode:
make sure you have root rights in ES Explorer and that you mount system as R/W (read/writable)
copy the services.jar from /system/framework to your SD, and connect your phone to PC
move the services.jar to the framework folder of the Windows tool directory
in the windows tool specify your Android version + if the rom is odexed/deodexed
now press "enter" -> "y" for supercharge -> "enter" for die die-hard launcher -> "enter" -> "y" for multitasking -> "enter" -> "y" to delete temporary files
You have patched the services.jar, now you have two options (both files are in "dist" directory):
Place the update-signed.zip on sdcard and install it via recovery
OR
Place the modded services.jar (and if odexed rom the services.odex too) to /system/framework and overwrite. Then you have to set owner and permissions:
In Terminal Emulator
su
(confirm SuperUser Request)
busybox mount -o remount,rw /system
cd /system/framework
chown 0.0 services.jar
chmod 644 services.jar​
Now go into recovery (or stay there after flashing update-signed.zip) and wipe cache & dalvik cache.
On your next reboot apps should be optimized.​
4. Supercharger Installation
Remember: I can't promise, that the guide is always up to date. So it could happen that after an update of the script, the option numbers are different. Look at the text on the right side of the option
start the /sdcard/V6/V6_SuperCharger... script with SManager with SU rights
follow the instructions of driver options: You will be asked for Scroll Speed but also various tweaks which can improve the performance
The script calculates the preferred FreeMem size, you can use them or set your own prefered size:
After you have declined to use the calculated option you are in Driver's Console, you can choose between 33 options.
The Options 2 to 9 set the MinFree size, for the different Ram Size of the devices.
For the Desire I recommend option 6 which is called "balanced". You can try a lower or a higher option, too.
Lower values are better for Multitasking, higher values are better for the speed on the visible app.​
go back to driver options and type 21 for Nitro Lag Nullifier, confirm with N (could be unstable, you don't have to use this)
After you are finished press option 17 for Engine Flush and after that option 32 for SuperClean& Restart
After the restart you should open SManager again and navigate to /system/etc/init.d, click on S99SuperCharger and enable SU + Run on Boot.
Press Save. This should avoid issues if you want to launch Supercharger Script again (for me it worked without doing that)​
Widgets for easy and fast freemem change:
For compairing settings, you can make widgets, settings will be changed instantly:
- you have to select the option you want to use as a widget (e.g. option 5 of supercharger) one time in V6_Supercharger script
Your selected options will appear as a small script in sdcard/V6_Supercharger/PowerShift_Scripts
- long press on home screen, click on Widgets and select SManager
- choose the script you want to use (e.g. 512HP_UnLedded...)
Q&A Supercharger
Q: Supercharger says "sorry, your rom wipes service entries on boot". Is it an issue?
A: No you can ignore it. You'll stay supercharged. (thx to abelle_abelle for the hint)
Q: Supercharger says that I'm only 75%/50% supercharged. What is the reason?
A: Propably the services.jar hasen't been patched right. Check if the services.jar is replaced and if the owner and the permissions are right. Try it out with offline mode in the Windows tool.
Q: Do I have to patch the services.jar again after rom update?
A: If you flash the rom you have to replace the original services.jar again. I don't know if you can use the previous patched services.jar.
Q: Do I have to run the whole script again after a rom update?
A: You have to run the Supercharger script again, but it has stored the last settings and can restore them. Then you have to Wipe Cache & Dalvik, reboot and set /system/etc/init.d/S99SuperCharger to run with SU rights + at boot.
Q: Did my settings stick?
A: If Supercharger says "100% supercharged" everything should be fine. If you think there is something wrong, because of a particular message paste the log text in pastebin.com and give me the link in your post.
Q: Do I have to install the Supercharger StarterKit?
A: No, you cann try it without this first if you want. BUT some busybox versions doesn't work with Supercharger (everything below 1.16.2 and even some versions above 1.16.2.
The StarterKit installs a recommended version.
Q: My phone is getting slower from time to time.
A: This can happen if you don't reboot often (1 or 2 days). The cache is growing and there is less and less RAM.
If you don't want to reboot all the time you can make the EngineFlush in V6_SuperCharger (option 17) and a script will be created (!FastEngineFlush.sh). You can make a widget for it after you set it as favorite or launch it normally in Script Manager.
A more detailed guide about making widgets is written above.
Q: Everythings (apps and launcher) stucks after NitroLagNullifier/V6 Supercharger installation. What can I do?
A: The user abelle_abelle had this issue. He had to hard reset his device (hard reset wipes your partitions -> deletes your data) and had to reinstall the rom.
Q: Are there any possibilites to make my rom even faster?
A: Yes, with KickAssKernelizer (KAK):
http://forum.xda-developers.com/showpost.php?p=32508611&postcount=35
Maybe I will write a bit more detailed guide for this. You can see what it does at the benefits of Supercharger at the top of my first post.​----------------------------------------------------------------------------------------------------------------------------------------------------------
It took me long to test and to write please give a Thanks if I helped you
Also thank the creator of the scripts (check links)
Reserved for possible addition and Q&A
Have been using this for some time, and I can confirm it works.
Sent from my toaster.
I'm stuck in the CM logo screen after installing service.jar (online mode) and wiped davlink and cache.
aledex said:
I'm stuck in the CM logo screen after installing service.jar (online mode) and wiped davlink and cache.
Click to expand...
Click to collapse
Which Rom you are using?
Androidmarketuser said:
Which Rom you are using?
Click to expand...
Click to collapse
I'm sorry, I thought I edited the post. I'm using Elk's CM10 for Desire.
After trying several times to wait after having wiped cache and davlink (and fixed permissions) I re-flashed the rom and tried to apply the superchager script.
Problem 1: not enough spaces on the system (I'm using INT2EXT)
Problem 2: supercharger only at 50%
Problem 3: Apex launcher not recognized
Should I try to re-do everything, maybe this time with the offline method? But how to avoid the system space problem?
aledex said:
I'm sorry, I thought I edited the post. I'm using Elk's CM10 for Desire.
After trying several times to wait after having wiped cache and davlink (and fixed permissions) I re-flashed the rom and tried to apply the superchager script.
Problem 1: not enough spaces on the system (I'm using INT2EXT)
Problem 2: supercharger only at 50%
Problem 3: Apex launcher not recognized
Should I try to re-do everything, maybe this time with the offline method? But how to avoid the system space problem?
Click to expand...
Click to collapse
First off, I used it for CM10 too but without int2ext.
The reason for 50% is propably the unpatched service.jar(at beginning I had this issue too)
First, I would try to use the offline mode, the utility propably hasn't patched anything so try if it's working by manual way.
Just put the service.jar on PC, patch it and replace it. Then start the Supercharger V
script gain and it should be 100%.
otherwise do that:
On your SD Card there should be a Supercharger.html with a "log" or sth like that, please send it to me.
Additionally check if there is a "V6 Supercharger" folder on your SD, created by the script.
And check the output of the Windows tool! Be sure you have phone drivers on your PC and your phone is connected without SD Card Read if you use online.
-------------------------------------------
The space on system shouldn't be a problem, you have to use at least 250mb system (so stock hboot), int2ext only mounts /data on ext, so as I understood it is used for fatsys hboots which have 450mb system and NO space for data...
Why do you think that the space is a problem? Where did you notice it?
The APEX problem can be discussed after getting the rest work...
Please give feedback whether it worked or not
Androidmarketuser said:
First off, I used it for CM10 too but without int2ext.
The reason for 50% is propably the unpatched service.jar(at beginning I had this issue too)
First, I would try to use the offline mode, the utility propably hasn't patched anything so try if it's working by manual way.
Just put the service.jar on PC, patch it and replace it. Then start the Supercharger V
script gain and it should be 100%.
otherwise do that:
On your SD Card there should be a Supercharger.html with a "log" or sth like that, please send it to me.
Additionally check if there is a "V6 Supercharger" folder on your SD, created by the script.
And check the output of the Windows tool! Be sure you have phone drivers on your PC and your phone is connected without SD Card Read if you use online.
-------------------------------------------
The space on system shouldn't be a problem, you have to use at least 250mb system (so stock hboot), int2ext only mounts /data on ext, so as I understood it is used for fatsys hboots which have 450mb system and NO space for data...
Why do you think that the space is a problem? Where did you notice it?
The APEX problem can be discussed after getting the rest work...
Please give feedback whether it worked or not
Click to expand...
Click to collapse
Here's my problem:
1 - Installation of starter kit:
http://i50.tinypic.com/dqp5qf.png
2 - Patch of services.jar went ok with offline mode, but when I try to change permissions
http://i45.tinypic.com/34drlog.png
(this problem is obviously related to point 1)
Supercharger.html in attachments
aledex said:
Here's my problem:
1 - Installation of starter kit:
http://i50.tinypic.com/dqp5qf.png
2 - Patch of services.jar went ok with offline mode, but when I try to change permissions
http://i45.tinypic.com/34drlog.png
(this problem is obviously related to point 1)
Supercharger.html in attachments
Click to expand...
Click to collapse
Do you have stock hboot?
Try to delete some unnecessary preinstalled apps with file explorer.
(I search for some which you could delete...)
Edit: in system/app/ you can delete at least Calenar.apk, ES File Explorer.apk and Email.apk (after backup I think you can delete Gallery2.apk too, don't know how this affects on camera)
This should free at least 4mb and should be enough.
The file was just a help file and not a log, sorry for the mistake, thought it would create a og, but you have showed me the eroor with the pics...
Hey mate can you make a youtube video showing the steps. I understand better with visuals, and thanks for sharing.
Sent from my HTC Desire using xda app-developers app
Androidmarketuser said:
Do you have stock hboot?
Try to delete some unnecessary preinstalled apps with file explorer.
Click to expand...
Click to collapse
Yes I have stok hboot, and this is the first time I try to install V6 on a JB rom.
Concerning the lack of space I've done like you said, thank you!... BUT when I try to install binay 3.1 (which should fix the segmentation faults) it points out that it's only for ICS and aborts the installation. So I fixed the permission manually.
Now I'm going to check the rest and see what happens.
Fixed permission, flashed update-signed.zip, wiped davlink and cache, rebooted and... well, after HTC logo the screen turned off and only the hardkeys were illuminated
I'm going to flash the rom again and start from the beginning for the third time.
aledex said:
Yes I have stok hboot, and this is the first time I try to install V6 on a JB rom.
Concerning the lack of space I've done like you said, thank you!... BUT when I try to install binay 3.1 (which should fix the segmentation faults) it points out that it's only for ICS and aborts the installation. So I fixed the permission manually.
Now I'm going to check the rest and see what happens.
Fixed permission, flashed update-signed.zip, wiped davlink and cache, rebooted and... well, after HTC logo the screen turned off and only the hardkeys were illuminated
I'm going to flash the rom again and start from the beginning for the third time.
Click to expand...
Click to collapse
I saw that you are going to install Paranoid anyway, I have flashed CM10 recently so I have to redo my Supercharger and I will explain it in detail for you.
I will edit this post but give you a overview first.
I recommend to flash Gapps first and then enable a2sd.
Try installing Supercharger without the use of Starter Kit, Busybox, SQlite and SU binaries (v3.2) are preinstalled (if you want to check for update anyway check it in SuperUser app)
StarterKit is designed to give everyone the TESTED busybox version, to avoid problems, but try it without the installation of StarterKit, just if it doesn't work because of busybox get the one of StarterKit (I will try it with preinstalled version, not the one of StarterKit)
So here are my steps, I'll try:
1. patch services.jar with offline mode, then put the output service.jar with ES File Explorer in /system/framework
2. With terminal emulator I will set the permissions and the owner
3. I will launch the Superuser script.
You can try this while I am using this method, too, but in any case I will report if it works or not
Edit: I decided to make a video, for this I will use StarterKit too, to show everything.
chico1620 said:
Hey mate can you make a youtube video showing the steps. I understand better with visuals, and thanks for sharing.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
I'll have to see, I have only a camera of the year 2005 or a old samsung phone of the year 2008/2009
I don't know if the quality would be good enough + I would do it only for 4.0+ ROM
Androidmarketuser said:
I'll have to see, I have only a camera of the year 2005 or a old samsung phone of the year 2008/2009
I don't know if the quality would be good enough + I would do it only for 4.0+ ROM
Click to expand...
Click to collapse
Does not matter my problem is the terminal coding i dont want to mess it up and change something crucial.
Sent from my HTC Desire using xda app-developers app
chico1620 said:
Does not matter my problem is the terminal coding i dont want to mess it up and change something crucial.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
I'm currently making a video but I don't know if I can upload it today, but tomorrow you'll have it in any case
Quality is good I noticed.
Androidmarketuser said:
I'm currently making a video but I don't know if I can upload it today, but tomorrow you'll have it in any case
Quality is good I noticed.
Click to expand...
Click to collapse
Omg ty mate, i will be looking forward to it. Im also trying to follow your guide and see how things go, jopefully i succeed
Sent from my HTC Desire using xda app-developers app
Androidmarketuser said:
I saw that you are going to install Paranoid anyway, I have flashed CM10 recently so I have to redo my Supercharger and I will explain it in detail for you.
I will edit this post but give you a overview first.
I recommend to flash Gapps first and then enable a2sd.
Try installing Supercharger without the use of Starter Kit, Busybox, SQlite and SU binaries (v3.2) are preinstalled (if you want to check for update anyway check it in SuperUser app)
StarterKit is designed to give everyone the TESTED busybox version, to avoid problems, but try it without the installation of StarterKit, just if it doesn't work because of busybox get the one of StarterKit (I will try it with preinstalled version, not the one of StarterKit)
So here are my steps, I'll try:
1. patch services.jar with offline mode, then put the output service.jar with ES File Explorer in /system/framework
2. With terminal emulator I will set the permissions and the owner
3. I will launch the Superuser script.
You can try this while I am using this method, too, but in any case I will report if it works or not
Click to expand...
Click to collapse
Thank you, you are very patient and nice!
Yes I'm indeed trying Paranoid, because it solves the big problem I had with Elk's CM10 (wifi not working with wifi networks with PEAP), although it is slower and I intend to revert back as soon as the problem is fixed.
I will try your method, hoping that the hateful fragmentation fault problem doesn't occur anymore. :fingers-crossed:
aledex said:
Thank you, you are very patient and nice!
Yes I'm indeed trying Paranoid, because it solves the big problem I had with Elk's CM10 (wifi not working with wifi networks with PEAP), although it is slower and I intend to revert back as soon as the problem is fixed.
I will try your method, hoping that the hateful fragmentation fault problem doesn't occur anymore. :fingers-crossed:
Click to expand...
Click to collapse
Thanks for you thanks
I don't know if it is rally the segmentation (or whatever it's called) because it only occurs in ICS, if you want to install the su binary of the StarterKit it says NO because you don't need this (I think so)
I will upload a video tomorrow and I hope it solves your problem, for me everything's working fine
Does reinstalling the rom gets rid of the script? Because I'm currently using mildwild 5.0 and when I installed the supercharger script the rom got slightly slower, so I was wondering if reinstalling the rom gets rid of the script. Maybe I picked the wrong choices when installing the script I'm gonna wait for you to make a video so I can correctly do it.
Sent from my HTC Desire using xda app-developers app
chico1620 said:
Does reinstalling the rom gets rid of the script? Because I'm currently using mildwild 5.0 and when I installed the supercharger script the rom got slightly slower, so I was wondering if reinstalling the rom gets rid of the script. Maybe I picked the wrong choices when installing the script I'm gonna wait for you to make a video so I can correctly do it.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
Reinstalling the rom deletes supercharger, because system is wiped (i think so)
The Video will show how you install the script, there aren't man decisions which you can choose incorrectly.
The speed is especially affeced by multitasking mod (keeps apps in memory, a bit less RAM for games) and freemem options which you choose in supercharger script, I recommend Option 6 for balanced settings.
AS I said the video only shows the basic things (and only for 4.0+)...
Edit: Video wont have many anotations, will be under time pressure
Sent from my HTC Desire using xda app-developers app

[GUIDE]Supercharging your Rom: for those who want more...[UPDATED : 28/04/2013]

Hi Guys,
Here i present a Work in progress Guide(cause i'm constantly learning and evolving this guide as a result) on the best settings for the supercharger v6 script to achieve the most out of your rom.
Prerequisites:
>Android device with 280mb user accessible ram(sorry but currently these are the devices targeted).
>Root acess, script manager and init.d support(tested on cm7 will work on both stock and cm roms).
>A usable brain.
>Common Sense
>a will to experiment
>not being an Ass and helping here if you can.
>Crossbreeder
>Supercharger script
Thread Map :
Post #2 : Supercharging and crossbreeder co usage.
Post #3 : Some more supercharging.(experimental)
Post #4 : Sysctl.conf tweaks for a better battery life(experimental)
Post #5 : Credits.
NOTE : attached to this post is a zipalign binary if your rom doesnt have it(look in /system/bin and /system/xbin) then extract binary from rar file and move it to /system/bin and give permission 0755(rwx,r-x,r-x)
how to do via adb
Code:
adb push zipalign /system/bin/
adb shell
chmod 0755 /system/bin/zipalign
Supercharger and Cross-breeder co-usage.
Supercharger CrossBreeder Combo:-- Yes This will help provide a boost.(this is an alternate to Activo Speeder,Adrenaline engine+boost)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Q.Now you guys ask me why to use crossbreeder along with supercharger ?
Ans.Crossbreeder is an entropy generator(faster refreshing & movements generation in apps) along with dnsmasq cached dns requests(speeds the net)It does nothing where the ram is concerned(and ram is a scarce resource).Here's where Supercharger comes in the combination of min-frees , and fast engine flush(its like an automated adrenaline boost!)allows for much better user experience.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to patch service.jar Guide below
your service.jar is not patched(otherwise oom groupings would be fixed and launcher patched only for ics and above).
you are using windows download this zip(yes its a zip) extract its contents to a folder.
now connect your device to the computer(enable usb debugging and allow root permission for adb and apps).
now from the folder you extracted the Ultimate jar power tools to click on ultimate_jar_patcher_adb.bat
while running since you have connected your phone and enabled all settings as mentioned choose live mode.
If you face any problems upload your service.jar here and I'll patch it.
Note : - the service.jar doesn't need to be patched for 2.3 or 2.2 as the values are written & read from build.prop or local.prop(preference to build.prop).
now lets begin.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Install CrossBreeder in recovery its a flash-able zip.
now for the interesting part cross-breeder has certain parts of supercharger in it.Mainly Kernel Mods(KAK)
so in supercharger I'm sure you know how to use it if no here's a small guide.
Guide
install an app called script manager(available in the play-store).
inside the app your first prompt will have an option of browse as root choose it(gets highlighted as blue)and click OK
now navigate to where the downloaded script is located and click on it.
on the top corner there should be an icon of superuser (skull with cross bones) click it and the n click run
now you are running the script....
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
now I wont help you with each and every aspect here(Its actually very simple if confused ask).
main point is to accept nearly everything when asked
a few exceptions are.
if you have zip align is any other script like int2ext then choose to disable boot align and zip align and only enable fix emissions.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
launcher strength = die-hard
Note :don't lock home in memory.
min-frees Settings this is your ram manager :
The setting are not available for 384mb devices(like us) so after a lot of trial and error I found the best working categorization they are as follows :-
Old Settings:
for people who like to have a smooth lag-free experience in their current app BUT no multitasking choose balanced(512hp) categorized by me as aggressive.(option 6)
for people who like limited multitasking along with a fairly lag-free experience choose Quick v6 cust-OOMizer. Categorized by me as balanced. (option 10).
for people who like a large amount of apps open simultaneously and don't mid as many apps open choose 256hp balanced categorized by me as Multitasking (option 3).
a good guide to understand min-free settings and OOM is this
Note : disable zram(comp-cache).
Note : disable lock launcher in memory.
now when prompted for kernel strength choose default(thus no conflict with crossbreeder).
Detailing (helps use it).
for detailing choose every 4th boot.
Some Moarh Supercharging(Experimental).
New Settings: (only for people who know what they are doing).
These are custom minfree values that can be entered from option 10(custOOMize) and not enabling minfree calculator values.
they are still experimental.
Code:
8,12,30,36,41,47----Balanced(same as minfree calculator).
8,12,33,39,44,50----Aggressive
8,12,24,30,35,41----Multitasking
Fast-Engine Flush
for fast engine flush(its kind of like adrenaline boost hell its the same). choose every 6hrs(its automatic wont even know its there) recommended for gb or froyo roms....still lagging choose every 3hrs or recommended is 6 hrs.
NOTE FOR GAMERS
enable fast engine flush every . hrs this will remove cached apps every 6mins allowing for free ram i.e a fast and generally lagfree experience though i recommend to change back to 6hrs once game finishes.
this should allow for a fast and smooth performance with no loss of life.
Thanks and Happy Flashing.
Sysctl.conf tweaks for a better battery life(Highly Experimental)
Attached is a sysctl.conf file that should be placed in /system/etc/<here>(first unzip it) with permission rw-,r--,r-- or 0644
also if you are on a rom other than cm7 then also place in /system/etc/init.d/<here> file 01sysctl(first unzip it) and permission 0755 or rwx,r-x,r-x
these are certain tweaks for the kernel that are executed at boot time and supose to help improve the battery life as stated experimental.
Risk:
Lower battery life ,lag.
for those who want to see the sysctl tweaks here they are.
HTML:
vm.drop_caches=3
vm.oom_kill_allocating_task=0
vm.panic_on_oom=0
vm.dirty_background_ratio=70
vm.dirty_ratio=90
vm.vfs_cache_pressure=10
vm.overcommit_memory=1
vm.min_free_order_shift=4
vm.laptop_mode=0
vm.block_dump=0
vm.oom_dump_tasks=1
vm.swappiness=60
vm.dirty_writeback_centisecs=500
vm.dirty_expire_centisecs=250
vm.min_free_kbytes=4096
fs.file-max=524288
fs.inotify.max_queued_events=32000
fs.inotify.max_user_instances=256
fs.inotify.max_user_watches=10240
fs.lease-break-time=10
kernel.msgmax=65536
kernel.msgmni=2048
kernel.panic=10
kernel.random.read_wakeup_threshold=128
kernel.random.write_wakeup_threshold=256
kernel.sem='500 512000 64 2048'
kernel.shmmax=268435456
kernel.threads-max=524288
net.core.rmem_max=524288
net.core.wmem_max=524288
net.ipv4.tcp_rmem='6144 87380 524288'
net.ipv4.tcp_wmem='6144 87380 524288'
net.ipv4.tcp_timestamps=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_congestion_control=cubic
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_tw_reuse=1
Credits
Zepelinrox(Supercharger creater)
Hero(sysctl.conf guy)
idcrisis(crossbreeder developer)
Dark Passenger(Guide maker)
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
ZmisiS said:
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
Click to expand...
Click to collapse
Install V6, install crossbreeder done
ZmisiS said:
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
Click to expand...
Click to collapse
Its a guide to know which settings to configure in Supercharger v6 script so as to get the best performance.
So to install you need the supercharger script.
swat4samp said:
Install V6, install crossbreeder done
Click to expand...
Click to collapse
actually i found supercharger entropy enlarger is better than crossbreeder(doesnt get killed easily and better scaling).
Dark Passenger said:
Its a guide to know which settings to configure in Supercharger v6 script so as to get the best performance.
So to install you need the supercharger script.
actually i found supercharger entropy enlarger is better than crossbreeder(doesnt get killed easily and better scaling).
Click to expand...
Click to collapse
But i observed battey drain with supercharger's entropy generator..thats the reason i am using crossbreeder (well honestly i dunno whether its getting killed or not)..so ur suggestion is to use supercharger's entropy??I will have a go once again..
swat4samp said:
But i observed battey drain with supercharger's entropy generator..thats the reason i am using crossbreeder (well honestly i dunno whether its getting killed or not)..so ur suggestion is to use supercharger's entropy??I will have a go once again..
Click to expand...
Click to collapse
most likely the drain is because the entropy enlarger runs through out rather than only when device is awake.Dunno about now but the battery is okay for me works a day and a half with generally medium usage.
if crossbreeder works for you go for it.
also about battery try the sysctl.conf tweaks they cause a battery drain of 1% in 6 hrs.Litterally seems as if the percentage meter was faulty. though this was during device sleeping with mobile data and sync on.
Bro is it good for cm7 too? Means is it beneficial to cm7 too? I think yes but what about services.jar patching of mini cm7 or official cm7?
Where to find zipalign binary for cm10...?
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Raj joshi said:
Bro is it good for cm7 too? Means is it beneficial to cm7 too? I think yes but what about services.jar patching of mini cm7 or official cm7?
Click to expand...
Click to collapse
Yes am using it currently in official cm7.(the main benefit is if you use an app2sd script and with a gazillion apps).
JatinSoni said:
Where to find zipalign binary for cm10...?
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
attaching to first post please wait.
EDIT attached along with how to give permission and copy via adb.
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
JatinSoni said:
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
download this :
http://forum.xda-developers.com/attachment.php?attachmentid=1241890&d=1344115573
unzip it and open sqlite3+zipalign_installer_v6.sh with script manager. it will automatically install zipalagn binary .
JatinSoni said:
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
only in bin not both bin and xbin.
ehsan-black said:
download this :
http://forum.xda-developers.com/attachment.php?attachmentid=1241890&d=1344115573
unzip it and open sqlite3+zipalign_installer_v6.sh with script manager. it will automatically install zipalagn binary .
Click to expand...
Click to collapse
Is this complete program? Need more something install?
ZmisiS said:
Is this complete program? Need more something install?
Click to expand...
Click to collapse
yes. it's complete. just Extract the zip to the root of the sdcard and it will all be in /sdcard/SuperCharger_Starter_Kit.and open zipalign script with script manager
ehsan-black said:
yes. it's complete. just Extract the zip to the root of the sdcard and it will all be in /sdcard/SuperCharger_Starter_Kit.and open zipalign script with script manager
Click to expand...
Click to collapse
I tried with Script Manager and I got notification that I run it with root and that I tray again. I opened Script Manager and click Allow for root, but problem is same. Font size in Script Manager is so smal.
ZmisiS said:
I tried with Script Manager and I got notification that I run it with root and that I tray again. I opened Script Manager and click Allow for root, but problem is same. Font size in Script Manager is so smal.
Click to expand...
Click to collapse
did you hit Skull and Bones icon?!!

Categories

Resources