[q] swap sd card mini 2

Search This thread

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
you'll need a root explorer and root
for stock 2.3 :
open this file a text editor system/etc/vold.fstab (after copying it somewhere as a backup)
when it says #internal put sdcard1 instead of sdcard and where it says #external put sdcard where it says sdcard1 (if you make an error you wont see any sd card on your phone after reboot you'll have to edit again btw i'm not responsible for anything)
and if your sdcard is called sdcard0 and external sdcard1 same way but put these values
for cm10.1 and cm10 :
edit system/build.prop go to #usb sexion and the line that does what you want is self explaining just make its value 1
for cm9:
go to settings/storage click menu button and select usb config and check the only option you'll see it is called use internal sd i guess
hope it helped , i have never had a problem with this but backup is a good option :D , hope it helped

Sent from my GT-S6500D using XDA Free mobile app
 
  • Like
Reactions: themaskreturnz
Oct 26, 2013
18
0
Kk
you'll need a root explorer and root
for stock 2.3 :
open this file a text editor system/etc/vold.fstab (after copying it somewhere as a backup)
when it says #internal put sdcard1 instead of sdcard and where it says #external put sdcard where it says sdcard1 (if you make an error you wont see any sd card on your phone after reboot you'll have to edit again btw i'm not responsible for anything)
and if your sdcard is called sdcard0 and external sdcard1 same way but put these values
for cm10.1 and cm10 :
edit system/build.prop go to #usb sexion and the line that does what you want is self explaining just make its value 1
for cm9:
go to settings/storage click menu button and select usb config and check the only option you'll see it is called use internal sd i guess
hope it helped , i have never had a problem with this but backup is a good option :D , hope it helped

Sent from my GT-S6500D using XDA Free mobile app

can make more simple like http://xdaforums.com/showthread.php?t=2690038&page=3 *this is for ace plus GT7500.. thanks:D:D
 

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
thanx button ?:D
and btw u realy think it is easier to download ,reboot to recovery,flash a file than writing two words ? ok

Sent from my GT-S6500D using XDA Free mobile app
 
Last edited:
  • Like
Reactions: themaskreturnz

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
paste the content of the file system/etc/vold.fstab here after reading it with a text editor like kingsoft office or send it to me and i will edit it for you

Sent from my GT-S6500D using XDA Free mobile app
 
  • Like
Reactions: themaskreturnz

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
can you try to replace its content with this one ? it should work , dont forget to mount system as read and write (rw)

## 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
######################

# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2236
}
dev_mount sdcard1 /mnt/sdcard 23 /devices/platform/msm_sdcc.3/mmc_host/

# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
format_option = -r 2236
}
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.1/mmc_host/

# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line




Sent from my GT-S6500D using XDA Free mobile app
 
Last edited:
  • Like
Reactions: themaskreturnz
Oct 26, 2013
18
0
Kk
can you try to replace its content with this one ? it should work , dont forget to mount system as read and write (rw)

## 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
######################

# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2236
}
dev_mount sdcard1 /mnt/sdcard 23 /devices/platform/msm_sdcc.3/mmc_host/

# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
format_option = -r 2236
}
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.1/mmc_host/

# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line




Sent from my GT-S6500D using XDA Free mobile app

after i try this sd card and usb stroge cannot mount n all above show UNAVAILABLE ... why??? n how 2 solve this??
 

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
after i try this sd card and usb stroge cannot mount n all above show UNAVAILABLE ... why??? n how 2 solve this??

sorry my mistake , here is the fully edited one (it didn't save when i quited the text editor ) :
## 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
######################

# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2236
}
dev_mount sdcard1 /mnt/sdcard/external_sd 23 /devices/platform/msm_sdcc.3/mmc_host/

# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
format_option = -r 2236
}
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host/

# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line

tested and working with my gts6500d :p
if this is not working i'm going to tell you how to get back to normal state as i made a backup before editing :)
 
Oct 26, 2013
18
0
Kk
sorry my mistake , here is the fully edited one (it didn't save when i quited the text editor ) :
## 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
######################

# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2236
}
dev_mount sdcard1 /mnt/sdcard/external_sd 23 /devices/platform/msm_sdcc.3/mmc_host/

# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
format_option = -r 2236
}
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host/

# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line

tested and working with my gts6500d :p
if this is not working i'm going to tell you how to get back to normal state as i made a backup before editing :)
can ur make more easy and simple instruction ...like "link" iam give upper post... ??:eek::eek:
 

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia

Attachments

  • vold.fstab.txt
    1 KB · Views: 18
Last edited:

TiTAN-O-One

Senior Member
Dec 18, 2012
1,751
270
Singapore
Guys, where is the option to enable Swap SD? there is an option in cm9 tho but not 10.1 ...

Sent from my GT-S6500 using XDA Free mobile app
 

pocthird

Senior Member
Jun 4, 2013
98
28
bejaia
Guys, where is the option to enable Swap SD? there is an option in cm9 tho but not 10.1 ...

Sent from my GT-S6500 using XDA Free mobile app
in 10.1 edit build.prop , you'll find it in system folder , of course you will have to use root explorer or anything that lets you edit system files , open build.prop with a text editor like kingsoft office and in the usb sexion (under the line #usb and storage or something like that ) find this line :

persist.sys.vold.switchexternal=0 ;

and make it =1
like this : persist.sys.vold.switchexternal=1

save and exit and reboot
ps: move the apps installed in internal sd to external or they will be broken
hope it helps :D
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    hey guys... im just looking can swap sd card in mini 2 ??? anyone know?? please help ...:confused::D

    Ok, swap for which rom ?
    1
    you'll need a root explorer and root
    for stock 2.3 :
    open this file a text editor system/etc/vold.fstab (after copying it somewhere as a backup)
    when it says #internal put sdcard1 instead of sdcard and where it says #external put sdcard where it says sdcard1 (if you make an error you wont see any sd card on your phone after reboot you'll have to edit again btw i'm not responsible for anything)
    and if your sdcard is called sdcard0 and external sdcard1 same way but put these values
    for cm10.1 and cm10 :
    edit system/build.prop go to #usb sexion and the line that does what you want is self explaining just make its value 1
    for cm9:
    go to settings/storage click menu button and select usb config and check the only option you'll see it is called use internal sd i guess
    hope it helped , i have never had a problem with this but backup is a good option :D , hope it helped

    Sent from my GT-S6500D using XDA Free mobile app
    1
    thanx button ?:D
    and btw u realy think it is easier to download ,reboot to recovery,flash a file than writing two words ? ok

    Sent from my GT-S6500D using XDA Free mobile app
    1
    paste the content of the file system/etc/vold.fstab here after reading it with a text editor like kingsoft office or send it to me and i will edit it for you

    Sent from my GT-S6500D using XDA Free mobile app
    1
    can you try to replace its content with this one ? it should work , dont forget to mount system as read and write (rw)

    ## 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
    ######################

    # internal sdcard
    {
    ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
    asec = disable
    discard = enable
    format_option = -r 2236
    }
    dev_mount sdcard1 /mnt/sdcard 23 /devices/platform/msm_sdcc.3/mmc_host/

    # externel sdcard
    {
    ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
    asec = enable
    format_option = -r 2236
    }
    dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.1/mmc_host/

    # otg sdcard
    {
    ums_path = /dev/zero
    asec = disable
    }
    usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
    #end line ## keep this line




    Sent from my GT-S6500D using XDA Free mobile app