红米note不能把软件安装到sd卡怎么办 红米note如何把软件安装到sd卡
脚本之家
红米Note将搭载联发科8核MT6592(Cortex-A7架构),前置500万像素,后置1300万像素,2.2光圈,单闪光灯, 5.5寸IPS屏幕,但分辨率只有1280x720,售价分为999元(1g运行8g内存)售价1199元(2g运行16g内存)。
红米手机把软件安装到sd卡方法:
1,获取root权限
2,下载RE管理器【点此下载】,进入root fold的etc文件夹,找到vold.fstab文件,长按弹出菜单,选最后一项文件编制器(Open in TextEditor)
3,找到如下语句
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
改成
dev_mount sdcard
/storage/sdcard1 emmc@fat
/devices/platform/goldfish_mmc.0
/devices/platform/mtk-msdc.0/mmc_host
dev_mount
sdcard2 /storage/sdcard0 auto
/devices/platform/goldfish_mmc.1
/devices/platform/mtk-msdc.1/mmc_host
4,改好保存,退出重启
操作并不复杂,同志们走起!改完文件源文件会生成vold.fstab.bak,不对劲就改回来吧。