Hi everybody !
I'm new in the forum and today I found how to swap external and internal SD for our galaxy S plus i9001 :victory:
It's very easy to do that ! I done that because my phone is an 8GB storage and I can't install lots of apps in it ... It will transform your external storage in internal storage :)
So, what do you need :
- a rooted i9001
- a micro sdcard (I used a 32Go card)
- File Manager (I use CM File Manager)
- 2 minutes :D
OK, first :
open your file manager,
go to / > system > etc > vlod.fstab
open the file
you only need to change this line :
by :
Reboot and enjoy your new storage space :D
I'm new in the forum and today I found how to swap external and internal SD for our galaxy S plus i9001 :victory:
It's very easy to do that ! I done that because my phone is an 8GB storage and I can't install lots of apps in it ... It will transform your external storage in internal storage :)
So, what do you need :
- a rooted i9001
- a micro sdcard (I used a 32Go card)
- File Manager (I use CM File Manager)
- 2 minutes :D
OK, first :
open your file manager,
go to / > system > etc > vlod.fstab
open the file
you only need to change this line :
Code:
# internal sdcard
dev_mount sdcard /storage/sdcard0 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount external_sd /storage/sdcard1 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2Code:
# internal sdcard
dev_mount external_sd /storage/sdcard1 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2