[TEST][TWEAK] [BL & MP] Kifno's Android Universal Scripts v0.1 (3/26/11) - Android Software/Hacking General [Developers Only]

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

Related

[CF-ROOT] CF-ROOT for Gingerbread XXKPM-XXKPH-JPKP5 UPDATE 20.10.2011

First of all... Thanks Chainfire!!!! This is totally based on your work.... i made only some MOD....
Ok, the work is quite finished... the CF-ROOT for I9003 is ready!
I called this "beta version" (since i need your tests/opinions) but all might work.
IMPORTANT: This is only for KPH Firmware!!!
You can flash this over any other CWM or over the stock FW.
Many people will ask "Why i have to install this?"... because with this your phone will have:
- Root ( don't need to use SOC or any ZIP);
- Busybox 1.17.2;
- Sqlite3 v3.7.2;
- init.d support (you can put in the folder /system/etc/init.d all the script that you want to be loaded at the startup);
- New fixed CWM ( unyaffs issue has been fixed - offline charge fixed - USB storage mode while in CWM fixed);
- Add EXT4 support to the phone ( so you can convert the filesystem to ext4 to improve performance);
- full working CWM Manager (backup - restore - delete backup - install apk - flash update.zip - flash kernel - reboot to CWM);
- Tweaks Manager with various tweak ( Ram Min Free - SD Speed - I/O Scheduler - Kernel Scheduler - CPU Conservative Governor - Swappiness - Ram Script by Juwe11 - Media Stagefright)---> Many people asked for Juwe Ram Script ---> to enable it completely choose in the Tweaks Manager: Ram Script - Ram Min Free and Swappiness;
- Auto ZIP-Align on boot - You can choose it in the tweaks app(NEW)
- Reviewed tweaks values (some from darky's rom some from hardcore some from other post in XDA)( thanks to bigeyes0x0 and Misledz )(NEW)
- Custom Boot-Animation support (place your custom bootanimation in /system/media/ and call it sanim.zip)(NEW)
To do:
- other tweaks suggested by you...
- whatever can be added.
Let me know what you think
HERE you can find the original post.
HOW TO INSTALL:
1- Flash with Odin the .tar file
or...if you went from a previous version of CF-ROOT
2- Download the .zip file into the external SD the open CWM Manager --> flash Kernel --> select the file you have just downoaded
IMPORTANT:
If you cannot find the two apps on your app drawer maybe you haven't space left on /system so delete some unused apps like aldiko, delere /system/cfroot folder and reboot
IMPORTANT/2: after the flash the phone might take some time to boot. You might think that it freeze on Samsung Logo but it's normal cause the auto-zipalign proc need some time. Just Wait.
UPDATE: Added CF-ROOT with my custom kernel. This have Ext4 inside the kernel (no modules) and OC to 1.1 Ghz. I think that it is secure. I haven't test it very well so please report me the issues you will find.
!
Version 05.09.2011 Changelog:
- added Graphics Boost Tweak (thanks Gana)
- added acid tweaks (thanks to the people that worked on it .. specially Bigeyes0x0);
- reviewed 00tweaks file by Bigeyes0x0;
To disable journaling on ext4 partition apply the attached journaloff.zip in CWM (Not CWM Manager app - it must be fixed).
There're two version of the CF-ROOT, the version with **CWM_Manager** can be flashed with CWM Manager App (select flash kernel) the other with odin (like always)
UPDATE 20.10.2011:
CF-ROOT for XXKPM can be found HERE:
- Standard Version --> http://www.multiupload.com/S463K75UED
- Surprise version ( i suggest you this) --> http://www.multiupload.com/G20L6PL5WC
What's new ?
- I finally finished the custom bootanimation support.... now works like he have to works. Just copy your bootanimation into /system/media and rename it to sanim.zip.... i think that here you can find what you need http://forum.xda-developers.com/showthread.php?p=17322814#post17322814
IMPORTANT!!!
If you have installed the beta version you must know that the ext4 conversion for that doesn't work properly. Ok, system, cache and dbdata will be on ext4 but data not. This because the init binary check on boot if /data have rfs FS and, if not, it format the partition wiping all your data.
In the new version i modified the init binary so it cannot do it more
I must say that i became mad to discover this damn thing !
A few questions: Are you using the latest fixed version of CWM? Also you mentioned that you would be releasing another update soon regarding the Nandroid backup image corruption issue. Is it in this release?
Also: Is this an alternative to ROM manager, apart from the inclusion of the tweaker tool?
Regarding the enhancements, could you please elaborate on some of them and what is safe/not safe to use (particularly in the tweaks and what they do)?
What I understood, after looking over all the posts, was that you optimized the CF-Root by chainfire for the i9003, by using a compatible Root, CWM, and adding an ext4 kernel? Are you going to port the ext4 converter tool as well? Will we be able to use an external SD card with ext4 formatting (Could be used to store files larger than 4GB)?
Sorry about the ton of questions. Trying to learn, and what better way to learn than from the best!
I'm going to take it out for a test drive now on XXKPE with ext4! Will report back later!
Thanks for your valuable work, I'm a huge fan!!!
Cheers
Update: Confirming that the passive charging bug has been fixed! Thanks Skin1980!
I cannot find the CWM or Tweaks icons in the app drawer as indicated in your screenshots. I can access CWM recovery mode using the 3 button combo though.
I had installed the last version of CWM by Amit and formatted with ext4 and I just used ODIN to flash over that install. I tried flashing again, still not appearing in app drawer. Any solutions?
Great job skin.. Hoping for the early release of a stable one.. Will test it later
Sent from my GT-I9003 using XDA Premium App
it's great...>.<
Auguri! Ok wow, This is pure genius . I've always been wondering what our CWM were based off. I guess using this would fix most issues people get when flashing CWM, since it's based off the original firmware
Also I'm loving the tweaks, they seem to make the phone more smooth, Although I've seen a few bugs after applying this I can't seem to use the V6 charger script anymore I get an error, will be posting one shortly. There are some minor hiccups in between and I tend to get FC on some apps when I multitask.
Edit: Turns out It's busybox related, no shell access. I've tried launching Busybox by Stericsons to check and It says no root access was given and boots me out.
i happy that u r belong to this community
Is there any recovery module or tweak available, in which we can handle basic file operation like copy, move from sd card to system or any thing similar?
Erahgon said:
A few questions: Are you using the latest fixed version of CWM? Also you mentioned that you would be releasing another update soon regarding the Nandroid backup image corruption issue. Is it in this release?
Also: Is this an alternative to ROM manager, apart from the inclusion of the tweaker tool?
Regarding the enhancements, could you please elaborate on some of them and what is safe/not safe to use (particularly in the tweaks and what they do)?
What I understood, after looking over all the posts, was that you optimized the CF-Root by chainfire for the i9003, by using a compatible Root, CWM, and adding an ext4 kernel? Are you going to port the ext4 converter tool as well? Will we be able to use an external SD card with ext4 formatting (Could be used to store files larger than 4GB)?
Sorry about the ton of questions. Trying to learn, and what better way to learn than from the best!
I'm going to take it out for a test drive now on XXKPE with ext4! Will report back later!
Thanks for your valuable work, I'm a huge fan!!!
Cheers
Update: Confirming that the passive charging bug has been fixed! Thanks Skin1980!
I cannot find the CWM or Tweaks icons in the app drawer as indicated in your screenshots. I can access CWM recovery mode using the 3 button combo though.
I had installed the last version of CWM by Amit and formatted with ext4 and I just used ODIN to flash over that install. I tried flashing again, still not appearing in app drawer. Any solutions?
Click to expand...
Click to collapse
1- The CWM used is always the last... if i'll update the CWM i'll update the CF-ROOT;
2- The CWM fixed reguard nandroid backup is under test;
3- My CWM isn't ROM Manager compatible... with the CWM Manager from Chainfire you can do a lot of things without going into CWM
4 - to convert in EXT4 just follow the guide on the other thread;
5- Not sure if you can format in XT4 your external_sd... try ;
6- The tweak are all sure... now i haven't time to exlplain better... some don't work.... some other work.
7- If the icon don't appear in app drawer try to check into system/app if the two files are there... if not try to remove /system/cfroot folder and reboot. Maybe your system folder is full so you can install they manually, the original apk are inside /res/misc/ folder.
8- bye
for me wifi not working obtaining ip address,gps not lock can i flas normel bootimg.ur work is awesome thx
bala242 said:
for me wifi not working obtaining ip address,gps not lock can i flas normel bootimg.ur work is awesome thx
Click to expand...
Click to collapse
I'm sorry.. for me everything is working...Before my CF-ROOT all works?
ur a superhero man!!
great ;-)
Skin1980 said:
I'm sorry.. for me everything is working...Before my CF-ROOT all works?
Click to expand...
Click to collapse
ya everything work before,can i reflas ur ver cwm?any body get this error?
Is there any tweak for increasing the 2g speed ??
or getting 3g speed in 2g plans...
I need this very badly...
I am not getting exact idea that what exact cf root does??? Or how cf root is so special...?? Will this make our work easy to do changes in kernal (that would be great)...???
Please can anybody in simple language....!!!
anigr88 said:
Is there any tweak for increasing the 2g speed ??
or getting 3g speed in 2g plans...
I need this very badly...
Click to expand...
Click to collapse
What your asking for is impossible.
Update!
The problem I had turned out to be due to the lack of space in the "/system" folder - as you had predicted Skin1980! Once I deleted some unnecessary software, I was up and running fully within minutes!
The phone works great! The fixes are really good! Having no issues except for one so far. I can't seem to mound "sdcard" in CWM recovery mode and cannot do a restore, for the same reason, from the CF-ROOT menu.
I have a feeling it's something I did wrong earlier, so I'll reflash completely and try again ('cause I have a lotta time on my hands atm and I want the bestest possible phone I can get).
Note: This doesn't seem to be compatible with DDKB2. Assuming that this is mainly for GB firmwares? Can someone corroborate this?
As usual, thanks!
Erahgon said:
The problem I had turned out to be due to the lack of space in the "/system" folder - as you had predicted Skin1980! Once I deleted some unnecessary software, I was up and running fully within minutes!
The phone works great! The fixes are really good! Having no issues except for one so far. I can't seem to mound "sdcard" in CWM recovery mode and cannot do a restore, for the same reason, from the CF-ROOT menu.
I have a feeling it's something I did wrong earlier, so I'll reflash completely and try again ('cause I have a lotta time on my hands atm and I want the bestest possible phone I can get).
Note: This doesn't seem to be compatible with DDKB2. Assuming that this is mainly for GB firmwares? Can someone corroborate this?
As usual, thanks!
Click to expand...
Click to collapse
after a whole day of using it. The phone will tend to lag and build up after a while. You'll notice the phone becomes slow again. I don't know what's going on.
Misledz said:
What your asking for is impossible.
Click to expand...
Click to collapse
I just want a small boost in the speed ....
Misledz said:
after a whole day of using it. The phone will tend to lag and build up after a while. You'll notice the phone becomes slow again. I don't know what's going on.
Click to expand...
Click to collapse
I did notice that initially it was fast. But as I kept it going through the day to recalibrate the battery, it did slow down and start to lag. I thought it was something to do with that. Also I felt that I had done something wrong with the flashing.
Going to overhaul my phone completely: Format, re-partition, XXKPE install (flashing twice), flash fixed CWM from the other thread, root using SOP 2.1.1, install busybox requirements for deodexing (this failed for me the last few times), restore settings using Titanium Backup, Nandroid backup, ext4 this baby, restore, and then install CF-ROOT to monitor.
Wish me luck! See you guys on the other side... again!
anigr88 said:
I just want a small boost in the speed ....
Click to expand...
Click to collapse
You've got the wrong thread mate!
Your bandwidth is capped by you operator and is dependent on how much they allocate you. On top of that 2G is physically limited to certain speeds which, usually, cannot be surpassed by legal means, and the illegal ones give you too less of a boost vs complications and errors to even bother about (I mean big ass hardware)!

Milestone Stock with DSIfix makes sense

I'm testing 6 month various mods and stoxk Version to get an stable milestone firmware. Now I found my solution:
If anybody is interested in.
Milestone Froyo Stock Africa Kernel
DSIfix from kabaldan (many many thanks)
Overclock 900
Gingerbread theme
Launcher pro
On my stone it runs very stable, smooth and without any freezes/or reboots and no battery drain.
I have not found any Mod which works like this
Sent from my Milestone using XDA Premium App
Excelent
duddle said:
I'm testing 6 month various mods and stoxk Version to get an stable milestone firmware. Now I found my solution:
If anybody is interested in.
Milestone Froyo Stock Africa Kernel
DSIfix from kabaldan (many many thanks)
Overclock 900
Gingerbread theme
Launcher pro
On my stone it runs very stable, smooth and without any freezes/or reboots and no battery drain.
I have not found any Mod which works like this
Sent from my Milestone using XDA Premium App
Click to expand...
Click to collapse
Can you post the links to the files that your using??? ROM, KERNEL, THEME AND OVERCLOCK FILE??? i ll like to test it...
Hmmm if you talk about overall speed and stability, go for CM 6.3.0 then update to 6.3.1 via the CM update engine inside the rom. This plus the dsifix newest version = nothing beats it, even stock roms.
I've been running similar to this for quite some time, and NOTHING BEATS STOCK BATTERY LIFE. That is my biggest problem with all the custom roms.
b4 i bought my xperia play this is the setup i wished someone would make, but i had no idea how to go abouts it myself, if you could make a quick guide on how to achieve this setup im sure many would be very appreciative.
Give me a gew days please
At the moment i'm without real internet access
Sent from my Milestone using xda premium
so what are all those mods about then?
I've used Stock-ROM for a long time as well, but i was not able to get any modules working (DSIfix). how did you do that?
thx for your help!
Can you post nandroid backup of this ROM? I'm really want to try it.
Thanks
duddle said:
I'm testing 6 month various mods and stoxk Version to get an stable milestone firmware. Now I found my solution:
If anybody is interested in.
Milestone Froyo Stock Africa Kernel
DSIfix from kabaldan (many many thanks)
Overclock 900
Gingerbread theme
Launcher pro
On my stone it runs very stable, smooth and without any freezes/or reboots and no battery drain.
I have not found any Mod which works like this
Sent from my Milestone using XDA Premium App
Click to expand...
Click to collapse
Kernel from here:
http://and-developers.com/sbf:milestone221
I used the africa kernel (full sfb not service!) because it the newest one with less DSI errors but should also work with others
I use Androidiani OR
http://code.google.com/p/androidiani-openrecovery/
to root the phone NOT for overclock!!!
GB Theme:
http://forum.xda-developers.com/showpost.php?p=12366159&postcount=846
I like it - thanks sileshn
for dsifix on stock 2.2 you need
=> german language follow this link
http://www.android-hilfe.de/root-ha...sammen-mit-dsifix-ko-laden-4.html#post1854391
thanks tuxor! <=
some additional modules (I think important is the new symsearch.ko!
https://raw.github.com/nadlabak/and...gingerbread/prebuilt/lib/modules/symsearch.ko
https://raw.github.com/nadlabak/and...erbread/prebuilt/lib/modules/cpufreq_stats.ko
https://raw.github.com/nadlabak/and...gingerbread/prebuilt/lib/modules/overclock.ko
copy all modules to /system/lib/modules
should have permission 644 and owner root:shell (0:2000)
0)
backup your phone - I prefer nandroid!!!!!
If something went wrong your phone will not boot!
Then go back to androidiani or and fix the problem with console or recover your backup!
1)
if not already done:
copy mot_boot_mode to mot_boot_mode.bin
create a new one (with the same permissions and ownership)
/system/bin/mot_boot_mode:
--
#!/system/bin/sh
export PATH=/system/bin:$PATH
#run original script
mot_boot_mode.bin
for BOOT in "/system/etc/init.d/"*; do
.$BOOT
done
--
2)
create
/system/etc/init.d/00modules:
--
#!/system/bin/sh
insmod /system/lib/modules/symsearch.ko
insmod /system/lib/modules/dsifix.ko
insmod /system/lib/modules/cpufreq_stats.ko
insmod /system/lib/modules/overclock.ko
--
# then dsifix together with overclock should works fine
3)
/system/etc/init.d/10overclock:
--
#!/system/bin/sh
echo "5 900000000 62" > /proc/overclock/mpu_opps
echo "4 700000000 54" > /proc/overclock/mpu_opps
echo "3 500000000 47" > /proc/overclock/mpu_opps
echo "2 250000000 34" > /proc/overclock/mpu_opps
echo "1 125000000 32" > /proc/overclock/mpu_opps
--
additional benefit:
all apps where now shown in battery statistiks
dsifix - i tried version 2.4 - without any problems, no batt drain
at the moment I try 2.61 seems also works fine
please follow the thread of kabladan
http://forum.xda-developers.com/showthread.php?t=1210819
thanks to kabaldan for this great work!
I use link2sd (market) to expand the memory of the phone
(hint: format your sdcard with a second FAT partition for that - NOT ext2/3/4)
christian7301 from android-hilfe forum uses memhack from which also should work fine.
Hope that will help
If anybody can explain me how to make a nandroid backup without my personal data I will do that.
thanks !!
duddle said:
If anybody can explain me how to make a nandroid backup without my personal data I will do that.
Click to expand...
Click to collapse
if you are using a current OR you can choose which partitions should be backuped to nandroid. I guess you have to select all except 'Data'.
isn't gingerbread web browser better than stock?
bonanza123 said:
thanks !!
if you are using a current OR you can choose which partitions should be backuped to nandroid. I guess you have to select all except 'Data'.
Click to expand...
Click to collapse
So I tried to make a nandroid backup excluding personal data. The restore doesnt run.
The problem I realized - I deleted some core apps cause I dont use them. E.g. I use launcher pro so I deleted tbe default launcher.
The nandroid restore was succsessful but first boot of the device fails because of the lack of a launcher.
So at the moment I could not create a bootable nandroid - sorry
Sent from my Milestone using xda premium
I'll give this a go and make a nandroid backup for guys interested today.
Update : I'll make a nandroid of the full stock rom with fixes and a flashable zip with the fixes alone.
Flashable zip
Here is the flashable zip of the fixes mentioned in OP. The only requirement is that you have the ability to run AOR, meaning you need vulnerable recovery flashed. I tried this on a fresh flash of the ARAB sbf.
Please backup before flashing this. This is for stock milestone roms only.
This zip will accomplish the following.
1. Root your phone
2. Install busybox
3. Install modules and script to overclock your phone to the settings shown below. You can edit the 10Overclock file to your liking. I have used CM6 settings.
Code:
echo "5 1000000000 64" > /proc/overclock/mpu_opps
echo "4 800000000 59" > /proc/overclock/mpu_opps
echo "3 600000000 52" > /proc/overclock/mpu_opps
echo "2 400000000 40" > /proc/overclock/mpu_opps
echo "1 250000000 32" > /proc/overclock/mpu_opps
4. Activate init.d support. You can add additional scripts to this folder to run it, like apps2ext, Zeppe's Supercharger, Kernel Tweaks etc.
5. Install the latest DSI Fix 2.61 ( thanks to the master )
6. Install autoboot to recovery script. I have included an app, quickboot for it. Those who have APM can use that.
I have also added an awesome app called CPUStats which is very handy to see information about your CPU stats . Thanks to amossam the developer.
If you have any doubts, please ask. A few screenshots.
sileshn said:
Here is the flashable zip of the fixes mentioned in OP. The only requirement is that you have the ability to run AOR, meaning you need vulnerable recovery flashed. I tried this on a fresh flash of the ARAB sbf.
Please backup before flashing this. This is for stock milestone roms only.
This zip will accomplish the following.
1. Root your phone
2. Install busybox
3. Install modules and script to overclock your phone to the settings shown below. You can edit the 10Overclock file to your liking. I have used CM6 settings.
Code:
echo "5 1000000000 64" > /proc/overclock/mpu_opps
echo "4 800000000 59" > /proc/overclock/mpu_opps
echo "3 600000000 52" > /proc/overclock/mpu_opps
echo "2 400000000 40" > /proc/overclock/mpu_opps
echo "1 250000000 32" > /proc/overclock/mpu_opps
4. Activate init.d support. You can add additional scripts to this folder to run it, like apps2ext, Zeppe's Supercharger, Kernel Tweaks etc.
5. Install the latest DSI Fix 2.61 ( thanks to the master )
6. Install autoboot to recovery script. I have included an app, quickboot for it. Those who have APM can use that.
I have also added an awesome app called CPUStats which is very handy to see information about your CPU stats . Thanks to amossam the developer.
If you have any doubts, please ask. A few screenshots.
Click to expand...
Click to collapse
Brilliant work as usual. If your ever looking to train an apprentice, I'm a second year IT student looking to learn how
LuigiC6 said:
Brilliant work as usual. If your ever looking to train an apprentice, I'm a second year IT student looking to learn how
Click to expand...
Click to collapse
Thanks for the compliment, but in reality you'll have more tech brains than me.
I use the Claro - Brasil SBF and I got no DSI errors .
Maybe you want to test it too.
can anyone compare overall speed, multitasking abilities, gaming performance and battery life (maybe stock browser) of this solution to CM7?
MuF123 said:
can anyone compare overall speed, multitasking abilities, gaming performance and battery life (maybe stock browser) of this solution to CM7?
Click to expand...
Click to collapse
Compared to CM7 this rom is perfect. Excellent battery life, decent gaming performance, very speedy with no slow down, and excellent multitasking. Only downside is less customization abilities, but one could easily get past that

(TWEAK'S) Deodex/odex tweak build.prop tweaks etc

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!

[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