Really? REALLY?
I've just looked at it and it took me a minute to stop laughing long enough to post.
Ok people, here's the low down.
ui_print("Formatting Cache Partition");
delete_recursive("/cache");
Why?
ui_print("Wiping Dalvik Cache");
delete_recursive("/data/dalvik-cache");
What the christ? Why? What has dalvik got to do with kernels? PRECISELY NOTHING. Why are you making the boot time longer than it needs to be?
So far, we're doing things not related to kernels, that people can do themselves via recovery.
Code:
delete("/system/etc/init.d/S91voltctrl");
delete("/system/etc/init.d/S98bolt_siyah");
delete_recursive("/sbin/siyah");
delete_recursive("/data/.siyah");
delete_recursive("/system/.siyah");
delete("/system/etc/init.d/01siyah");
delete("/system/etc/init.d/S_volt_scheduler");
delete_recursive("/data/void-settings");
delete("/res/misc/void");
delete("/system/bin/void");
delete("/xbin/bin/void");
delete("/res/misc/NEAK-Downloader.apk");
delete_recursive("/data/neak");
delete("/res/neak.extra");
delete_recursive("/sbin/near");
delete("/system/etc/lionheart");
delete("/system/etc/schedmc");
delete_recursive("/sys/devices/system/cpu/cpu0/cpufreq");
delete_recursive("/sys/devices/system/cpu/cpu/cpufreq");
delete("/sys/devices/system/cpu/cpu/sched_mc_power_savings");
delete_recursive("/system/.androidmeda");
delete_recursive("/data/data/net.fluxi.xxTweaker");
delete_recursive("/data/data/net.fluxi.xxTweak/");
delete("/data/app/net.fluxi.xxTweaker-1.apk");
delete("/data/.notweaker");
delete_recursive("/data/.Abyss/");
delete_recursive("/system/.Abyss/");
delete("/sbin/ext/abyss.sh");
delete("/res/misc/S90abyss");
delete("/data/data/com.teamblockbuster.thoravukk.app");
delete("/data/app/com.teamblockbuster.thoravukk.app");
delete("/system/etc/init.d/thoravukk");
delete("/data/.thoravukk");
delete_recursive("/data/data/com.teamblockbuster");
delete("/system/litepro");
delete("/system/etc/init.d/99nstools");
delete("/data/user.log");
delete("/system/Hawker.u.copier");
There's a -lot- of stuff there more related to applications on the market rather than kernels. Why are you deleting them?
Especially hilarious is this:
Code:
delete_recursive("/sys/devices/system/cpu/cpu0/cpufreq");
delete_recursive("/sys/devices/system/cpu/cpu/cpufreq");
delete("/sys/devices/system/cpu/cpu/sched_mc_power_savings");
Why do you not understand that these files are generated at boot time? They're created based on the kernel running. In fact, deleting these files has no effect whatsoever because when you reboot out of recovery THEY ARE GONE ANYWAY, to be replaced by whatever kernel boots under a normal boot.
You clearly do not understand this. I could go even further into how utterly retarded this zip file's existence is, but to do so is a severe devaluation of my time because of just how hilariously a waste of time your "tool" or "kernel cleaner" is. You haven't the first clue of what you're doing so why are you encouraging people to download and use this crap, which is at worst a detriment to their system and themselves and at best does nothing of value at all?
I mean you don't even clear out old modules!