因为不想root丧失质保,因此
adb shell mount -o remount /system /system
adb push hosts /etc/hosts(前一个hosts为你修改后的hosts文件)
另外如果你想替换系统文件都能用这个方法。
adb shell mount -o remount /system /system
adb push hosts /etc/hosts(前一个hosts为你修改后的hosts文件)
另外如果你想替换系统文件都能用这个方法。