LIVE Samsung Galaxy S3 Ultimate Kernel Cleaning Script 8/6/12 - Galaxy S III Themes and Apps

Samsung Galaxy S3 Ultimate Kernel Cleaning Script
WHAT UKC DOES​
The script cleans the left over files of a kernel, to prevent issues or compatibility problems when switching between kernels, kinda like Ccleaner for windows.
It does a cache wipe / dalvik cache wipe and a few other operations, basically it does the maintenance job for you, no need to manually do those tasks before flashing a new kernel.​
Click to expand...
Click to collapse
Operations performed:
Formatting cache partition
Wiping Dalvik-Cache
Deleting old kernel settings files
Cleaning up old Modules
Formatting cache for Security Purpose
Wiping Dalvik-Cache for Security Purpose
COMPATIBILITY​
ROMs:
Any ICS based ROM
Click to expand...
Click to collapse
DOWNLOAD AND INSTALL
http://www.mediafire.com/?84iepdalivol76q
Installation guide:
Download the zip file from the link above.
Place the file on your internal SD-CARD.
Restart to ClockWorkMod Recovery.
Install the zip like any other package.
Install the Kernel of your choice.
Reboot the device.
DONE!
Click to expand...
Click to collapse
DON'T FORGET TO SAY THANKS TO Mecss AND MadMurdoc !​

Can you make a small correction in the first post?
It should be Galaxy S3 and Galaxy 3 because there is another phone called Galaxy 3 (GT-I5800)

123shree said:
Can you make a small correction in the first post?
It should be Galaxy S3 and Galaxy 3 because there is another phone called Galaxy 3 (GT-I5800)
Click to expand...
Click to collapse
thank u my friend fogot about that

Is the lack of download link to emphasise how useless this is?

Due to an inability to provide a download link - thread closed and moved to Themes and Apps. This is also not Development.
EDIT: Thread reopened since download link is now available

Hacre said:
Is the lack of download link to emphasise how useless this is?
Click to expand...
Click to collapse
its only just been unlocked so i can give a download link it was't useless on sg2

Nvm
Sent from my GT-I9300 using xda premium

Must have it !
Thank you senior !

Hello guys,
here is the ultimate-kernel-cleaning-script for the sgs3.
The changelog is the same like sgs2 now but if you have kernel parameters from other kernels as sgs2, I would be glad when you post it here...

first post updated with link enjoy

mecss said:
Hello guys,
here is the ultimate-kernel-cleaning-script for the sgs3.
The changelog is the same like sgs2 now but if you have kernel parameters from other kernels as sgs2, I would be glad when you post it here...
Click to expand...
Click to collapse
buster041284 said:
first post updated with link enjoy
Click to expand...
Click to collapse
I am confused here. Who wrote this placebo script?
Sent from my GT-I9100 using xda premium

jerdog said:
I am confused here. Who wrote this placebo script?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
i ported it from sg1 to sg2 and mecss corrected the stuff to work on sg2 & sg3 so mecss makes the script i share it

I have written it and why should be it placebo. Please dont talk such useless things when you dont know about it... It is not fine to talk something bad. Use it or let it...

mecss said:
I have written it and why should be it placebo. Please dont talk such useless things when you dont know about it... It is not fine to talk something bad. Use it or let it...
Click to expand...
Click to collapse
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!

Hacre said:
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!
Click to expand...
Click to collapse
u will have to contact mecss he makes it i only put it on the forum if it is really that bad then a mod should close this i don't know anything about this i just share it for ever one

buster041284 said:
u will have to contact mecss he makes it i only put it on the forum if it is really that bad then a mod should close this i don't know anything about this i just share it for ever one
Click to expand...
Click to collapse
That ^ is what is known as "throwing somebody under the bus"
I think the point has been made and this thread can be closed
Sent from my GT-I9100 using xda premium

Related

Creamed Glacier FAQ (w/fixes & workarounds) UPDATED Dec. 16

