#进入shell
adb shell
#获取手机root权限su#读写权限重新加载手机/system
mount -o remount,rw /system
#/system全部权限
chmod -R 777 /systemexitexit#执行adb sync systemadb sync system