adb sync system
#进入shell
adb shell
#获取手机root权限
su
#读写权限重新加载手机/system
mount -o remount,rw /system
#/system全部权限
chmod -R 777 /system
exit
exit
#执行adb sync system
adb sync system
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
#进入shell
adb shell
#获取手机root权限
su
#读写权限重新加载手机/system
mount -o remount,rw /system
#/system全部权限
chmod -R 777 /system
exit
exit
#执行adb sync system
adb sync system
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。