Android Community
Results 1 to 10 of 10

Thread: disable appsto SD, please help!

  1. #1
    Join Date
    Nov 2008
    Posts
    157

    Default disable appsto SD, please help!


    I had appstosd2 up and running everything was great. I put my sdcard in my laptop to copy some stuff and after that it didnt work. Vista said I had to format it, so I did. Now my phone tries to save the apps to sd but can't because its been formated and missing the EXT2. Which means I cant install any apps (or the appstoSD2 app) to fix the problem. Now it says "installation unsuccessful". I've tried factory reset, wiping, installing the build again, but nothing helps. What I need to do, I think, is some how run some commands that disable the apps to sd so that I can download the appstoSD2 app to get back to square one.

    Does anyone know how to do this? Or do I have to get rid of root, re-root the whole thing...?

    Please help!!

  2. #2
    Join Date
    Feb 2009
    Posts
    26

    Default Re: disable appsto SD, please help!

    does that last part copy the data from the sd card to the phones memory again? im looking to put everything back on the phone so its stable again

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

    Default Re: disable appsto SD, please help!

    Quote Originally Posted by Woodard2589 View Post
    does that last part copy the data from the sd card to the phones memory again? im looking to put everything back on the phone so its stable again
    the last part removes it. and quit threadjackin.
    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/

  4. #4
    Join Date
    Feb 2009
    Posts
    26

    Default Re: disable appsto SD, please help!

    yep by asking a question about your reply and then telling why i asked to see if it would be relevant is threadjacking for sure. dip****.

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

    Default Re: disable appsto SD, please help!

    you can try this...
    adb shell mkdir /system/sd/app
    adb shell mkdir /system/sd/app-private

    adb shell
    df
    you should see a line containg system/sd. if not, something went wrong.

    cp -a /data/app /system/sd
    cp -a /data/app-private /system/sd
    rm -r /data/app
    rm -r /data/app-private
    ln -s /system/sd/app /data/app
    ln -s /system/sd/app-private /data/app-private
    busybox cp -a /data/dalvik-cache /system/sd/dalvik-cache
    rm -r /data/dalvik-cache
    ln -s /system/sd/dalvik-cache /data/dalvik-cache
    reboot
    Attached Images Attached Images
    • File Type: jpg 1.JPG (59.4 KB, 4 views)
    Last edited by crazythunder; 06-07-2009 at 08:07 PM.
    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. #6
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: disable appsto SD, please help!

    Quote Originally Posted by Woodard2589 View Post
    yep by asking a question about your reply and then telling why i asked to see if it would be relevant is threadjacking for sure. dip****.
    ouch
    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/

  7. #7
    Join Date
    Nov 2008
    Posts
    157

    Smile Re: disable appsto SD, please help!

    Quote Originally Posted by crazythunder View Post
    you can try this...
    adb shell mkdir /system/sd/app
    adb shell mkdir /system/sd/app-private

    adb shell
    df
    you should see a line containg system/sd. if not, something went wrong.

    cp -a /data/app /system/sd
    cp -a /data/app-private /system/sd
    rm -r /data/app
    rm -r /data/app-private
    ln -s /system/sd/app /data/app
    ln -s /system/sd/app-private /data/app-private
    busybox cp -a /data/dalvik-cache /system/sd/dalvik-cache
    rm -r /data/dalvik-cache
    ln -s /system/sd/dalvik-cache /data/dalvik-cache
    reboot
    Hi,

    It says system denied when I put in the first command, some of the other commands work but mostly it says "cannot create directory" "cannot remove" etc. I'm using the terminal emulator, is that the right thing for the job? I dont know anything about all these commands..

    Any help is very much appreciated!!

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

    Default Re: disable appsto SD, please help!

    you need to be doing this from a pc for adb commands. in terminal, try this...
    su
    mkdir /system/sd/app
    mkdir /system/sd/app-private
    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/

  9. #9
    Join Date
    Nov 2008
    Posts
    157

    Default Re: disable appsto SD, please help!

    Quote Originally Posted by crazythunder View Post
    you need to be doing this from a pc for adb commands. in terminal, try this...
    su
    mkdir /system/sd/app
    mkdir /system/sd/app-private

    After typinh mkdir /system... it says "mkdir failed for /system,...Read only file system"


    Where do I get the adb thing, and how does that work with the phone via the computer?

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

    Default Re: disable appsto SD, please help!


    Quote Originally Posted by johnphagen View Post
    After typinh mkdir /system... it says "mkdir failed for /system,...Read only file system"


    Where do I get the adb thing, and how does that work with the phone via the computer?
    read my sig. i'm gonna have to enlarge the fonts in my sig
    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/

Similar Threads

  1. disable some apps in startup?
    By providence in forum Apps Promo / Announcement
    Replies: 7
    Last Post: 03-11-2012, 10:34 PM
  2. How to Disable LED Notifications?
    By boogalicious in forum General Phone Chat
    Replies: 9
    Last Post: 06-19-2009, 09:07 PM
  3. Messaging threading Disable
    By surethom in forum General Phone Chat
    Replies: 1
    Last Post: 05-19-2009, 06:30 PM
  4. disable browser zoom
    By pilkro in forum General Phone Chat
    Replies: 11
    Last Post: 11-11-2008, 12:03 PM
  5. app to disable edge/data
    By ultra spikey in forum Developers Guild
    Replies: 1
    Last Post: 11-07-2008, 04:35 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
  •