Quantcast
Channel: xda-developers - Galaxy S Plus I9001 Android Development
Viewing all articles
Browse latest Browse all 315

[GUIDE][SWAP] Replace internal and external storage

$
0
0
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 :

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/mmc2

by :

Code:

# 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

Reboot and enjoy your new storage space :D

Viewing all articles
Browse latest Browse all 315

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>