
Just click on the image for a better viewing size and follow the steps. I have numbered it from 1 to 10 as this should be the track that needs to be followed.
How to swap Internal and External memory on your Android smartphone |
Image no 10 is where you have to make the changes. In my case, I have already made the change, and so I have put a red circle on the changes made. Do exactly what you see on the image.
A bit more clearer depiction
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
All you have to do is Interchange sdcard0 with sdcard1 and sdcard1 with sdcard0. If you look at the image you will see that that's what I have done. Once that its done, save the file. Reboot the system and go to settings and to storage and you will see that the memories have been swapped!
Please note, I am not assuring you that this works. I have tried this a few many times and has worked without a glitch for me. And I really hope this works for you too!
No comments:
Post a Comment