外接硬盘能安装系统吗,外接硬盘需要重新装系统吗

首页 > 经验 > 作者:YD1662022-11-07 02:54:36

找到 “system “选项并点击Raspberry Pi settings。分别开启ADB、SSH、VNC接入。

外接硬盘能安装系统吗,外接硬盘需要重新装系统吗(17)

插入网线,可以上网,获取IP地址。然后连接手机和电脑。在电脑上按 win R,输入 cmd,进入命令行界面。

adb connect HOST[:PORT]

adb root

adb devices

问:连上 Wi-Fi 却上不了网?
A:原生安卓系统连上 Wi-Fi 却上不了网,Wi-Fi 标志右下角还带个叉号或者感叹号,这种状况的原因大致是这样的:联网之后,因为“十分显然”的原因,手机连不上用来检测网络连接的 Google 发信网址,就自动认为无网络了。只要按下面 3 步,把预设的网址换成其他能连上的就行了。现象是wifi网络受限,无法上网。

1. adb shell settings delete global captive_portal_http_url

2. adb shell settings delete global captive_portal_https_url

3. adb shell settings put global captive_portal_http_url http://www.google.cn/generate_204

4. adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204

更改 Android 设备 NTP 服务器

使用ADB命令进行修改,修改后可以验证一下,如果修改成功,去设置里面关闭时间同步再开启时间就会自动同步了,同理,也可以设置其他的时间同步服务器,服务器列表在最后。

adb shell settings put global ntp_server ntp.aliyun.com

adb shell settings get global ntp_server

原创性声明:

1.请支持原创文章。

2.转载需要在文章开头或结尾注明来源信息:头条号PVE虚拟NAS专家。

3.若发现未经授权转载者,一律举报。毕竟原创不易,感谢您对头条号PVE虚拟NAS专家的认可和理解。

4.如果文章对你有所帮助,请点个关注和喜欢,请多多支持!我们一起在学习过程中分享经验!

参考资料:

https://konstakang.com/devices/rpi4/

上一页12345末页

栏目热文

文档排行

本站推荐

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.