doronz88 / pymobiledevice3

Pure python3 implementation for working with iDevices (iPhone, etc...).
https://discord.gg/52mZGC3JXJ
GNU General Public License v3.0
1.5k stars 209 forks source link

Developer commands on Win11 causing issues #1269

Closed jjensen554git closed 2 weeks ago

jjensen554git commented 3 weeks ago

Test environment

Describe the bug Developer commands ("developer dvt proclist" for example) that did work on a Win10 workstation are not working on a Win11 workstation. Typically I use --udid but that elicits an error: "024-10-30 14:22:04 SEA1-PC-... main[40316] WARNING Got an InvalidServiceError. Trying again over tunneld since it is a developer command". But no response from the re-try over tunneld. Re-trying manually using the --rsd option works as normal. A seperate issue is getting the rsd ID from an elevated cmd window running "UseShellExecute" - no redirect to a file.

To Reproduce Run tunneld command Run specific developer commands using the --udid option

Expected behavior Commands work as expected on Win11

Logs

Additional context

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

doronz88 commented 2 weeks ago

Wasn't able to reproduce any of the errors

jjensen554git commented 2 weeks ago

Not surprised. I was able to capture the --rsd outputs from the tunneld command and that resolved my issues. Basically added the issue for awareness in case someone else runs across it.