Here's a little app I wrote that deletes all of the Pocket Internet Explorer Temporary Files very quickly, freeing up storage memory. It does not delete cookies or history. I use this whenever I need to clear up storage memory or before I do a backup, much quicker than going into IE and doing it. Just another free app that I thought others may want to use, enjoy!
NOTE: This will only work if you have NOT changed the default location of IE cache.
Here's a little app I wrote that deletes all of the Pocket Internet Explorer Temporary Files very quickly, freeing up storage memory. It does not delete cookies or history. I use this whenever I need to clear up storage memory or before I do a backup, much quicker than going into IE and doing it. Just another free app that I thought others may want to use, enjoy!
NOTE: This will only work if you have NOT changed the default location of IE cache.
MemMaid does the trick and a whole lot more.
Thanks though.
__________________
There is no ideal routine. In fact, the key to any routine lies in your ability to abandon it for another.
I use Mortscript. The following script not only cleanes PIE cache but several other problem areas. The best part is that you can modify it to suite your own personal needs. Well, maybe the best part is that Mortscript is free...
P.S. If there are any other problem areas I missed please post and let me know. I like keeping my phone's memory as clear as possible
After soft reset... Storage =32MB & Progam=32MB free...
#PIE Cache
DelTree "\Windows\Profiles\guest\Cookies\*.*"
DelTree "\Windows\Profiles\guest\History\*.*"
DelTree "\Windows\Profiles\guest\Temporary Internet Files\*.*"
# Kills Mediaplayer for some reason
#DelTree "\Application Data\Volatile\*.*"
# Minimo cookies
DelTree "\Windows\Mozilla\minimo\cookies*.*"
# MS DRM Crap... I don't play any DRM Material
DelTree "\Extended_ROM2\WMDRM\*.*"
DelTree "\Storage Card\WMDRM\*.*"
DelTree "\Application Data\Microsoft\Media Player\WMDRM\*.*"
# Active Sync Log file
DelTree "\Windows\Activesync\CtrlLog.txt"
I don't know if Mortscript can be setup to run on a specified time interval... I would think that that would require a continuously running background task which would tend to hurt memory usage and performance... It can be setup to run whenever you do a soft reset.
I have been using FastCleanup since I got my first PPC, and it does all the deletions you would want, including cookies, cache, history, etc. It's freeware, has a tiny footprint, and works fast. I mapped it to my left soft key using Tweaks2k2 and I use it ALL the time, especially after IE use.
You'd be surprised all the little things that clutter even if yr not using IE...