由于公司网络环境,需要修改hosts
1、 adb root
2、 adb pull /system/etc/hosts
3、修改hosts文件
4、adb disable-verity && adb reboot
5、adb root && adb remount && adb push hosts /system/etc/
由于公司网络环境,需要修改hosts
1、 adb root
2、 adb pull /system/etc/hosts
3、修改hosts文件
4、adb disable-verity && adb reboot
5、adb root && adb remount && adb push hosts /system/etc/