[ARC][APP2SD] Discontinued App2Sd for Xperia Arc-Updated

Search This thread

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    App2Sd for Xperia Arc

    Thanks to DooMLoRD for his Kernel.
    Thanks to tkirton for his script.

    Description:
    App2sd has many advantages.App2sd is set on boot so it does not like link2sd.It will also work for Launcher,widget etc...because it set on boot.First it will move all Application from Internal Storage to EXT3.Then your Installing application will install on EXT3.So no more "Not enough space in Internal Storage." to install a apps.

    Requirement:
    Unlocked Bootloader
    Custom Kernel from here

    Installation:
    Recommended:
    Note:First create a EXT3 partition in your sdcard using partition tool.Click here for more info.

    1.Download and copy to sdcard.
    2.Install it via Recovery.
    3.Factory reset your phone(Settings->Privacy->Factory Data Reset)

    If you want to keep your previous application:
    1.Download and copy to sdcard.
    2.Install it via Recovery.
    3.Connect your phone to ADB and type as below:
    Code:
    adb remount
    adb shell
    a2sd reinstall

    Restart your device.
    It will show a black screen after SE logo(Don't know why).
    Remove battery and restart.
    It will work.
    You can see all application under /sd-ext/app.

    FAQ:
    Want to Move Dalvik cache files to the ext3:
    Code:
    adb remount
    adb shell
    a2sd cachesd
    Want to Move Dalvik cache files to Internal Storage:
    Code:
    adb remount
    adb shell
    a2sd nocache

    Want to Remove App2SD:
    Code:
    adb remount
    adb shell
    a2sd remove

    Download:
    Link:App2SD
    Don't forgot to click some ads in my page.
    2
    @babygau
    Internal storage is ~200MB.
    So you can install application upto 200MB.

    By this you can install more.
    For Example:
    If your EXT3 part is 500MB means,you can install application upto 500MB.
    2
    It's working.
    Go to /sd-ext using root explorer you will see three folder.
    Go to app folder you will see all apps.
    2
    @Evil_Sephiroth @bassie112
    Yeah it will decrease due to Dalvik cache.
    If you like move Dalvik cache to sd-ext.

    App2sd have many advantage as said by AndroHero.

    @AndroHero
    It need custom kernel with init.d support.
    PM me your Boot.img.
    I will try to help you.
    1
    @bmwbasti
    First it will move all Application from Internal Storage to EXT3.
    Then your Installing application will install on EXT3.