Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access DVT via device UDID #1064

Open
lnguyen234 opened this issue Jun 14, 2024 · 1 comment
Open

Unable to access DVT via device UDID #1064

lnguyen234 opened this issue Jun 14, 2024 · 1 comment

Comments

@lnguyen234
Copy link

lnguyen234 commented Jun 14, 2024

Test environment

  • Host OS version: MacOS Ventura
  • Target device model and iOS version: iPadOS 17.4
  • pymobiledevice3 4.9.5

Describe the bug
Tunnel is already started via usbmuxd by: pymobiledevice3 lockdown start-tunnel. However, I could not call any DVT functions, eg pymobiledevice3 developer dvt launch com.apple.mobilesafari --tunnel <device_udid>. The command should run fine if I replace --tunnel UDID with the --rsd string.

Expected behavior
Safari app should be launched

Logs
pymobiledevice3.main[85627] ERROR Unable to connect to Tunneld. You can start one using:
sudo python3 -m pymobiledevice3 remote tunneld

@doronz88
Copy link
Owner

You are confusing two completely seperate ways to use tunnels.
Simplest is to execute on one shell:

sudo pymobiledevice3 remote tunneld

Then on the other, whatever command with no special options. For example:

pymobiledevice3 developer dvt launch com.apple.mobilesafari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants