+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: moving apps to Sd card

  1. #1
    Join Date
    Oct 2008
    Posts
    296

    Default moving apps to Sd card


    So, I have found where the apps are stored and to test the possibility of moving the files to my sd card I want to move a folder to my sd card. Yet, when I use the command "mv data/app-private sdcard/app-private" I get "failed on data/app-private - cross device link"

    Does anyone know why this is happening?

  2. #2
    Join Date
    Sep 2008
    Posts
    291

    Default Re: moving apps to Sd card

    Because you have to have more then just root access, you have to remount with read and write access.

  3. #3
    Join Date
    Oct 2008
    Posts
    296

    Default Re: moving apps to Sd card

    Well, I changed the permissions on data and data/app so that now I can see all of my downloaded apk files from the android market, problem is even if I move them to my sdcard I won't be able to install them because the file manager doesn't know how to open them.

    hmm...could run them directly from terminal....

  4. #4
    Join Date
    Sep 2008
    Location
    Florida, USA
    Posts
    342

    Default Re: moving apps to Sd card

    How about symlinks?
    ON MY WAY BACK FROM AN iNIGHTMARE. JULY 18TH 2010.

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


  5. #5
    Join Date
    Oct 2008
    Posts
    296

    Default Re: moving apps to Sd card

    what are you suggesting? using symlinks to make a shortcut to what? and why? the point is that I am trying to get these files off of my phones memory and onto my sdcard....If I could run these apk files from my sdcard than they may reinstall onto the sdcard right?

  6. #6
    Join Date
    Sep 2008
    Location
    Florida, USA
    Posts
    342

    Default Re: moving apps to Sd card

    I just found your solution with step-by-step instructions
    http://androidcommunity.com/forums/f...nt-panic-2895/
    ON MY WAY BACK FROM AN iNIGHTMARE. JULY 18TH 2010.

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


  7. #7
    Join Date
    Oct 2008
    Location
    Tempe, AZ
    Posts
    201

    Default Re: moving apps to Sd card

    Quote Originally Posted by Stericson View Post
    what are you suggesting? using symlinks to make a shortcut to what? and why? the point is that I am trying to get these files off of my phones memory and onto my sdcard....If I could run these apk files from my sdcard than they may reinstall onto the sdcard right?
    symlink != shortcut

    Lets start right there. A symlink is a symbolic link, a special type of file that points to another file or directory and not to data. It allows the same file to have different names and/or locations.

    That being said, he has a good point. If you can copy the data you want on the sd card to the sd card, then create a symlink to it, then it should cause the OS to try and access the data off the phone and be seamlessly directed to the sd card.

    Regarding installing apk files from the sd card, I honestly doubt it. The sd card is not seen as a seperate drive to Android, its just another folder. I doubt the installer just installs it to whatever directory it happens to be in.

  8. #8
    Join Date
    Oct 2008
    Posts
    296

    Default Re: moving apps to Sd card

    betawind,

    Thanks for that clarification, also, in regards to your solution lgsilva I was trying to do this but I can't move the folder...it keeps saying cross device link. Also, I don't know how to use a symlink, could someone explain how I would do this?

    Edit

    So I could move the apps folder to the sdcard and use a symlink to redirect the os towards the folder on the sdcard whenever it need to be accessed?
    Last edited by Stericson; 11-07-2008 at 12:45 AM.

  9. #9
    Join Date
    Sep 2008
    Location
    Florida, USA
    Posts
    342

    Default Re: moving apps to Sd card

    Maybe this work (found on google, 100% untested):
    You are probably getting an EXDEV error - it means you can't link files that are on physically separate devices.

    Why?

    Because each device has to be mounted or the link will not work. When the other disk dismounts the link becomes broken.

    Try making a soft link

    ln -s file1 file2

    It works across devices.
    ON MY WAY BACK FROM AN iNIGHTMARE. JULY 18TH 2010.

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


  10. #10
    Join Date
    Oct 2008
    Posts
    296

    Default Re: moving apps to Sd card


    Lg your post is regarding how to make a symlink correct? So, I still have to get the files moved over to my sdcard right? Well, I have to go to bed, got work in the morning, will have to work on it later. Coincidentally, while the downloaded apk files are stored in data/app I think the files actually relating to the installation of these files is in data/data

    Maybe, someone will get it while I'm at work or asleep.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Install apps onto memory card?
    By trumani in forum General Android Chat
    Replies: 14
    Last Post: 02-08-2012, 05:04 PM
  2. Apps to SD card
    By birdtales in forum HTC
    Replies: 4
    Last Post: 11-06-2008, 09:54 PM
  3. How do I get apps installed on to SD card?
    By samd3353 in forum General Android Chat
    Replies: 9
    Last Post: 10-27-2008, 01:04 PM
  4. Market apps stored and ran from sd card??
    By solidstar in forum HTC
    Replies: 7
    Last Post: 10-26-2008, 05:12 PM
  5. Replies: 4
    Last Post: 10-18-2008, 12:49 AM

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