Skip to content

Commit

Permalink
docs: update simulate-location usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
basvdijk authored Apr 14, 2024
1 parent 47656d2 commit 75fba46
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,15 @@ There is A LOT you may do on the device using `pymobiledevice3`. This is just a
* Mount DeveloperDiskImage (On iOS>=17.0, each command will require an additional `--rsd` option):
* `pymobiledevice3 mounter auto-mount`
* The following will assume the DeveloperDiskImage is already mounted:
* Simulate an `x y` location:
* `pymobiledevice3 developer simulate-location set x y`
* Or the following for iOS>=17.0:
* `pymobiledevice3 developer dvt simulate-location set --rsd HOST PORT -- x y`
* Simulate location
* Simulate a `lat long` location:
* `pymobiledevice3 developer simulate-location set lat long`
* Or the following for iOS>=17.0:
* `pymobiledevice3 developer dvt simulate-location set --rsd HOST PORT -- lat long`
* Play a .GPX file:
* `pymobiledevice3 developer dvt simulate-location play route.gpx`
* Clear the simulated location:
* `pymobiledevice3 developer dvt simulate-location clear`
* Taking a screenshot from the device:
* `pymobiledevice3 developer dvt screenshot /path/to/screen.png`
* View detailed process list (including ppid, uid, guid, sandboxed, etc...):
Expand Down

0 comments on commit 75fba46

Please sign in to comment.