You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
1]I m encountering an error when trying to capture a screenshot from an iOS device using pymobiledevice3 on Windows.
2]Firstly i make sure that DeveloperDiskImage/PersonalizedImage is mounted. By running the following command:
python3 -m pymobiledevice3 mounter auto-mount. Than it was showing the an error for : -
2023-12-06 12:17:38 UTS-GEETESHK pymobiledevice3.main[18308] ERROR Failed to start service. Possible reasons are:
If you were trying to access a developer service (developer subcommand):
Make sure the DeveloperDiskImage/PersonalizedImage is mounted via:
python3 -m pymobiledevice3 mounter auto-mount
If your device iOS version >= 17.0:
Make sure you passed the --rsd option to the subcommand
3]It's mentioned that Apple might have removed the service you're trying to access. Ensure that the service you are trying to use is still supported by Apple. please also correct me if this service is removeded
Steps to Reproduce:
Ran the command: pymobiledevice3 mounter auto-mount
Attempted to capture a screenshot with: pymobiledevice3 developer dvt screenshot C:\Windows\System32\cmd.exe\screen.png
Expected behavior
I expected to capture a screenshot from my iOS device using pymobiledevice3 on Windows.
Actual Behavior:
I encountered an error message when running the screenshot command, as detailed in my previous message.
For community
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment
The text was updated successfully, but these errors were encountered:
Environment:
Describe the bug
1]I m encountering an error when trying to capture a screenshot from an iOS device using pymobiledevice3 on Windows.
2]Firstly i make sure that DeveloperDiskImage/PersonalizedImage is mounted. By running the following command:
python3 -m pymobiledevice3 mounter auto-mount. Than it was showing the an error for : -
2023-12-06 12:17:38 UTS-GEETESHK pymobiledevice3.main[18308] ERROR Failed to start service. Possible reasons are:
Make sure the DeveloperDiskImage/PersonalizedImage is mounted via:
If your device iOS version >= 17.0:
3]It's mentioned that Apple might have removed the service you're trying to access. Ensure that the service you are trying to use is still supported by Apple. please also correct me if this service is removeded
Steps to Reproduce:
pymobiledevice3 mounter auto-mount
pymobiledevice3 developer dvt screenshot C:\Windows\System32\cmd.exe\screen.png
Expected behavior
I expected to capture a screenshot from my iOS device using pymobiledevice3 on Windows.
Actual Behavior:
I encountered an error message when running the screenshot command, as detailed in my previous message.
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: