Open nix1016 opened 8 months ago
Exact same problem here.
I got the same problem. Do you have any update?
Yeah if you change pymobiledevice3
from 2.18.1
to 2.30.1
in requirements.txt, and rerun pip install -r requirements
it should work.
Yeah if you change
pymobiledevice3
from2.18.1
to2.30.1
in requirements.txt, and rerunpip install -r requirements
it should work.
Thanks for your reply.
Actually, I wanted to quickly update my iPhone's location, so I spent time studying pymobiledevice3. Now I can use two sample commands to accomplish it.
sudo pymobiledevice3 remote start-tunnel
pymobiledevice3 developer dvt simulate-location set --rsd HOST PORT -- x y
I downgraded my pymobiledevice3 from 2.46.1 to 2.30.1 and now it is working
Getting this error after giving pairing consent. Anyone got any ideas?