Figured i start one since the cyanogenmod 7 faq by ziggy34 worked out and to ease some of the frustration.
LINKS
Kernel: TDJ's v13 beta ICS kernal
ROM: [ROM][ICS][AOSP][Beta 4.1] .: :: Creamed Glacier :: :. [UPDATED 12.14.2011]
------------------
KNOW ISSUES: (correct me if im wrong)
Gtalk force closed
no SDcard mount(workaround)
market hang (workaround)
no hardware acceleration
no camera
mms not working
FIXES & WORKAROUNDS
Gallery issue?
see post 177
-------------
Want galaxy nexus buttons? ( thanks GazaIan )
GazaIan said:
framework-res.apk mod, I'll upload in a second. You might need to install with adb, this file is like the only one that keeps bootlooping when you flash it (adb push framework-res.apk /system/framework/)
EDIT: Actually, just made a zip. Flash it in clockwork.
http://www.multiupload.com/3XSXYDE66K
This also changes your density to 210, to avoid some sizing problems.
Click to expand...
Click to collapse
------------------
seeing 3g and wondering if you are using h+?
yes you are using H+ or 3g. the h+ or 4g symbol have not been impemented yet. try a speed test to see where you are at on speed.
or
tnpapadakos said:
here's what i'm using
push systemui i made (exchanging the 3Gs for 4G) or install it however you want
i prefer to see "4G" whenever i'm getting 3G or 4G, because while theoretically, there is a big difference, but in real life, we all know there's very little difference...(wtf!!!!)
anyway, it works for me
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=20250225#post20250225 to download
----------
market fix? (thanks xT4Z1N4TRx )
tnpapadakos said:
courtesy of xT4Z1N4TRx who is porting an ICS rom to the G2,
http://forum.xda-developers.com/showpost.php?p=19955209&postcount=2
tried it and it works
(RomToolbox.apk attached for your convenience)
Click to expand...
Click to collapse
rom toolbox is included as of 4.1
or
laggo said:
Here is the beta 3 to 4 update.zip I talked about earlier.
All credit goes to Feb and the other awesome devs. I just created an update.zip that seems to work for me. If you break your phone using this, it's not my fault. I have only tested it quickly.
creamed_glacier_beta_3to4_wifi_fixes_apns_extras.zip (34.95 MB)
The above patch includes a bundle of updates from feb's beta 4.0, an APN list, exta live wall papers, an add blocking hosts file and a few other things.
Calendar sync, market, wifi, talk, and headphones all worked for me.
How to install:
---------------
- Reboot into Recovery
- FULL WIPE (factory reset,delvik,system) [i had issues when i didn't full wipe]
- Install Feb's creamed glacier beta 3.0
- Install TDJ's v13 beta ICS kernal
- Install this zip
- Reboot
- On first boot select "Setup Wizard"
Note: If the APNs don't load go into the APN settings, hit the menu button, and select "restore defaults"
As I said if you break your phone don't come crying to me, no warranty!
If this helped hit the "Thanks" button
-Laggo
Click to expand...
Click to collapse
laggo said:
I think the red line issue is due to me packing the wrong LatinIME.apk. I'll fix it later tonight.
If you want to fix it. You can:
1. grab the apk from the beta 4 zip
2. push it to /system/app
3. change the perms to match the others.
4. reboot.
That is what I did and it seems to work.
Click to expand...
Click to collapse
------------
my texts are underlined red?!?!
see http://forum.xda-developers.com/showpost.php?p=20277933&postcount=422
--------------
trying to usb mount?
in recover mount usb storage in the mounts and storage menu
or
febycv said:
Use Multi Mount SD-Card app to mount your sd card on pc & mac......use it for the time being.......the fixes are on it's way.....
Click to expand...
Click to collapse
----------------
Flash?
laggo said:
I was able to download and install it on my phone... Here is a link for anyone if they want it:
http://www.multiupload.com/AB3DOASFTH
Cheers,
Laggo
Click to expand...
Click to collapse
thanks to all the people who provided us with these fixes and what not.
feel free to add or make corrections to this by post or pm so that i can put in OP.
appreciate the honest efforts.. thanks
Wrong forum
Foo_Blyat said:
Wrong forum
Click to expand...
Click to collapse
Yeah, I think you need to move it to general or q&a,but thanks anyway
Sent from my HTC Glacier using Tapatalk
Tried the market fix and it was a no go
Sent from my HTC Glacier using XDA App
Removed....
appreciate your effort... but wrong forum lol
did you ask the dev before posting this thread?
How is this the wrong section when the exact same thread for cm7 (cm7 FAQ) is not only in this section, but is stickied?
Sent from my HTC Glacier using xda premium
This..... I say its fine where it is.
tjizzle said:
How is this the wrong section when the exact same thread for cm7 (cm7 FAQ) is not only in this section, but is stickied?
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Sent from my HTC Glacier using Tapatalk
Def wrong forum. The reason it works for cm7 is because cyanogen is a whole different level. It a good idea just the wrong place for it.
I noticed a missing link and, after spending too much time searching, decided to include it here.
TDJ's v13 beta ICS kernal
fmarion said:
I noticed a missing link and, after spending too much time searching, decided to include it here.
TDJ's v13 beta ICS kernal
Click to expand...
Click to collapse
thanks ill put it in op!
I have what appears to be a working "frankin" update. If anyone would like to test it a bit for me, shoot me a PM. I'll send you the links.
Thanks rosedale19
Great work guy this a big help for everyone
Does anyone know why the original thread just got closed?
Creamed Glacier Closing
I am changing the source from 4.0.1 to 4.0.3....that requires a lot of time....I am really fed up of the off-topic comments....
So many guys are just messing around the thread....I need some time to work out....
Sorry for the closing.....will open the thread shortly with the new build.....
gamershadow said:
Does anyone know why the original thread just got closed?
Click to expand...
Click to collapse
He is changing to 4.0.3.
Edit...^ there you go
febycv said:
I am changing the source from 4.0.1 to 4.0.3....that requires a lot of time....I am really fed up of the off-topic comments....
So many guys are just messing around the thread....I need some time to work out....
Sorry for the closing.....will open the thread shortly with the new build.....
Click to expand...
Click to collapse
That makes sense. Thanks for the quick answer and thanks for all the work you have put in. I really appreciate it. I know it's something I could never do.
febycv said:
I am changing the source from 4.0.1 to 4.0.3....that requires a lot of time....I am really fed up of the off-topic comments....
So many guys are just messing around the thread....I need some time to work out....
Sorry for the closing.....will open the thread shortly with the new build.....
Click to expand...
Click to collapse
You're amazing feb, just wanted to let you know! Love your work! Also fed up with the comments! I say just keep it closed
rosedale19 said:
Figured i start one since the cyanogenmod 7 faq by ziggy34 worked out and to ease some of the frustration
thanks to all the people who provided us with these fixes and what not.
feel free to add or make corrections to this by post or pm so that i can put in OP.
Click to expand...
Click to collapse
Nice, was waiting to see if we got a CM9 then was going to start a new F.A.Q. but yours will do

[Q] How do you make flashable zips?

I've looked around and can't seem to find a proper guide of how to make flashables I know newer cwm's use an amend script as opposed to the older edify what ever that may mean xD .... anyways I want to start creating my own shiz I don't want to give details but I think it might be kind of special and could interest some nerds anyways if someone can point me in the direction of a proper guide/ tutorial I will much appreciate it.
Sent from my OG Epic
Someone recently asked a similiar questioon. Maybe their thread will help?
http://forum.xda-developers.com/showthread.php?t=1394328
sent from a phone using an app
Figured it was as easy as modifying someone elses zip but wanted to make sure
Sent from my OG Epic
Biggoron said:
Figured it was as easy as modifying someone elses zip but wanted to make sure
Click to expand...
Click to collapse
Often it's as easy as gutting another flashable .zip that you know works, then replacing the directory structure and files with what you want to install. If you want a neater solution with more customization, adamdelozier found benzyniarz1's UpdateZipCreator utility, which provides much more customization possibilities. It currently has a bug that causes scripts to fail, thus causing the entire flashable .zip to fail, but I've let the developer know what's up so hopefully a fix will be out soon. If you want to learn about the bug and the workaround, see pages 5 and 6 and pay close attention to the "Error 6" and "EOL" related posts.
Customization kind of like what the script shows ex: after flashing rc it says your phone is now legendary?
Sent from my OG Epic
Biggoron said:
Customization kind of like what the script shows ex: after flashing rc it says your phone is now legendary?
Click to expand...
Click to collapse
Yes, you can create a custom script from scratch within the utility, and it has the most used commands available to drop into your script, along with a very brief description of syntax for each. Read the OP for the utility to get an idea of its range of features.
AmericanJedi001 said:
Yes, you can create a custom script from scratch within the utility, and it has the most used commands available to drop into your script, along with a very brief description of syntax for each. Read the OP for the utility to get an idea of its range of features.
Click to expand...
Click to collapse
You are the man jedi. Thanks for updating the op also
sent from a phone using an app
Djinn23 said:
You are the man jedi. Thanks for updating the op also
Click to expand...
Click to collapse
Word! Umm, which OP are you refering to? I've updated a couple different OPs this evening, that's why I'm confused!
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Sent from my OG Epic
AmericanJedi001 said:
Word! Umm, which OP are you refering to? I've updated a couple different OPs this evening, that's why I'm confused!
Click to expand...
Click to collapse
Yea I typed that knowing it was misuse n abuse. Sorry. I meant the link above I provided to this thread where the people were struggling to find out why it was broken and you explained the bug you linked to here. Jedi's always pop in, save, then boogie. Not choad chomping or anything but I also read your proposal for documentation formatting and lmmfao at your example.
sent from a phone using an app
Biggoron said:
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Sent from my OG Epic
Click to expand...
Click to collapse
Awesome. Not my personal cup of tea but I am sure someone somewhere is thinking you are the motts! Well done.
sent from a phone using an app
Most people aren't picky about their cwm zips, basicly it consists of the items you want to flash, the stuff to flash it with, and an updater-script and updater-binary. I usually just take someones updater-binary and write my script from scratch
sent from my always aosp epic
Biggoron said:
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Click to expand...
Click to collapse
Interesting... I'm glad you found what you needed!
Djinn23 said:
Yea I typed that knowing it was misuse n abuse. Sorry. I meant the link above I provided to this thread where the people were struggling to find out why it was broken and you explained the bug you linked to here. Jedi's always pop in, save, then boogie. Not choad chomping or anything but I also read your proposal for documentation formatting and lmmfao at your example.
Click to expand...
Click to collapse
Ah, now I understand, my young padawan. Awww, no choad chomping? But seriously, I'm glad I got a laugh out of you! Unfortunately, I'll have to clean parts of it up to get the Mods to sticky it.
Back on topic, the dev of UpdateZipCreator hit me back and said he'll release a fixed version of his utility soon.
UpdateZipCreator has been updated to use UNIX newline / end-of-line / EOL characters in the script generator / editor, which should eliminate "Error 6" when flashing .zips in CWM Recovery.
UpdateZipCreator
AmericanJedi001 said:
UpdateZipCreator has been updated to use UNIX newline / end-of-line / EOL characters in the script generator / editor, which should eliminate "Error 6" when flashing .zips in CWM Recovery.
UpdateZipCreator
Click to expand...
Click to collapse
Awesome too bad I'm headed to bed thanks ill try it out tomorrow. Is this complex or does this generate script or do I have to? That's over my head but yeah...
Edit nevermind took a look at. Any way to change what the binary script displays ie. What it shows in the script when flashing..." your phone is now legendary"
Sent From My Cyan Samurai
Biggoron said:
Awesome too bad I'm headed to bed thanks ill try it out tomorrow. Is this complex or does this generate script or do I have to? That's over my head but yeah...
Edit nevermind took a look at. Any way to change what the binary script displays ie. What it shows in the script when flashing..." your phone is now legendary"
Click to expand...
Click to collapse
This has example scripts, but I don't remember it dynamically generating scripts based on what you install. You must customize the scripts yourself, to include mounting the partition you wish to install to, install package, and screen output. FYI, IIRC the screen is 48 fixed-width characters wide in CWM Recovery. That should help make pretty output screens!

[TOOL][DISCONTINUED]x :: DARKSIDE.SUPER.WIPE / DARKSIDE.CACHE.WIPE :: x

*WARNING! I Am Not Responsible For Anything That Happens To Your Device*​​
** PLEASE BE AWARE! THIS SCRIPT IS FOR "T-Mobile Samsung Galaxy S II" WILL ALSO WORK ON "AT&T Samsung Galaxy S II Skyrocket" ONLY! IF YOU FLASH THIS ON ANY OTHER DEVICE YOU MIGHT HAVE A VERY EXPENSIVE PAPER WEIGHT! YOU HAVE BEEN WARNED! PLEASE CONTACT ME FIRST IF ANY OTHER QUESTIONS **​
:: DARKSIDE.SUPER.WIPE ::​
:: DARKSIDE.CACHE.WIPE ::
..A DARKSIDE DEVELOPMENT..​
This is a small script i threw together a while back. I have incorporated in many of my ROMS, usually runs with a installation flag '-wipe'. The script does exactly as the title explains. It is SUPER.WIPE that does the most thorough wipe possible. This exceeds anything that CWM is capable of from the menu options. This will format and erase EVERYTHING on your /system, /data, /cache partions with EXT4 file system. It WILL NOT wipe SD CARD or EMMC... After it is complete with format and earse, it will align all disks partitions properly. This is a great tool to flash right before installing any new ROM on your device. No need to worry if you have wiped properly. Let the script do it for you! ENJOY! ​
Instructions on using DARKSIDE.SUPER.WIPE:
* WILL NOT WIPE SD CARD OR EMMC *
IMMEDIATELY BEFORE FLASHING ROM OF YOU CHOICE, DO THE FOLLOWING...
1. Place on ROOT of your SD card.
2. Boot into Recovery Mode
3. Do a NAND BACKUP!!!
4. Flash DARKSIDE.SUPER.WIPE
5. Stay inside recovery
6. Flash desired ROM.
7. After flashing is complete, Reboot...
8. Done!
​
>>> DOWNLOADS <<<​
>>> DARKSIDE.SUPER.WIPE <<<​[DOWNLOAD HERE]​
md5: c72773dd349b6e2656e72e6273a26cdb​​
>>> DARKSIDE.CACHE.WIPE <<<​[DOWNLOAD HERE]​
md5: b00eba3c7f647b6235aa32a11f25fc2a​
"so that is the reason for the darkside.cache.wipe... because you cant wipe the cache in recovery... recovery as in CWM right? except through script like in your Darkside.cache.wipe?" (Quote from @Rushing)
ONLY USE THIS IF YOU NEED TO WIPE CACHE'S OR FIX PERMISSIONS IN CLOCKWORK MOD RECOVERY. THIS IS TO BE FLASHED IN RECOVERY! This replaces the need for using the broken built in CWM recovery functions. The DARKSIDE.CACHE.WIPE script will wipe both the /cache partition and the dalvik cache. After its has completed the wipe, it will then fix permissions (the correct way). This should hopefully fix that damn ICS reboot hang issue once and for all. ​
** PLEASE respect my work and ask my permission before posting mirrors or using any parts **​
you underestimate the power of the DARKSIDE
not sure why yet???
Thanks from this. I've been waiting for something like this as a seperate flashable. comes in handy when you do a lot of testing.
raycaster3 said:
Thanks from this. I've been waiting for something like this as a seperate flashable. comes in handy when you do a lot of testing.
Click to expand...
Click to collapse
no problem... hope people find it as useful as i do... hence the fact i include it my roms...
Thanks Bro i used this on my hd2 it is awesome Thanks you have done a lot for this community In the short amount of time you have been here Thank You
tdizzle404 said:
Thanks Bro i used this on my hd2 it is awesome Thanks you have done a lot for this community In the short amount of time you have been here Thank You
Click to expand...
Click to collapse
no problem... just sharing what i have
Thanks for this.
Sent from my SGH-T989 using XDA App
Awesome thread thank you so much tdj for president.
Sent from my SGH-T989 using Tapatalk
This is awesome, I saw this in some of your ROMs and wished I could use it with other ROMs. My wish was granted. Thank you!
Thanks for this! One question though: What is the benefit of formatting to ext4, compared to what it is formatted as by default?
Sent from my SGH-T989 using xda premium
Hi,
Seems like a great tool. I have a suggestion. When posting such tools that aren't device-specific and work on all (or a majority of) Android devices, please consider posting them in the appropriate Android Development and Hacking forums (should be either Android Software and Hacking General or Android Software Development in this case), rather than device-specific forums. Once posted there, you can then make a post here as well with a brief description of the tool and provide the link to the main post in the appropriate section.
This way, the tool will get more exposure, plus it'll make things a little less confusing for the new users who might think the tool is specific only to that device in question.
Well, that's my two cents. Keep up the great work! =)
HQRaja said:
Hi,
Seems like a great tool. I have a suggestion. When posting such tools that aren't device-specific and work on all (or a majority of) Android devices, please consider posting them in the appropriate Android Development and Hacking forums (should be either Android Software and Hacking General or Android Software Development in this case), rather than device-specific forums. Once posted there, you can then make a post here as well with a brief description of the tool and provide the link to the main post in the appropriate section.
This way, the tool will get more exposure, plus it'll make things a little less confusing for the new users who might think the tool is specific only to that device in question.
Well, that's my two cents. Keep up the great work! =)
Click to expand...
Click to collapse
Different devices have different partition mappings so one tool will NOT work for all devices .......... sorry but you are incorrect in telling him to post in a general forum.
IE
Mmcblk2 might be /boot on one device, or /recovery on another and /system on yet another.
Wiping a recovery partition accidently could cause bricks ....
PS
Awesome tool bro. Ill use it for sure
Sent by my SGH-T989 from the Darkside ©
HQRaja said:
Hi,
Seems like a great tool. I have a suggestion. When posting such tools that aren't device-specific and work on all (or a majority of) Android devices, please consider posting them in the appropriate Android Development and Hacking forums (should be either Android Software and Hacking General or Android Software Development in this case), rather than device-specific forums. Once posted there, you can then make a post here as well with a brief description of the tool and provide the link to the main post in the appropriate section.
This way, the tool will get more exposure, plus it'll make things a little less confusing for the new users who might think the tool is specific only to that device in question.
Well, that's my two cents. Keep up the great work! =)
Click to expand...
Click to collapse
thanks for the input.. but this is DEVICE SPECIFIC.. i mean are you trying to insult my intelligence, because i do kinda have a clue to what I am doing.. Maybe new users need to read what they are doing before telling me how i need to do things... ok? thanks!
Awesome tool! awesome response! Thank you!
thederekjay said:
thanks for the input.. but this is DEVICE SPECIFIC.. i mean are you trying to insult my intelligence, because i do kinda have a clue to what I am doing.. Maybe new users need to read what they are doing before telling me how i need to do things... ok? thanks!
Click to expand...
Click to collapse
Lol beat ya to it bro..... I hate people talking like they know something but really have no clue :-\
Sent by my SGH-T989 from the Darkside ©
thederekjay said:
thanks for the input.. but this is DEVICE SPECIFIC.. i mean are you trying to insult my intelligence, because i do kinda have a clue to what I am doing.. Maybe new users need to read what they are doing before telling me how i need to do things... ok? thanks!
Click to expand...
Click to collapse
+1 eff
Sent from my Unstoppable Juggernaut!!!
Their is a reason that TDJ has the title "Recognized Developer"
Thanks for the great tool, kernel and ROM
Any1 tested this cuz im about to with my effin tmobile crap im dealing with. I cant receive texts or calls atm. CS says networks down for certain people? Anyways bout to flash and will repost in a bit.
Sent from my Unstoppable Juggernaut!!!
pyraxiate said:
Lol beat ya to it bro..... I hate people talking like they know something but really have no clue :-\
Sent by my SGH-T989 from the Darkside ©
Click to expand...
Click to collapse
lol i saw that... ill let you have that one
thederekjay said:
lol i saw that... ill let you have that one
Click to expand...
Click to collapse
I did tear it apart :-D geesh that's a lot of code for a script lol ;-)
You have to know by now that I must know how things work rofl
Sent by my SGH-T989 from the Darkside ©

[FIX] PhantomVoicemail - *86 - Sprint - AOSP/MIUI

Hey guys, I come from the EVO 4G (supersonic) forums and have experienced this unclearable, unfixable, *86 PhantomVoicemail issue enough, when running AOSP/MIUI/Sense 3.0+ ROMs to know how annoying it can be. A fix in the Phone.apk smali has been found for this and I'd be glad to fill requests.
Dj21o has brought it to my attention that not only the EVO, but the E4GT and probably many other Sprint phones can have this issue. Not everyone can go through the trouble of deactivating and reactivating the phone to fix it permanently, so here I am, ready to fill requests for flashable zips that fix the issue. This fix is ROM specific so as ROMs are being updated the fix will be updated as well, if devs want to implement the fix into their ROMs that would also be very helpful, so just post the link to the ROM you want fixed and I'd be more thank glad to help fix the issue. Post the DL link the the ROM or the ROM thread and sit tight.
NOTE: If using an ICS ROM/Recovery then you must wipe Dalvik-Cache, this ensures ROM stability. (I usually just mod the Phone.apk right after downloading the ROM, so I usually forget this step)
I will add fixes (all are flashable) the the OP as I fill requests. Check back to see if your request has been filled.​
Thanks a ton, many people will appreciate this.
Sent from my GSII.
EDIT: 9LG11808PS7303411 (Donation confirmation)
Thanks! This would be great to keep alive everybody, so far I've fixed over 20+ ROM's.
Hello thanks for the fix. Would you be able to make an apk for CM9 alpha 3 that has the phantom voicemail fix but also works at 160 dpi? The one included with the rom crashes at 160 dpi. Thanks either way, if you can or you can't.
Sent from my SPH-D710 using Tapatalk
You guys should get in touch and maybe combine efforts.
http://forum.xda-developers.com/showthread.php?t=1578673
Sent from my SPH-D710
Oh, and you should also warn people about flashing your install zips on ics recoveries.
The fix you've shared are smali Java edits. Since they are, you'd need to wipe dalvik so the new classes.dex can be created. This wiping could potentially cause bricks when using any ics recoveries available right now.
Sent from my SPH-D710
coiledwire said:
Oh, and you should also warn people about flashing your install zips on ics recoveries.
The fix you've shared are smali Java edits. Since they are, you'd need to wipe dalvik so the new classes.dex can be created. This wiping could potentially cause bricks when using any ics recoveries available right now.
Sent from my SPH-D710
Click to expand...
Click to collapse
I've used the apk with no problem. Change the permissions rw-r--r-- with root explorer and push to system/app.
Sent from my GSII.
Dj21o said:
I've used the apk with no problem. Change the permissions rw-r--r-- with root explorer and push to system/app.
Sent from my GSII.
Click to expand...
Click to collapse
I was referring to using the install zips posted in the OP. Caution should be used with these.
Manually moving the apk as you have indicated, you should also clear phone.apk data from the settings/app menu, delete the file with *phone.apk* in the name from cache/dalvik-cache, and then reboot.
Sent from my SPH-D710
SavocaFTW said:
Hey guys, I come from the EVO 4G (supersonic) forums and have experienced this unclearable, unfixable, *86 PhantomVoicemail issue enough, when running AOSP/MIUI/Sense 3.0+ ROMs to know how annoying it can be. A fix in the Phone.apk smali has been found for this and I'd be glad to fill requests.
Dj21o has brought it to my attention that not only the EVO, but the E4GT and probably many other Sprint phones can have this issue. Not everyone can go through the trouble of deactivating and reactivating the phone to fix it permanently, so here I am, ready to fill requests for flashable zips that fix the issue. This fix is ROM specific so as ROMs are being updated the fix will be updated as well, if devs want to implement the fix into their ROMs that would also be very helpful, so just post the link to the ROM you want fixed and I'd be more thank glad to help fix the issue. Post the DL link the the ROM or the ROM thread and sit tight.
I will add fixes (all are flashable) the the OP as I fill requests. Check back to see if your request has been filled.​
Click to expand...
Click to collapse
Although I personally have only experienced this right after a brand new AOSP flash (it goes away after first reboot for me) I'm sure this will make many people very happy. Thanks for offering your services here!
---------- Post added at 08:30 PM ---------- Previous post was at 08:29 PM ----------
coiledwire said:
I was referring to using the install zips posted in the OP. Caution should be used with these.
Manually moving the apk as you have indicated, you should also clear phone.apk data from the settings/app menu, delete the file with *phone.apk* in the name from cache/dalvik-cache, and then reboot.
Sent from my SPH-D710
Click to expand...
Click to collapse
Good looking out there...you're right about that. I'm very flash-a-phobic when it comes to doing anything while running a AOSP ICS rom.
coiledwire said:
I was referring to using the install zips posted in the OP. Caution should be used with these.
Manually moving the apk as you have indicated, you should also clear phone.apk data from the settings/app menu, delete the file with *phone.apk* in the name from cache/dalvik-cache, and then reboot.
Sent from my SPH-D710
Click to expand...
Click to collapse
The four times that I have had to do it, I literally changed permissions to the same in system/ app, copy and paste, reboot. And I have not had any problems. The OP knows what he is doing, since I have clearly done it four times. Make a backup if you feel more safe lol.
Sent from my GSII.
Dj21o said:
The four times that I have had to do it, I literally changed permissions to the same in system/ app, copy and paste, reboot. And I have not had any problems. The OP knows what he is doing, since I have clearly done it four times. Make a backup if you feel more safe lol.
Sent from my GSII.
Click to expand...
Click to collapse
Dude, I've made this mod also for several e4gt aosp roms. So has teamERA, people over at epic og cm9, and the guy over at evo3d that probably was the originator of this mod.
If you edit the classes.dex file in phone.apk, then the dalvik cache needs to be rebuilt to update for this change. It's basic android operation for deodexed files. If it works for you not to do anything with dalvik, then cool. But it's not 100% permanent fix unless that dalvik is updated.
Look, I'm glad the OP wants to help out and offer modded phone.apk here. But it's irresponsible to post flashable zip files for ics roms, for the e4gt, and not provide a warning in the OP.
Sent from my SPH-D710
coiledwire said:
Dude, I've made this mod also for several e4gt aosp roms. So has teamERA, people over at epic og cm9, and the guy over at evo3d that probably was the originator of this mod.
If you edit the classes.dex file in phone.apk, then the dalvik cache needs to be rebuilt to update for this change. It's basic android operation for deodexed files. If it works for you not to do anything with dalvik, then cool. But it's not 100% permanent fix unless that dalvik is updated.
Look, I'm glad the OP wants to help out and offer modded phone.apk here. But it's irresponsible to post flashable zip files for ics roms, for the e4gt, and not provide a warning in the OP.
Sent from my SPH-D710
Click to expand...
Click to collapse
That's what a reboot is for, to rebuild the cache. And everyone knows that you don't just flash the zip by itself. You have to do the complete ROM, gapps (if needed), and then the vmail fix. OP doesn't even have our phone, so don't be a jerk about it. PM him about putting in in the first post.
Sent from my GSII.
My apologizes. No offense intended. Carry on.
Sent from my SPH-D710
coiledwire said:
My apologizes. No offense intended. Carry on.
Sent from my SPH-D710
Click to expand...
Click to collapse
Sorry I didn't mean to be a douche, either. You do have a point about flashing, and a lot of people will probably screw up if they are new to Android. But yeah let's keep it positive in here lol.
Sent from my GSII.
Hey OP, can I make one more request for when you have time. I like running my phone at very low dpi and the lowest the e4gt can go without system ui crashing is 129 dpi. Could you make a phone.apk with ghost voicemail fix that works at that low density [for cm9 alpha 3 rom]? Thank you very much. And to the other guys, you can just extract the package and then move the phone.apk using a file explorer and set permissions.
will fix zips work with venum/TN ics
Kchitown1977 said:
will fix zips work with venum/TN ics
Click to expand...
Click to collapse
Can you test for me and report back? I'll make fixes as needed. Sorry I don't have an E4GT.
Sent from my PC36100 using xda premium

[ROM][.45][OC]PowerXperia

Ok, I really should contribute to the community somehow So I decided to fix any little problem in my rom i'm currently using and release it, so people like me, that means people who like clean and tidy ROMs with some extra horsepower under the hood and few tweaks that increases usefulness of their device a bit will have their life a little bit easier because I'll try to implement as much awesomeness without unnecessary bloatware to this ROM and learn a bit about modding in the process
And I proudly present you PowerXperia ROM for Xperia S
It's based on official .45 ROM, with following changes:
StatusBar toggles
Percentage battery mod
^ these two were one mod, p3001ee's statusbarmod with quickpanelsettings.
krabappel2548's XperiaSSpeed Kernel V6 with stock bootlogo and "Xperia" background in recovery
serajr's xperia s customizable home launcher
ROM is debloated and some handy apps are included
Click to expand...
Click to collapse
Known issues & TODO:
- When lockscreen disabled and waking up phone with camera button, blank form appear that is canceled by any action. This is caused by Camera app.
- AROMA installer - honestly, i am aware that apps I use aren't apps that everyone want to use
Click to expand...
Click to collapse
Feel free to post suggestions/critic/bug reports/giving thanks etc.
Feel free to mirror, just let me know, ok?
DISCLAIMER: I am not responsible for any damage caused to your phone. You are using this at your own risk, and if you are not willing to take it, do not proceed. Please read carefully all the information below, It's wise to prevent problems...
Installation process:
This is currently standard recovery flashable ZIP file. If you do not have access to recovery you may want to read this thread: http://forum.xda-developers.com/showthread.php?t=1793272 there are several ways how to boot into recovery, you may use any method, the recovery will be reflashed anyway. This rom also requires unlocked bootloader.
1) Place installation package anywhere on your internal card.
2) Boot into recovery (usually with pressing vol up button when prompted by kernel)
3) Select install zip from sdcard.
4) Select choose zip from sdcard
5) Find installation package on SD Card and confirm installation
6) Wait until updater finishes his job and wipe cache partition or (optional) perform hard reset.
7) Profit
Click to expand...
Click to collapse
First boot takes a lil bit longer, don't be scared
DOWNLOAD:
Uloz.to
uploaded.to
(will add some more mirrors soon)
reserved
ladynaamah said:
Ok, I really should contribute to the community somehow So I decided to fix any little problem in my rom i'm currently using and release it, so people like me, that means people who like clean and tidy ROMs with some extra horsepower under the hood and few tweaks that increases usefulness of their device a bit will have their life a little bit easier because I'll try to implement as much awesomeness without unnecessary bloatware to this ROM and learn a bit about modding in the process
And I proudly present you PowerXperia ROM for Xperia S
It's based on official .45 ROM, with following changes:
Known issues & TODO:
Feel free to post suggestions/critic/bug reports/giving thanks etc.
Feel free to mirror, just let me know, ok?
DISCLAIMER: I am not responsible for any damage caused to your phone. You are using this at your own risk, and if you are not willing to take it, do not proceed. Please read carefully all the information below, It's wise to prevent problems...
Installation process:
First boot takes a lil bit longer, don't be scared
DOWNLOAD:
Uploading in progress... stay tuned
Click to expand...
Click to collapse
Good to have another rom... But this is more like a combination of some mods that you have done on your stock rom with krabe's kernel and made it a power rom...
Anyways one new rom for us.. Cheers
Edit : you already told these in the beginning.. My bad
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
exciting stuff!! Btw, is it overclocked by default??
Harsh7689: The point of this ROM is to ease the effort patching it up to others with similar requirements from their device. I've not said that I have done something special, I don't know java and I know very little from bash and other scripting... only thing I've learned up to today is to find a mod, test it and if it works well use it until i find better. This is my little I can do for the community... Maybe I'll learn from this baby-in-sandbox project something that will allow me to do a bit more for community than this... I agree, it's nothing much fancy, but it might help someone, that's why I posted it here.
imrock: It's kernel is krabappel2548's XperiaSSpeed Kernel V6, so yes, it is overclocked by default and can be overclocked up to 1899 MHz, which me personally finds quite hazardous Anyway default overclock is somewhere around 1,7 GHz which is safe value The package also contains Voltage Control free edition, which will allow you to alter those values to your taste
ladynaamah said:
Harsh7689: The point of this ROM is to ease the effort patching it up to others with similar requirements from their device. I've not said that I have done something special, I don't know java and I know very little from bash and other scripting... only thing I've learned up to today is to find a mod, test it and if it works well use it until i find better. This is my little I can do for the community... Maybe I'll learn from this baby-in-sandbox project something that will allow me to do a bit more for community than this... I agree, it's nothing much fancy, but it might help someone, that's why I posted it here.
imrock: It's kernel is krabappel2548's XperiaSSpeed Kernel V6, so yes, it is overclocked by default and can be overclocked up to 1899 MHz, which me personally finds quite hazardous Anyway default overclock is somewhere around 1,7 GHz which is safe value The package also contains Voltage Control free edition, which will allow you to alter those values to your taste
Click to expand...
Click to collapse
Truly said +1
I know this that's why I thanked you first thank of the rom
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
Glad you agree uploaded.to mirror nearly ready. Will add it to first post By the way, thanks for thanks
after desperate messing with aroma installer i have another idea how to contribute to community tool that generates aroma scripts
What is the difference between this "ROM"and the other ones like Eratcher and DualCore "ROMS"
It is supposed to be as much stock as possible, while getting some extra functionality, to be honest, i'm not keen using AOSP - themed rom, if i would want to, i'd bought galaxy nexus... i've bought xperia cause i like it's design... by the way, being arrogant and rude is not the best way how to support someone trying to learn something...
Could you send me the kernel only, if possible?
Sent from my LT26i with Tapatalk 2
Felimenta97 said:
Could you send me the kernel only, if possible?
Sent from my LT26i with Tapatalk 2
Click to expand...
Click to collapse
Try the search function...you will also see the kernel dev does not want people mirroring his work...
http://forum.xda-developers.com/showthread.php?t=1761778
Sent from my Xperia S using Tapatalk 2
geekygrl said:
Try the search function...you will also see the kernel dev does not want people mirroring his work...
http://forum.xda-developers.com/showthread.php?t=1761778
Sent from my Xperia S using Tapatalk 2
Click to expand...
Click to collapse
i think he(Felimenta97) is asking for the kernel because ladynaamah has the ka kernel with default sony logo.
You may extract zImage file from archive and flash it via fastboot using command
Code:
fastboot flash boot zImage
provided you have connected your device in fastboot mode
geekygrl: I'm aware of that, but what shall i do? Type here guide how to extract it, modify it, repack it and flash it separately? That's not making much sense, would excessively complicate process that is supposed to be simple...
mharckk said:
i think he(Felimenta97) is asking for the kernel because ladynaamah has the ka kernel with default sony logo.
Click to expand...
Click to collapse
Yeah, exactly. Im using SSpeed v6 right now, but those small customizations seems nice.
ladynaamah said:
You may extract zImage file from archive and flash it via fastboot using command
Code:
fastboot flash boot zImage
provided you have connected your device in fastboot mode
geekygrl: I'm aware of that, but what shall i do? Type here guide how to extract it, modify it, repack it and flash it separately? That's not making much sense, would excessively complicate process that is supposed to be simple...
Click to expand...
Click to collapse
Thanks. I asked for it only as I didn't wanted to download the entire Rom, but I will do it. Thanks
Sent from my LT26i with Tapatalk 2
sorry i can't be of more help currently, I'm at the work right now
Does anyone have the same problem ?
Icon position seems wrong
KennyCHF said:
Does anyone have the same problem ?
Icon position seems wrong
Click to expand...
Click to collapse
Lol funny screen
Use the thank button, it's there for a reason
Sent from my LT26i using xda premium
KennyCHF: It appears on my device too, I'll look into it...
ladynaamah said:
KennyCHF: It appears on my device too, I'll look into it...
Click to expand...
Click to collapse
Thanks ~ wait for your good news ~~~

Categories

Resources