发布网友 发布时间:2022-04-24 01:00
共1个回答
热心网友 时间:2022-05-14 04:40
展开3全部原因:没有注意到busybox utilities that require DNS是否工作。
解决方法如下:
adb remount
adb shell
echo "nameserver 8.8.8.8" > /system/etc/resolv.conf
8.8.8.8 is one of Google's public nameservers, you may want to add another for rendancy
Rerun the above echo but make sure to use >>
http://forum.xda-developers.com/showthread.php?t=998937
debian 或者 ubuntu : sudo apt-get install wget
centos : sudo yum -y install wget
前提是你得配置好了你得更新服务器,这个过程就稍微复杂些了,自己百度下 apt-get 或者 yum 的基本概念和使用方法吧。