Richard1ybb

Results 3 comments of Richard1ybb

adb server和client通讯本质是就是个socket。但是为什么我们在本地启动服务时,无法通过本机的IP访问。是因为adb服务启动时,默认绑定的是localhost,没有监听所有的网络接口。 不知道是adb的bug还是什么,使用start-server命令启动时,指定绑定的端口是无效的,只有明确指定使用server模式启动时,才会listen to all network interfaces. server: `adb -a -P nodaemon server` client: `adb -H -P devices`

> 这看起来不是 clash core 的问题,不过还是请你提供一份小一点的 log 并且直接贴上来(不要以文件方式上传),我下了一分钟都下不下来 我把中间重复的连接深信服的信息省略了,但是估计打印了几千上万行的信息,而且端口还不同。 10:08:06 INF [Inbound] Mixed(http+socks) listening addr=127.0.0.1:7890 10:08:06 INF [API] listening addr=127.0.0.1:65529 10:08:06 INF [Config] initial compatible provider name=🍎苹果服务 10:08:06 INF [Config] initial...

I have the same problem. I have installed **libimobiledevice-glue**, but also got the warning: **E: Unable to locate package libimobiledevice-glue-dev** please tell me **libimobiledevice-glue** is **libimobiledevice-glue-dev**? where is **libimobiledevice-glue-dev**