[How to][Tipo/E] Change SD INTERNAL TO SD EXTERNAL [25/12/13]

Search This thread

TeamMex

Recognized Developer / Inactive RC
As the xperia TiPO, has 2GB internal to my surprise to install NFS MW, download MW NFS data 1.5gb then, to want to put another full game SD told me not have free space ,and I said as I have SD card of 16gb and 10gb free, Then I noticed that he in the data move from internal SD to external SD asked me data back down then I gave myself the task of finding a solution and I remembered this: (works with any phone that has internal memory and accepts SD CARD)

First:
- Root Required
- Root explorer , es explorer or other file explorer with root powers :)
- :D time

I will leave the file in mediafire but just show them how to do it = D by his own hand = D go to

Code:
system/etc and search
vold.fstab
edith with  notepad

Find the following:

Code:
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
dev_mount ext_card /mnt/ext_card auto /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /mnt/sdcard 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]

change ext_card for sdcard and sdcard for ext_card

Code:
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
dev_mount ext_card /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]

give 644 permissions and reboot :D


Screenshot:
te.png



For XPERIA E

Original
Code:
dev_mount sdcard /storage/sdcard0 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
dev_mount ext_card /storage/sdcard1 auto /devices/platform/msm_sdcc.1/mmc_host

Changed
Code:
dev_mount sdcard /storage/sdcard1 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
dev_mount ext_card /storage/sdcard0 auto /devices/platform/msm_sdcc.1/mmc_host

Enjoy!


Download link:
TIPO
vold.fstab - 1.78 KB

XPERIA E-Nanhu
vold.fstab - 159 bytes
Cheers.

Sorry my bad english
 
Last edited:

elsyrozy

Member
Nov 29, 2012
8
0
Serang
As the xperia TiPO, has 2GB internal to my surprise to install NFS MW, download MW NFS data 1.5gb then, to want to put another full game SD told me not have free space ,and I said as I have SD card of 16gb and 10gb free, Then I noticed that he in the data move from internal SD to external SD asked me data back down then I gave myself the task of finding a solution and I remembered this: (works with any phone that has internal memory and accepts SD CARD)

Sorry my bad english

woww... cool mate... BTW can i try this mod MMC 2 GB??
and what mod to be done ??

its say : dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0

see the red color : what mean of 16 ?? :eek: thanks before mate...
 

TeamMex

Recognized Developer / Inactive RC
woww... cool mate... BTW can i try this mod MMC 2 GB??
and what mod to be done ??

its say : dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0

see the red color : what mean of 16 ?? :eek: thanks before mate...

Not change this number :) only change ext_card and SDCARD text :)
that number is the default in vold.fstab

cheers.
 
  • Like
Reactions: ceasar47 and tasosl

pmoyl

New member
Dec 23, 2012
1
0
I dit it in a Sony xperia tipo dual and it was a success!! My 32 gb ext card is now the inernal:good:
Is it possible to exchange the 2 gb with the phone memory because phones memory is only 754mb:eek:
Thank you very much for your work you saved me:cowboy:
 

djedjy

Senior Member
Oct 16, 2011
1,278
744
If I do that now what will be with my apps on internal and music and video on SD :)

Sent from my ST21i using xda app-developers app
 
  • Like
Reactions: ganesh carlin

Eduardo C.

Senior Member
Apr 21, 2012
482
123
I've just did it on my Xperia J and it worked! :)

Now, I have 2 GB completely free... can we allocate them somehow to phone internal memory?
 
Last edited:

Mr.Centurian

Senior Member
May 16, 2012
51
1
how to save the file and give 644 permissions?
I am editing it but it is unable to save.
Please do help... :(
 

juleight

New member
Jan 10, 2013
1
0
Change Internal SD to External SD

I've just did it on my Xperia J and it worked! :)

Now, I have 2 GB completely free... can we allocate them somehow to phone internal memory?

Hi, I just got my Xperia J. Can you help me how to make it work on mine? Because i did it a couple of times, but it did not work. :(

Hope you could help me on this. Thanks.
 
Last edited:

Steam.

Senior Member
Jun 7, 2012
1,070
255
Skopje
How to do this on FXP's CM?the external card name is external_sd in root explorer, but in /storage/ it is sdcard1.And the internal storage is sdcard0.What do I change?​

nevermind, I didn't edit the second lines.
 
Last edited:

bekichot

Member
Dec 29, 2012
6
0
It's work on my xperia j.. But i can't upload my ss on Xperia j..

Sent from my ST26i using xda app-developers app
 

rexxxxx

Senior Member
Aug 31, 2005
99
7
It is working like a charm on my Xperia J - right now I have 8 GB Internal memory and soon it will be 32 GB (waiting for the card to be delivered).

Right now I have filled the 8 GB microSD card with Apps - when I exchange the 8 GB with 32 GB - do I only have to copy all the 8 GB card data to the 32 GB card or I have to re-install all the apps ?
Also the former Internal memory is now "SD card" and it is 2 GB, but it still have data from the previous installs - is it safe to delete this data and use the "SD card" for music and movies ?

thanks.
 

Kolos28

Senior Member
Mar 30, 2012
268
73
Poznań
I noticed that the formatted microSD card from our phone (not from a computer) is changed from none to active as FAT32. How do you think what would happen after formatting the SDcard as EXT4. Do you think that the game files stored on the SDcard would be read without ROOT?
 

kwstakis

Senior Member
Jan 4, 2013
74
10
Piraeus
CM10 internal to external

for CM10 use this code to change cards.


dev_mount sdcard /storage/sdcard1 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
dev_mount ext_card /storage/sdcard0 auto /devices/platform/msm_sdcc.1/mmc_host
 

Top Liked Posts

  • There are no posts matching your filters.
  • 58
    As the xperia TiPO, has 2GB internal to my surprise to install NFS MW, download MW NFS data 1.5gb then, to want to put another full game SD told me not have free space ,and I said as I have SD card of 16gb and 10gb free, Then I noticed that he in the data move from internal SD to external SD asked me data back down then I gave myself the task of finding a solution and I remembered this: (works with any phone that has internal memory and accepts SD CARD)

    First:
    - Root Required
    - Root explorer , es explorer or other file explorer with root powers :)
    - :D time

    I will leave the file in mediafire but just show them how to do it = D by his own hand = D go to

    Code:
    system/etc and search
    vold.fstab
    edith with  notepad

    Find the following:

    Code:
    #MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
    dev_mount ext_card /mnt/ext_card auto /devices/platform/msm_sdcc.1/mmc_host
    dev_mount sdcard /mnt/sdcard 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
    #MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]

    change ext_card for sdcard and sdcard for ext_card

    Code:
    #MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
    dev_mount ext_card /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host
    dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
    #MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]

    give 644 permissions and reboot :D


    Screenshot:
    te.png



    For XPERIA E

    Original
    Code:
    dev_mount sdcard /storage/sdcard0 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
    dev_mount ext_card /storage/sdcard1 auto /devices/platform/msm_sdcc.1/mmc_host

    Changed
    Code:
    dev_mount sdcard /storage/sdcard1 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
    dev_mount ext_card /storage/sdcard0 auto /devices/platform/msm_sdcc.1/mmc_host

    Enjoy!


    Download link:
    TIPO
    vold.fstab - 1.78 KB

    XPERIA E-Nanhu
    vold.fstab - 159 bytes
    Cheers.

    Sorry my bad english
    5
    On Xperia J (11.2.A.021) I just changed with Root Explorer "vold..fstab" file

    original:
    #dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc.1/mmc_host
    dev_mount sdcard /mnt/sdcard 16 /devices/platform/msm_sdcc.3/mmc_host
    dev_mount ext_card /mnt/ext_card auto /devices/platform/msm_sdcc.1/mmc_host

    to
    #dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc.1/mmc_host
    dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host
    dev_mount ext_card /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host
    2
    woww... cool mate... BTW can i try this mod MMC 2 GB??
    and what mod to be done ??

    its say : dev_mount sdcard /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0

    see the red color : what mean of 16 ?? :eek: thanks before mate...

    Not change this number :) only change ext_card and SDCARD text :)
    that number is the default in vold.fstab

    cheers.
    2
    Re: [How to] Change SD INTERNAL TO SD EXTERNAL

    Icefire, just copy all on internal memory to ur PC, optionally make an app backup with TitaniumBackup, and write down which apps are currently on your internal memory, then turn them around, but back the backups, and it should run, I think.

    Most apps will now use the 16gb drive as storage. If you do it right everything will still work. Haven't done it myself but it's quite logically that this should work.

    Regards, Drago
    2
    Re: [How to] Change SD INTERNAL TO SD EXTERNAL

    First of all backup the vold so you won't have to reinstall cm10 again.and then if you can't fix it post your file and I will change it.

    Sent from my ST26i using xda premium