Clear All Caches at Once

indiekid97

Senior Member
Feb 28, 2009
61
0
0
Cocoa Beach, Florida
I've written a (very) simple little script to wipe all of the application caches at once so that you don't have to manually type the name in for every single one.

Currently, it will wipe the caches of the following applications:

Browser
GMail
Tunewiki
Maps
Streetview
Myspace
Market


Pretty simple to use, just copy cachecleaner.sh to the root of your SD card and then run

Code:
su
chmod 777 /sdcard/cachecleaner.sh
cd /sdcard
sh cachecleaner.sh
All the caches are now clean!

OR

If you are looking for a way to run scripts such as this without typing in "sh scriptname.sh" every time, you can use the excellent GScript by rogro82. It will find the scripts automatically, all you need to do is add them to a list :]

Any and all feedback is appreciated

~indiekid

Cache Cleaner:
http://rapidshare.com/files/210075580/cachecleaner.sh

GScript:
http://forum.xda-developers.com/showthread.php?t=486486&page=2
 
Last edited: