Android Community
Page 3 of 13 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 130

Thread: how to move your apps to sd (haykuros 5.0.1H)

  1. #21
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)


    Quote Originally Posted by kaysesoze View Post
    Reboot your phone, unplug it from the pc... and follow these instructions ( FROM THE TERMINAL NOT ADB.. USE TERMINAL EMULATOR FROM THE MARKET )
    - http://androidcommunity.com/forums/169347-post3.html

    if it says busybox cannot be found - download busybox.zip ( http://forum.xda-developers.com/atta...2&d=1238978284 ), unzip it, put the busybox file on the sdcard - reboot and then try the same instructions i just posted...

    I will after this flashing is finished
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

  2. #22
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    i'm sure because you've done this before,you know you don't have to mount the sd card to your puter. as long as drivers are installed and usb debugging is enabled, you should be all set as far as using adb.
    ADB\FASTBOOT FOR ROOKIES
    http://androidcommunity.com/forums/f...rookies-18124/

    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/

  3. #23
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    yup, typing "busybox cp -a /data/app/com.android.term.apk /data/app-private" as is and all that keeps poppig up is:

    busybox v1.13.1 multi call binary
    copy source to DEST or multiple SOURCES to directory

    then I'm given a bunch of options like

    same as dpR
    Preserve links
    Dereference all symlinks
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

  4. #24
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    Quote Originally Posted by crazythunder View Post
    i'm sure because you've done this before,you know you don't have to mount the sd card to your puter. as long as drivers are installed and usb debugging is enabled, you should be all set as far as using adb.

    how about putting the microsd card in its adapter and shoving it in the computer?
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

  5. #25
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    ADB\FASTBOOT FOR ROOKIES
    http://androidcommunity.com/forums/f...rookies-18124/

    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/

  6. #26
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    Quote Originally Posted by crazythunder View Post

    I just tried it, got to this part:

    1. we need to move your apps to the new partition, and remove the old copies, then create a symlink between the 2 so the device doesnt know they moved.
      1. busybox df -h
    2. look for /system/sd on one of the lines, if you see it continue, if not, something is wrong with your partitioning, start at the top.
    3. busybox cp -a /data/app /system/sd
    4. busybox rm -r /data/app
    5. busybox ln -s /system/sd/app /data/app
    I saw /system/sd on the last line, so I went ahead and typed cp -a/ data/ app /system/sd, Great. Typed in rm -r /data/app and terminal closed down, deleted the program from the phone, and now I'm completely lost and frustrated.


    Now I'm trying to re download terminal from the market to no avail, so I had to turn off/on my phone.
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

  7. #27
    konzern's Avatar
    konzern is offline *sigh*... I think I'll go spend some time with the family
    Join Date
    Mar 2009
    Location
    RGV, Texas
    Posts
    4,250

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    Quote Originally Posted by DrVeronica View Post
    I just tried it, got to this part:

    1. we need to move your apps to the new partition, and remove the old copies, then create a symlink between the 2 so the device doesnt know they moved.
      1. busybox df -h
    2. look for /system/sd on one of the lines, if you see it continue, if not, something is wrong with your partitioning, start at the top.
    3. busybox cp -a /data/app /system/sd
    4. busybox rm -r /data/app
    5. busybox ln -s /system/sd/app /data/app
    I saw /system/sd on the last line, so I went ahead and typed cp -a/ data/ app /system/sd, Great. Typed in rm -r /data/app and terminal closed down, deleted the program from the phone, and now I'm completely lost and frustrated.


    Now I'm trying to re download terminal from the market to no avail, so I had to turn off/on my phone.
    that is the exact same thing as my tutorial! your doing it on your terminal and its ment to be done on your computer COMMAND PROMPT
    CM 4.2.1 | 112 apps | Apps2SD | S9HD| 6GB/1.4GB ext3| 50MB Free Internal Mem. | Ted's Hero Theme
    http://twitter.com/jamezMtzTwitter
    http://facebook.com/jmartinez0587Facebook
    http://androidcommunity.com/forums/f...de-easy-11825/ THE FASTEST AND EASIEST WAY TO ROOT

  8. #28
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    Quote Originally Posted by konzern View Post
    that is the exact same thing as my tutorial! your doing it on your terminal and its ment to be done on your computer COMMAND PROMPT

    LOL yes I know, I was just curious to test something else out.


    idk, command prompt still can't read my device.
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

  9. #29
    konzern's Avatar
    konzern is offline *sigh*... I think I'll go spend some time with the family
    Join Date
    Mar 2009
    Location
    RGV, Texas
    Posts
    4,250

    Default Re: how to move your apps to sd (haykuros 5.0.1H)

    maybe u need the updated driver
    on haykuros page
    http://sapphire-port-dream.googlecod...er_updated.zip
    when u download that driver update the driver like u did with x86
    and please make sure debugging is checked on your phone otherwise your phone will not be readable
    CM 4.2.1 | 112 apps | Apps2SD | S9HD| 6GB/1.4GB ext3| 50MB Free Internal Mem. | Ted's Hero Theme
    http://twitter.com/jamezMtzTwitter
    http://facebook.com/jmartinez0587Facebook
    http://androidcommunity.com/forums/f...de-easy-11825/ THE FASTEST AND EASIEST WAY TO ROOT

  10. #30
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    2,742

    Default Re: how to move your apps to sd (haykuros 5.0.1H)


    I ran thru it and windows tells me it's updated to the best driver.
    Yes, debugging is checked (orange check?) on m'phone
    Dr. Veronica
    AC's Resident Physician
    This signature contains x characters

Page 3 of 13 FirstFirst 1 2 3 4 5 ... LastLast

Similar Threads

  1. uk g1 stick with rc8 or move to rc33 (u.s)
    By lexic in forum Developers Guild
    Replies: 6
    Last Post: 03-11-2009, 06:42 PM
  2. why move apps to ext2? caches to fat32?
    By lunotown in forum Developers Guild
    Replies: 5
    Last Post: 02-22-2009, 07:40 PM
  3. I want to move cache for Backgrounds
    By Pinesal in forum Developers Guild
    Replies: 3
    Last Post: 01-21-2009, 10:50 PM
  4. Got some ideas but how do you move forward?
    By Eye_Candy in forum All About Andorid Software
    Replies: 2
    Last Post: 10-27-2008, 09:24 PM
  5. move shortcuts from one workspace to another
    By bnut in forum General HTC Chat
    Replies: 4
    Last Post: 10-25-2008, 03: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
  •