Initial commit, long overdue

This commit is contained in:
Tad 2016-12-21 19:30:02 -05:00
commit c0083c1519
292 changed files with 951990 additions and 0 deletions

12
Misc/99clear_cache Normal file
View file

@ -0,0 +1,12 @@
#!/system/bin/sh
#clears various junk
rm -rf /cache/*
rm -rf /data/anr/*
#rm -rf /data/log/*
rm -rf /data/system/cache/*
rm -rf /data/system/dropbox/*
rm -rf /data/system/procstats/*
rm -rf /data/system/recent_images/*
rm -rf /data/system/usagestats/*
rm -rf /data/tombstones/*