• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Make external memory internal memory help

Yes, is possible by swapping the lines in red below inside vold.fstab file located in /ect folder.

first line is under # internal sdcard
second line under # external sdcard

just swap this lines:

dev_mount sdcard /storage/sdcard0 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable

dev_mount sdcard1 /storage/extSdCard auto /devices/virtual/block/cyasblkdevblk0

for this lines:

dev_mount sdcard1 /storage/extSdCard 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable

dev_mount sdcard /storage/sdcard0 auto /devices/virtual/block/cyasblkdevblk0

save and reboot device

da7epute.png

yzu6eryd.png

NOTE:
Before you make any changes to your Firmware ALWAYS,ALWAYS MAKE A BACKUP of your DEVICE and your internal/external SdCard . I'M NOT RESPONSIBLE IF YOU BRICK YOUR DEVICE, follow the instruccions @ your own risk. This MOD has been tested by ME.
 
Yes, is possible by swapping the lines in red below inside vold.fstab file located in /ect folder.

first line is under # internal sdcard
second line under # external sdcard

just swap this lines:



for this lines:



save and reboot device

View attachment 54694

View attachment 54695

Mine says Dev_mount sdcard /mnt/sdcard 11 /devices on that first line, should what I enter be different than yours, or stay the same? Because mine doesn't say everything yours does.
 
Mine says Dev_mount sdcard /mnt/sdcard 11 /devices on that first line, should what I enter be different than yours, or stay the same? Because mine doesn't say everything yours does.

Swap everything before 11 on the first line and everything before auto on the second line, or you can pm me a copy of your vold.fstab file and ill do it for you.
 
Back
Top Bottom