Here go the original lines in vold.fstab:
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
Change with this:
dev_mount flash /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount flash /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
Then you got the internal flash mounted as /mnt/external_sd and the sdcard as /mnt/sdcard to use it as main memory.
Hope it helps.
Greetings.
Comment