#进入shell

adb shell

#获取手机root权限
su
#读写权限重新加载手机/system

mount -o remount,rw /system

#/system全部权限

chmod -R 777 /system
exit
exit
#执行adb sync system
adb sync system