bitxeno / Sideloader

Open-source cross-platform iOS app sideloader (yep, even Linux is supported). Alternative to Sideloadly, AltServer, SideServer, Cydia Impactor, iOS App Signer…
Other
0 stars 0 forks source link

有时安装失败,需重启AppleTV #1

Open bitxeno opened 3 weeks ago

bitxeno commented 3 weeks ago

Signing the application bundle |############################ | 88/100 cli_frontend ERROR 2024-06-14T04:30:38.413 imobiledevice.iMobileDeviceException!(imobiledevice.afc.afc_error_t).iMobileDeviceException at source/imobiledevice/package.d:32: error AFC_E_MUX_ERROR cli_frontend DEBUG 2024-06-14T04:30:38.465 Full exception: imobiledevice.iMobileDeviceException!(imobiledevice.afc.afc_error_t).iMobileDeviceException@source/imobiledevice/package.d(32): error AFC_E_MUX_ERROR

??:? [0x5561c090ee36] ??:? [0x5561c090eab2] ??:? [0x5561c0936c26] ??:? [0x5561c091809f] source/imobiledevice/package.d:32 [0x5561c06fb462] source/sideload/package.d:169 [0x5561c070ca8d] frontends/cli/source/install.d:69 [0x5561c064d580] frontends/cli/source/cli_frontend.d:243 [0x5561c0699c5e] /usr/local/dlang/ldc-1.34.0/bin/../import/std/sumtype.d:1649 [0x5561c064e38c] /root/.dub/packages/argparse/1.3.0/argparse/source/argparse/api/cli.d:75 [0x5561c064e83d] ??:? [0x5561c0917d6c] ??:? [0x5561c0917c66] ??:? [0x5561c0917abd] ??:? [0x7fa7c44cad8f] ??:? __libc_start_main [0x7fa7c44cae3f] ??:? [0x5561c064bc94]

原因不明

bitxeno commented 3 weeks ago

执行查看心跳包后,发现是 tvOS 17 在休眠模式下行为和 tvOS 16不同。tvOS 17 休眠后,和 lockdown 建立连接30秒后,会自动进入低功耗模式并关闭 lockdown 连接,休眠后心跳包并不能保持连接状态,而 tvOS 16 不会

$ pymobiledevice3  lockdown heartbeat --udid  00008110-000E411E1E39801E -v
2024-06-15 14:10:06 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:10:16 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:10:27 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:10:37 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:10:48 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:10:59 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:11:09 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'Marco', 'Interval': 10, 'SupportsSleepyTime': True}
2024-06-15 14:11:12 ImmortalWrt pymobiledevice3.services.heartbeat[7886] DEBUG {'Command': 'SleepyTime'}
2024-06-15 14:11:12 ImmortalWrt pymobiledevice3.__main__[7886] ERROR Device was disconnected
bitxeno commented 2 weeks ago

AltServer安装提示错误:

Received auth response status code: 200
Received auth response status code: 200
Alert: Could not install linkplay_1718763139.ipa to unknown.
    filesystem error: directory iterator cannot open directory: No such file or directory [C:\ProgramData\Apple Computer\iTunes\adi]
Press any key to continue...

AnisetteData数据有问题,导致苹果登陆接口返回错误导致。

<key>ec</key>
<integer>-29004</integer>
<key>em</key>
<string>This action could not be completed due to possible environment mismatch.</string>

多个安装环境共用AnisetteData可能会导致这错误,可能需要重新生成AnisetteData