xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
2 Pages V < 1 2  
Reply to this topicStart new topic
> Shutdown Timer & Cache Clear All In Shutdown Blade, log off , and lock buttons still work
jonboy666
post Aug 1 2006, 11:12 PM
Post #16


X-S X-perience
**

Group: Members
Posts: 370
Joined: 3-July 06
Member No.: 288563
Xbox Version: v1.6
360 version: none



Here a direct link to the clear cache script:
http://www.bestsharing.com/files/ms0019033...0Cache.rar.html
Enjoy muhaha.gif

This post has been edited by jonboy666: Aug 1 2006, 11:17 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
warius
post Aug 2 2006, 01:35 PM
Post #17


X-S Member
*

Group: Members
Posts: 111
Joined: 14-November 03
From: Let's hug it out bitch!
Member No.: 74187
Xbox Version: v1.2
360 version: unknown



QUOTE(Fused0ne @ Jul 31 2006, 03:41 PM) *

Its like clearing your stored preloaded images and such.

Ok, I kinda figured that. When is this necessary?And with what effect? Does it clear userdata/*/thumbnails?

This post has been edited by warius: Aug 2 2006, 01:36 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Gibn101
post Aug 2 2006, 10:59 PM
Post #18


X-S Enthusiast


Group: XS-BANNED
Posts: 24
Joined: 2-August 06
Member No.: 292669
Xbox Version: v1.0
360 version: none



What clear cache does is clear out your X,Y,Z files, this is good to do after...lets say modding a game , updating applications , installing new applications and stuff like that, just have a less chance of having errors when running programs.
No this will not touch any of your userdata or thumbnails. only the stuff in X,Y,Z or cleared.

This post has been edited by Gibn101: Aug 2 2006, 11:00 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
warlion
post Aug 3 2006, 12:51 AM
Post #19


X-S Member
*

Group: Members
Posts: 115
Joined: 28-April 06
Member No.: 280757



there is a way to clean the ram , when a made a mod and have to change the include i always have to restart xbmc
any idea?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JeffyLube0
post Sep 7 2006, 06:31 AM
Post #20


X-S Member
*

Group: Members
Posts: 73
Joined: 26-August 06
Member No.: 296820
Xbox Version: v1.3
360 version: none



i can't get fileanchor to work... it won't dl the files.. help?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mbezik
post Sep 8 2006, 08:40 AM
Post #21


X-S X-perience
**

Group: Members
Posts: 340
Joined: 9-June 06
From: The Cliffe (Durham) UK
Member No.: 285421
Xbox Version: v1.0
360 version: none



same here every link ive tried always downloads the same 0kb file that wont do anything
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
reyes19
post Apr 1 2007, 11:03 AM
Post #22


X-S Enthusiast


Group: XS-BANNED
Posts: 12
Joined: 28-March 07
Member No.: 336050
Xbox Version: unk
360 version: unknown



QUOTE(jonboy666 @ Aug 1 2006, 03:19 PM) *

Here a direct link to the clear cache script:
http://www.bestsharing.com/files/ms0019033...0Cache.rar.html
Enjoy muhaha.gif


ur link is broken, dude
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
timdog82001
post Apr 2 2007, 08:54 AM
Post #23


X-S Genius
****

Group: Members
Posts: 877
Joined: 20-January 05
Member No.: 190188
Xbox Version: v1.0
360 version: v1 (xenon)



maybe cause that post is 8 months old
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rapalot
post Apr 2 2007, 09:04 PM
Post #24


X-S Enthusiast


Group: Members
Posts: 15
Joined: 2-September 05
Member No.: 244219



Here is a link to a Clear Cache Script: http://www.speedshare.org/r8PeJOXReH
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rocky5
post Apr 7 2007, 10:18 PM
Post #25


X-S X-perience
**

Group: Members
Posts: 480
Joined: 16-December 05
Member No.: 263709
Xbox Version: v1.4
360 version: v4.0 (jasper)



Here is my version of the script just removes all the crap not needed.

CODE
###################################################################
#
#   my_wipecache v0.0.0
#   by AMaNO
#   A simple cache file and drive clearing system
#
###################################################################

import os, xbmcgui, xbmc, time
from os.path import join

#time2wait=20

dialog = xbmcgui.DialogProgress()

for root, dirs, files in os.walk("E:\\Cache\\", topdown=False):
    for name in files:
        os.remove(join(root, name))
    for name in dirs:
        os.rmdir(join(root, name))
for root, dirs, files in os.walk("X:\\", topdown=False):
    for name in files:
        os.remove(join(root, name))
    for name in dirs:
        os.rmdir(join(root, name))
for root, dirs, files in os.walk("Y:\\", topdown=False):
    for name in files:
        os.remove(join(root, name))
    for name in dirs:
        os.rmdir(join(root, name))
for root, dirs, files in os.walk("Z:\\", topdown=False):
    for name in files:
        os.remove(join(root, name))
    for name in dirs:
        os.rmdir(join(root, name))

# All Cache areas cleaned
dialog = xbmcgui.Dialog()
dialog.ok("Wipe Cache","All Cache areas wiped.")
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V < 1 2
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 19th June 2013 - 07:30 AM