It appears you have not yet registered with our community. To register please click here...

 
 
         
 
     
QuickLinks
  
Home of the Converged PDA - Phone    
 
Go Back  PDAPhoneHome.com > Pocket PC PDAPhones > PPC-6700 / XV6700 > FREE Clear PIE Cache App (inside)!! ENJOY!!!

Reply
 
PDAPhoneHome  
 
Old 04-28-2006, 12:18 PM
     
  #1 (permalink)  
Registered User
thisguyinoc's Avatar
 Support Developer with PaypalPaypal Verified Donate to Member
Join Date: 02-15-2006
PDAPhone: PPC-6700
Carrier: Sprint
Posts: 183
 

FREE Clear PIE Cache App (inside)!! ENJOY!!!

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.
Attached Files
File Type: zip IEClear_PPC.ARM.zip (6.3 KB, 128 views)
__________________
SMT-5600 >> PPC-6700 (Apache) >> PPC-6900 (Sprint Touch)
Sprint Touch Cube Configuration Tool

Last edited by thisguyinoc : 04-28-2006 at 07:53 PM.
 
thisguyinoc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2006, 02:03 PM
     
  #2 (permalink)  
Westcoast Hybrid Music
WarDogg's Avatar
Join Date: 03-13-2006
Location: Tha Wood
PDAPhone: PPC-6700
Carrier: Sprint Nextel
Headset: WEP-200
Posts: 199
 

Great idea. Will try it when I get to my laptop. Can't download from this site yet.

hint, hint
__________________
...WarDoggz...

Don't Bother Me .... I'm Makin Music ...

 
WarDogg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2006, 02:06 PM
     
  #3 (permalink)  
Registered User
mbartels's Avatar
Join Date: 12-20-2005
Location: Midwest
PDAPhone: PPC-6800
Carrier: Sprint
Posts: 183
 

Works great. Thank you kindly!
 
mbartels is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04-28-2006, 03:41 PM
     
  #4 (permalink)  
Always Believe In 1
GroundNPound's Avatar
Join Date: 04-09-2006
PDAPhone: PPC-6700
Carrier: Sprint
Posts: 948
  Send a message via AIM to GroundNPound Send a message via Yahoo to GroundNPound

Quote:
Originally Posted by thisguyinoc
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.

-Always Believe In One Forum-
 
GroundNPound is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2006, 03:51 PM
     
  #5 (permalink)  
Treo!Treo!Treo!/PPC Boy!
Join Date: 12-03-2005
Location: Michigan
PDAPhone: PPC 6700 & Treo 650
Carrier: Sprint
Posts: 119
 

Quote:
Originally Posted by GroundNPound
MemMaid does the trick and a whole lot more.

Thanks though.
Memmaid also costs "a whole lot more".
 
thomasanderson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2006, 04:46 PM
     
  #6 (permalink)  
Registered User
thisguyinoc's Avatar
 Support Developer with PaypalPaypal Verified Donate to Member
Join Date: 02-15-2006
PDAPhone: PPC-6700
Carrier: Sprint
Posts: 183
 

Quote:
Originally Posted by thomasanderson
Memmaid also costs "a whole lot more".

Great point! I don't really like to spend money if I don't have to.
__________________
SMT-5600 >> PPC-6700 (Apache) >> PPC-6900 (Sprint Touch)
Sprint Touch Cube Configuration Tool
 
thisguyinoc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2006, 01:15 PM
     
  #7 (permalink)  
Registered User
Join Date: 11-22-2004
Posts: 104
 

can this be set to clear by a time interval.... say every 24 hours?
 
gomarpyle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2006, 02:30 PM
     
  #8 (permalink)  
Registered User
Join Date: 04-15-2006
PDAPhone: ppc-6700
Carrier: Sprint
Posts: 30
 

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...





cut
_______________________________
#Mortscript

#Opera cache
DelTree "\Application Data\Opera\cache4\*.*"

#Mobile Earth Cache
DelTree "\Application Data\VirtualEarthMobile\*.*"

#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"

Message "Cleanup Complete"

______________________________
 
atomclock is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2006, 02:43 PM
     
  #9 (permalink)  
Registered User
Join Date: 11-22-2004
Posts: 104
 

Can mortscript be set to automatically run every *time interval* ?
 
gomarpyle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2006, 03:29 PM
     
  #10 (permalink)  
Registered User
Join Date: 04-15-2006
PDAPhone: ppc-6700
Carrier: Sprint
Posts: 30
 

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.
 
atomclock is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2006, 09:02 PM
     
  #11 (permalink)  
Greetings, programs!
Alienwhere's Avatar
Join Date: 02-09-2006
PDAPhone: 700wx
Carrier: Sprint
Posts: 100
 

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...

Here's a link and info:

http://www.freewareppc.com/utilities...pocketpc.shtml

Hope it helps-

oh - and it doesn't specify WM 5.0 compatibility, but it works just fine.
__________________
END OF LINE
 
Alienwhere is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Login Panel
Enter your username and password to login:


Advertisements



PDA and Smartphone Repair & Parts

Cellular Phone Parts and Accessories



PDAPhone Chargers and Screen Protectors

Where Photographers Meet

Please Help By Taking Our Survey!





Our Friends





All times are GMT -5. The time now is 06:29 PM.

               
 
Design by VBSz   |  Hosting by PWH   |  
Copyright © 2002-2007, Convergent Minds, LLC - All Rights Reserved.