以下為我之前01上找到的內外卡交換方 法: 安裝Root Explorer開敵後找到 etc/vold.fstab 變更目錄權限為讀寫 長 按etc/vold.fstab 用文件編輯器開啟
找到其中兩行 dev_mount sdcard /mnt/sdcard emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host dev_mount sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
將/mnt/sdcard 改成 /mnt/sdcard2,/mnt/sdcard2 改成 /mnt/sdcard
修改完後變成
dev_mount sdcard /mnt/sdcard2 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
然後重開機之後 SDCARD就會變成你插 上的MicroSD了









