Android Community
Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 32 of 32

Thread: Downloading to Memory card, why it MAY never happen

  1. #31
    Join Date
    Oct 2008
    Posts
    2

    Default Re: Downloading to Memory card, why it MAY never happen


    Alright... Listen!

    First off, rumors have been cited that Google is going to release an update addressing this. Perhaps, but even if they don't remember we're running on a linux kernel. The fix is simple.

    Say you find out the bulk of your apps are in:

    /usr/local/apps/

    So you have like

    /usr/local/apps/breadcrumbz
    /usr/local/apps/opera
    /usr/local/apps/...

    You would just open up the terminal (which I've heard alot about and am very excited about having linux shell access on my phone!) and enter...

    ~ $ mv /usr/local/apps /sdcard/
    ~ $ mount --bind /sdcard/apps /usr/local/apps
    ~ $ echo /sdcard/apps /usr/local/apps bind defaults 0 0 >> /etc/fstab

    And BAM you just moved all your apps to the storage card and set it up so that whenever android accesses or writes to /usr/local/apps it's writing to the storage card. The power of linux haha.

    This is NOTHING to be worried about.

  2. #32
    Join Date
    Oct 2008
    Location
    Folsom, CA
    Posts
    246

    Default Re: Downloading to Memory card, why it MAY never happen


    I'm not going to lie, I didnt read the previous posts, but you currently can download to the SD card by downloading from the manufactures sites instead of marketplace, but this is being changed so they will download to SD from marketplace also. This isn't the first phone to offer programs or SD storage, the way most developers protect their programs is by activation and/or product keys in Windows Mobile, I'm sure the same will be true for the G1.

Page 4 of 4 FirstFirst ... 2 3 4

Similar Threads

  1. Install apps onto memory card?
    By trumani in forum General Phone Chat
    Replies: 14
    Last Post: 02-08-2012, 04:04 PM
  2. Running applications from the memory card???
    By crpage77979 in forum All About Andorid Software
    Replies: 5
    Last Post: 02-06-2012, 07:49 AM
  3. Can't save MMS attachments to the memory card??
    By tjferris in forum General Phone Chat
    Replies: 8
    Last Post: 10-01-2008, 10:40 PM
  4. Replies: 0
    Last Post: 02-11-2008, 03:58 AM
  5. Memory card / File system access
    By vallurik in forum Developers Guild
    Replies: 0
    Last Post: 02-11-2008, 03:41 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
  •