|
|||||||||
|
|||||||||
|
|||
|
Looking for specifically what commands/process the iphone does when you select
Clear History, Clear Cookies, and Clear Cache. I'm interested in using a shell script to automate the deletion of the files or follow the same procedure the iphoneOS does when you select these actions rather than have to constantly press through the menus each time. If you know what commands or actions (I presume deleting specific files) it follows, please reply back and let's see if we can automate it. |
|
|||
|
lets start with the basics
We know one of the places mobilesafari keeps its cookies is in: /private/var/root/Library/Cookies/Cookies.plist We know one of the places mobilesafari keeps its history is in: /private/var/mobile/Library/Safari/History.plist We know one of the places mobilesafari keeps its cache is is: /private/var/mobile/Library/Caches/Safari We know when we clear cache/cookies/history it also clears: /private/var/mobile/Library/Safari/SuspendState.plist so we can all easily script deleting those files. But I'd like to identify if there are other files that are deleted as well. Wish I had a similar tool to filemon to execute here... Last edited by ult; 05-21-2009 at 08:03 PM. |
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
Quote:
In addition to: removing the following: /private/var/mobile/Library/Caches/Snapshots/com.apple.mobilesafari-Default.jpg and the contents of: /private/var/mobile/Library/Caches/Safari/Thumbnails |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MacNN: Script Debugger 4.5 adds Unicode Leopard support | hackint0sh | Latest Headlines | 0 | 11-28-2008 01:50 PM |
| [hAcx] iLiberty+ Script Generator (Windows) | hacx | Tools | 26 | 07-04-2008 08:51 AM |
| script in Iphone | lolof | Free Toolchain Software | 4 | 10-15-2007 06:03 PM |
| Fully automated automator script to do everything ? | Bibyfok | Tools | 0 | 09-16-2007 12:49 PM |
| Local IMAP Server + Fetchmail + Script = Push Email? | -cj- | Free Toolchain Software | 0 | 09-01-2007 08:51 AM |
|
|