From ee547c6704f75331c693d3639f5c202c44c54160 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 22 May 2024 21:30:09 -0400 Subject: [PATCH 1/2] Update understanding_idevice_protocol_layers.md --- misc/understanding_idevice_protocol_layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/understanding_idevice_protocol_layers.md b/misc/understanding_idevice_protocol_layers.md index 94f796b7e..0a140d506 100644 --- a/misc/understanding_idevice_protocol_layers.md +++ b/misc/understanding_idevice_protocol_layers.md @@ -488,7 +488,7 @@ for entry in OsTraceService(rsds[0]).syslog(): ## Other python service examples The best way to search for examples is via -the [`pymobiledevice.cli`](https://github.com/doronz88/pymobiledevice3/tree/refactor/docs/pymobiledevice3/cli) module. +the [`pymobiledevice.cli`](https://github.com/doronz88/pymobiledevice3/tree/refactor-afc-pull-method/pymobiledevice3/cli) module. Each submodule represents a CLI subcommand. You can copy each subcommand implementation and simply replace the `service_provider` variable with any other `LockdownServiceProvider` (either `RemoteServiceDiscoveryService` From 49f441a85e51c497ad089a73e0f715f0797aef3b Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Thu, 23 May 2024 07:13:45 -0400 Subject: [PATCH 2/2] Update understanding_idevice_protocol_layers.md --- misc/understanding_idevice_protocol_layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/understanding_idevice_protocol_layers.md b/misc/understanding_idevice_protocol_layers.md index 0a140d506..77172fce8 100644 --- a/misc/understanding_idevice_protocol_layers.md +++ b/misc/understanding_idevice_protocol_layers.md @@ -488,7 +488,7 @@ for entry in OsTraceService(rsds[0]).syslog(): ## Other python service examples The best way to search for examples is via -the [`pymobiledevice.cli`](https://github.com/doronz88/pymobiledevice3/tree/refactor-afc-pull-method/pymobiledevice3/cli) module. +the [`pymobiledevice.cli`](https://github.com/doronz88/pymobiledevice3/tree/master/pymobiledevice3/cli) module. Each submodule represents a CLI subcommand. You can copy each subcommand implementation and simply replace the `service_provider` variable with any other `LockdownServiceProvider` (either `RemoteServiceDiscoveryService`