codeskyblue

Results 733 comments of codeskyblue

tidevice applist 你看看包名没写错吧

可以用usbmuxd的地址,不能用wda的地址。

```python import tidevice d = tidevice.Device() print(d.get_io_power()) ``` Output example ```text {'Diagnostics': {'IORegistry': {'AbsoluteCapacity': 653, 'AdapterDetails': {'AdapterID': 0, 'Current': 2100, 'Description': 'usb host', 'FamilyCode': -536854528, 'IsWireless': False, 'PMUConfiguration': 2100, 'SharedSource':...

jank是需要重另外的数据流中解析的。暂时没精力弄这个了

@GaoXing0608 有没有兴趣提个pr呀

参考 @weikilla 减少层级感觉也可以。下面修改设置的方法参考一下 ```python c = wda.USBClient() c.appium_settings({ "snapshotMaxDepth": 30, # 默认是50 ”snapshotTimeout": 60, # 默认15 }) ```

这个issue写的好,各种需要的信息都有

理论上错误码 也就 1-6 参考: https://github.com/libimobiledevice/usbmuxd/blob/master/src/usbmuxd-proto.h 你这个直接跳到了22 你电脑上装的是什么助手啊?