MIUI无法挂载system分区解决方法

在AndroidSDK\platform-tools中可以找到adb.

adb devices
adb root
adb disable-verity
adb reboot

需要对根目录进行文件操作可以

adb root
adb remount

你可能感兴趣的:(android)