openatx / atxserver2

Smart Phone Management. Reimplement of atx-server with Python
MIT License
1.36k stars 424 forks source link

安卓(android9)设备初始化失败 #29

Open zutuanwang opened 5 years ago

zutuanwang commented 5 years ago

android provider日志:

[D 190806 06:29:26 device:100] [9af1acf9] use atx-agent: atx-agent-armv7 [E 190806 06:29:31 main:258] Unknown error: [Errno 104] Connection reset by peer Traceback (most recent call last): File "main.py", line 241, in device_watch await device.init() File "/app/device.py", line 59, in init self._init_binaries() File "/app/device.py", line 102, in _init_binaries zipfile_path="vendor/atx-agent-latest.zip") File "/app/device.py", line 112, in _push_stf self._device.sync.push(f, dest, mode) File "/usr/local/lib/python3.7/site-packages/adbutils/__init__.py", line 519, in push c.conn.send(b"DATA" + struct.pack("<I", len(chunk))) ConnectionResetError: [Errno 104] Connection reset by peer [D 190806 06:29:31 main:228] DeviceEvent(present=False, serial='9af1acf9', status='device') [D 190806 06:29:31 heartbeat:93] websocket send: {'udid': '9af1acf9', 'provider': None, 'command': 'update', 'platform': 'android'} 手机未安装上atx,whatsInput等应用

GLTSC commented 3 years ago

这个问题解决了嘛?