Android 7.0 Remount 命令生效 - chuwuwang/ReadingNote GitHub Wiki
adb root
adb disable-verity
adb reboot # 手机会重启,不必担心,cmd 或 shell 窗口不需要重新打开
adb root
adb remount
提示 remount succeeded 即权限获取成功
adb shell
mount -o rw,remount -t /system
# Android 5.0 Remount
su
mount -o remount,rw /system