+ Reply to Thread
Page 1 of 7 123 ... LastLast
Results 1 to 10 of 64

Thread: Updated Move Caches To SD Card!

  1. #1
    Join Date
    Nov 2008
    Location
    Cuba, NY 14727
    Posts
    767

    Default Updated Move Caches To SD Card!


    Move Caches to FAT32 SD Card


    NOTE: IF YOU ARE ENTERING THESE COMMANDS AFTER A WIPE AND HAVE NOT YET USED ANY OF THE APPLICATIONS LISTED BELOW. "rm -R" lines are not necessary. If you tried them it would return and error stating the file or directory does not exist. This is because a cache has not been created. This is because you have not yet browsed anything in order to force the system to create a cache or cache directory. In other words you cannot remove(rm = remove) what is not there.

    All others, it matters not if you use the "rm -R" commands.If you have a cache on the phone this command is simply removing your cache from the phone. This frees up phone memory so you might as well try it. If you get an error message stating the file or directory does not exist, disregard it. It simply means that you have not used the cache for that application and therefore a cache or cache directory has not been created by the system. In other words you cannot remove(rm = remove) what is not there.

    To keep your SD card from cluttering up with multiple cache stores... we recommend first adding a cache and files folder:
    mkdir /sdcard/cache
    mkdir /sdcard/cache/files

    NOTE: if you choose to make all of these folders seperate on the SD card instead, then remove the "/cache" on each "mkdir" and "ln -s" steps below




    Browser Cache


    cd /data/data/com.android.browser/cache
    rm -R webviewCache
    mkdir /sdcard/cache/webviewCache
    ln -s /sdcard/cache/webviewCache webviewCache


    Google Maps


    cd /data/data/com.google.android.apps.maps
    rm -R files
    mkdir /sdcard/cache/files/maps
    ln -s /sdcard/cache/files/maps files

    Google StreetView



    cd /data/data/com.google.android.street
    rm -R cache
    mkdir /sdcard/cache/streetCache
    ln -s /sdcard/cache/streetCache cache


    Market Cache


    cd /data/data/com.android.vending
    rm -R cache
    mkdir /sdcard/cache/marketCache
    ln -s /sdcard/cache/marketCache cache


    imeem Cache


    cd /data/data/com.imeem.gynoid
    rm -R cache
    mkdir /sdcard/cache/imeemCache
    ln -s /sdcard/cache/imeemCache cache


    Tunewiki Cache


    cd /data/data/com.tunewiki.lyricplayer.android/cache
    rm -R webviewCache
    mkdir /sdcard/cache/tunewikiCache
    ln -s /sdcard/cache/tunewikiCache webviewCache


    Steel Browser Cache


    cd /data/data/com.kolbysoft.steel/cache
    rm -R webviewCache
    mkdir /sdcard/cache/steelCache
    ln -s /sdcard/cache/steelCache webviewCache

    *NOTE*: If the above code does not work for steel browser because there is no cache folder try this:

    cd /data/data/com.kolbysoft.steel
    mkdir cache
    cd cache
    mkdir /sdcard/cache/steelCache
    ln -s /sdcard/cache/steelCache webviewCache


    MeetMe Cache


    cd /data/data/com.stylem.meetme
    rm -R cache
    mkdir /sdcard/cache/meetmeCache
    ln -s /sdcard/cache/meetmeCache cache


    MySpace

    cd /data/data/com.myspace.android
    mkdir /system/sd/cache/files/myspace
    rm -R files
    ln -s /sdcard/cache/files/myspace files

    Gmail

    cd /data/data/com.google.android.gm/cache
    rm -R webviewCache
    ln -s /sdcard/cache/webviewCache webviewCache

    Voice Search

    cd /data/data/com.google.android.voicesearch/cache
    rm -R webviewCache
    ln -s /sdcard/cache/webviewCache webviewCache

    My Maps Editor
    cd /data/data/com.google.android.apps.mymaps/cache
    rm -R webviewCache
    ln -s /sdcard/cache/webviewCache webviewCache
    Last edited by Driguez; 05-02-2009 at 07:49 PM. Reason: Added my maps editor cache move!

  2. #2
    constellanation's Avatar
    constellanation is offline *sigh*... I think I'll go spend some time with the family constellanation is on a distinguished road
    Join Date
    Oct 2008
    Posts
    6,852

    Default Re: Updated Move Caches To SD Card!

    Ooooohhh. I just noticed the google maps cache move, I see a trip to the terminal coming up for me soon!

    And I can't wait for the youtube cache move as well!

    Thanks for the info birdie!

  3. #3
    Join Date
    Nov 2008
    Location
    Cuba, NY 14727
    Posts
    767

    Default Re: Updated Move Caches To SD Card!

    Can we sticky this?

  4. #4
    Join Date
    Jan 2009
    Posts
    137

    Default Re: Updated Move Caches To SD Card!

    thanks, this is great!


    i'm getting an error on the maps move after the cp command.

    cp: cannot preserve ownership of '/sdcard/cache/files/maps
    thoughts?
    Last edited by omnibot; 01-17-2009 at 08:17 PM.

  5. #5
    Join Date
    Nov 2008
    Location
    Cuba, NY 14727
    Posts
    767

    Default Re: Updated Move Caches To SD Card!

    Quote Originally Posted by omnibot View Post
    thanks, this is great!


    i'm getting an error on the maps move after the cp command.

    cp: cannot preserve ownership of '/sdcard/cache/files/maps

    thoughts?

    I got that too. I think it is part of the process or possibly unnecessary. I did it anyway. It doesn't seem to hurt anything and maybe required. I went into Google maps and routed some directions. Then I went to the maps folder on the sd card and it had data in it, so I ASSume it's working. If this isn't the case for you let me know and I will track down the word on it.

  6. #6
    Join Date
    Oct 2008
    Posts
    199

    Default Re: Updated Move Caches To SD Card!

    Quote Originally Posted by birdman81484 View Post
    can we sticky this?
    ......................

    +1

  7. #7
    Join Date
    Nov 2008
    Location
    Cuba, NY 14727
    Posts
    767

    Default Re: Updated Move Caches To SD Card!

    I just wanted to dig this up so you day walkers could get an eye on this...

  8. #8
    constellanation's Avatar
    constellanation is offline *sigh*... I think I'll go spend some time with the family constellanation is on a distinguished road
    Join Date
    Oct 2008
    Posts
    6,852

    Default Re: Updated Move Caches To SD Card!

    and they are all updated to my blog.


    hey birdo, go check the link at the bottom of that blog, you might dig where it's going!

  9. #9
    Join Date
    Nov 2008
    Location
    Cuba, NY 14727
    Posts
    767

    Default Re: Updated Move Caches To SD Card!

    Quote Originally Posted by constellanation View Post
    and they are all updated to my blog.


    hey birdo, go check the link at the bottom of that blog, you might dig where it's going!

    Wooooooow. That's HUGE. That is exactly what people who use this site need!. From the looks of it I can make the script with the updated script/symlinks from the blog and we can post the necessary files for saving those scripts in the proper format and running them on the sd card. Noobs everywhere are going to being caching from their sd cards.

  10. #10
    constellanation's Avatar
    constellanation is offline *sigh*... I think I'll go spend some time with the family constellanation is on a distinguished road
    Join Date
    Oct 2008
    Posts
    6,852

    Default Re: Updated Move Caches To SD Card!


    yeah, i'll definitely be adding all that information to the blog, once it's got all the caches added to it.

    I thought you'd like it.

+ Reply to Thread
Page 1 of 7 123 ... LastLast

Similar Threads

  1. Replies: 9
    Last Post: 11-18-2009, 07:53 AM
  2. Got some ideas but how do you move forward?
    By Eye_Candy in forum Applications
    Replies: 2
    Last Post: 10-27-2008, 10:24 PM
  3. Replies: 4
    Last Post: 10-25-2008, 04:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts