pymobiledevice3 springboard¶
Interact with SpringBoard UI (icons, wallpapers, orientation, shell).
shell¶
Open an IPython shell bound to SpringBoardServicesService.
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
icon¶
Save an app's icon PNG to the given path.
Arguments:
| Argument | Description |
|---|---|
bundle_id |
[required] |
out |
[required] |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
orientation¶
Print current screen orientation.
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
wallpaper-home-screen¶
Save the homescreen wallpaper PNG to the given path.
Arguments:
| Argument | Description |
|---|---|
out |
[required] |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
wallpaper-preview-image¶
Save the preview image for the homescreen or lockscreen wallpaper (optionally reload state first).
pymobiledevice3 springboard wallpaper-preview-image [OPTIONS] {wallpaper_name}:<homescreen|lockscreen> {out}
Arguments:
| Argument | Description |
|---|---|
wallpaper_name:<homescreen\|lockscreen> |
[required] |
out |
[required] |
Options:
| Option | Description |
|---|---|
-r, --reload |
reload icon state before fetching image |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
homescreen-icon-metrics¶
Print homescreen icon spacing/metrics.
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
state¶
Icon state operations.
state get¶
Fetch the current icon layout/state.
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.