[Solved][gb&jb] Swap SDcard and external memory

Search This thread
Re: Swap SDcard and external memory

Works great but...
Some of my apps is missing
(Picture attached)
Sent from my GT-I9070 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1363759541803.jpg
    uploadfromtaptalk1363759541803.jpg
    52.1 KB · Views: 1,423
  • uploadfromtaptalk1363759572755.jpg
    uploadfromtaptalk1363759572755.jpg
    57.2 KB · Views: 1,307

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    Swap SDcard and external memory

    hi.I read several threads about swap internal sdcard and external card but i couldn't find a solution for galaxy s advance i9070.can anyone help me with this issue.is there a way to do swap or not?

    Here are the files Flash by CWM:good:
    1
    after flashing it is automatically swapped? u mean the swap ? it does truly swap that the usb storage turn to a external?

    Sent from my GT-I9070 using xda premium

    Yes, it will make your external SD card to act like internal memory. And your internal to act like external.
    1
    you can edit vold.fstab file in system/etc (first make copy or better rename it to vold.fstab.bak.file should be in root otherwise if you do wrong system can't mount sdcard andd you should flash rom) open the file with txt editor and rename external_sd to sdcard.that's all.i'd done it already in gb.you should practice i'm sure you can.;)

    Can You guide me which part of my vold.fstab should I edit ? Thanks a lot in advance !

    ## Vold 2.0 Generic fstab
    ## - San Mehat (san@android.com)
    ##

    #######################
    ## Regular device mount
    ##
    ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
    ## label - Label for the volume
    ## mount_point - Where the volume will be mounted
    ## part - Partition # (1 based), or 'auto' for first usable partition.
    ## <sysfs_path> - List of sysfs paths to source devices
    ######################
    # /sys/devices/platform/usb_mass_storage/lun0/file
    # sdcard mount for the GT-I9070
    # internal sdcard
    {
    ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
    asec = disable
    discard = disable
    }
    dev_mount sdcard /mnt/sdcard 8 /devices/sdi2/mmc_host/mmc0/mmc0
    # Partion 8 of mmc0 is Internal sdcard

    # external sdcard
    {
    ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
    asec = enable
    }
    dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/sdi0/mmc_host/mmc1/mmc1

    # otg sdcard - Need to define path for /sys/devices/platform/musb_hdrc when it supports USB OTG
    #{
    # ums_path = /dev/zero
    # asec = disable
    #}
    #usb_mount sdcard2 /mnt/sdcard/usbStorage auto <Need to define path for USB OTG>

    #end line ## keep this line
    1
    Where can download the original zip to switch back to normal ?

    First page of this thread, third post.

    memory-change-jelly bean.zip - [Click for QR Code] (158.8 KB, 811 views)
    memory-original-jelly bean.zip - [Click for QR Code] (158.8 KB, 469 views)