diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | docs/idevice_id.1 | 49 | ||||
| -rw-r--r-- | docs/idevicebackup.1 | 36 | ||||
| -rw-r--r-- | docs/ideviceimagemounter.1 | 41 | ||||
| -rw-r--r-- | docs/ideviceinfo.1 | 35 | ||||
| -rw-r--r-- | docs/idevicescreenshot.1 | 29 | ||||
| -rw-r--r-- | docs/idevicesyslog.1 | 26 |
9 files changed, 219 insertions, 2 deletions
| @@ -33,7 +33,7 @@ libtool | |||
| 33 | py-compile | 33 | py-compile |
| 34 | stamp-h1 | 34 | stamp-h1 |
| 35 | src/.libs | 35 | src/.libs |
| 36 | docs/* | 36 | docs/html |
| 37 | libimobiledevice-1.0.pc | 37 | libimobiledevice-1.0.pc |
| 38 | dev/.libs/* | 38 | dev/.libs/* |
| 39 | dev/afccheck | 39 | dev/afccheck |
diff --git a/Makefile.am b/Makefile.am index 586a02e..56e70bb 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src include fdi swig dev tools | 3 | SUBDIRS = src include fdi swig dev tools docs |
| 4 | 4 | ||
| 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools |
| 6 | 6 | ||
diff --git a/configure.ac b/configure.ac index 594ce21..fcabbca 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -147,6 +147,7 @@ fdi/Makefile | |||
| 147 | dev/Makefile | 147 | dev/Makefile |
| 148 | tools/Makefile | 148 | tools/Makefile |
| 149 | swig/Makefile | 149 | swig/Makefile |
| 150 | docs/Makefile | ||
| 150 | libimobiledevice-1.0.pc | 151 | libimobiledevice-1.0.pc |
| 151 | doxygen.cfg | 152 | doxygen.cfg |
| 152 | ]) | 153 | ]) |
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1 new file mode 100644 index 0000000..c06fb5e --- /dev/null +++ b/docs/idevice_id.1 | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | .TH "idevice_id" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevice_id | ||
| 6 | [OPTIONS] [UUID] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Prints device name or a list of attached iPhone/iPod Touch devices. | ||
| 11 | The UUID is a 40-digit hexadecimal number of the device | ||
| 12 | for which the name should be retrieved. | ||
| 13 | |||
| 14 | .SH OPTIONS | ||
| 15 | .TP | ||
| 16 | .B \-l, \-\-list | ||
| 17 | list UUID of all attached devices | ||
| 18 | .TP | ||
| 19 | .B \-d, \-\-debug | ||
| 20 | enable communication debugging. | ||
| 21 | .TP | ||
| 22 | .B \-h, \-\-help | ||
| 23 | prints usage information. | ||
| 24 | .TP | ||
| 25 | |||
| 26 | .SH AUTHORS | ||
| 27 | Zach C. | ||
| 28 | |||
| 29 | Jonathan Beck | ||
| 30 | |||
| 31 | Matt Colyer | ||
| 32 | |||
| 33 | Martin Aumueller | ||
| 34 | |||
| 35 | Christophe Fergeau | ||
| 36 | |||
| 37 | Martin S. | ||
| 38 | |||
| 39 | Paul Sladen | ||
| 40 | |||
| 41 | Patrick Walton | ||
| 42 | |||
| 43 | Zoltan Balaton | ||
| 44 | |||
| 45 | Nikias Bassen | ||
| 46 | |||
| 47 | Todd Zullinger | ||
| 48 | |||
| 49 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 new file mode 100644 index 0000000..5ae867e --- /dev/null +++ b/docs/idevicebackup.1 | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | .TH "idevicebackup" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicebackup \- Create or restore backup for iPhone/iPod Touch devices. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicebackup | ||
| 6 | [OPTIONS] CMD [DIRECTORY] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Create or restore backup from the current or specified directory. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-u, \-\-uuid UUID | ||
| 15 | target specific device by its 40-digit device UUID. | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH COMMANDS | ||
| 24 | .TP | ||
| 25 | .B backup | ||
| 26 | saves a device backup into DIRECTORY. | ||
| 27 | .TP | ||
| 28 | .B restore | ||
| 29 | restores a device backup from DIRECTORY. | ||
| 30 | |||
| 31 | .SH AUTHORS | ||
| 32 | Martin Szulecki | ||
| 33 | |||
| 34 | Nikias Bassen | ||
| 35 | |||
| 36 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1 new file mode 100644 index 0000000..55d81e9 --- /dev/null +++ b/docs/ideviceimagemounter.1 | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | .TH "ideviceimagemounter" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceimagemounter | ||
| 6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Mounts the specified disk image on the iPhone/iPod Touch device. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-u, \-\-uuid UUID | ||
| 18 | target specific device by its 40-digit device UUID. | ||
| 19 | .TP | ||
| 20 | .B \-l, \-\-list | ||
| 21 | list mount information | ||
| 22 | .TP | ||
| 23 | .B \-t, \-\-imagetype NAME | ||
| 24 | the image type to use, default is 'Developer' | ||
| 25 | .TP | ||
| 26 | .B \-x, \-\-xml | ||
| 27 | use XML output | ||
| 28 | .TP | ||
| 29 | .B \-h, \-\-help | ||
| 30 | prints usage information | ||
| 31 | .TP | ||
| 32 | .B IMAGE_FILE | ||
| 33 | the image filename to mount | ||
| 34 | .TP | ||
| 35 | .B IMAGE_SIGNATURE_FILE | ||
| 36 | corresponding signature file for image filename | ||
| 37 | |||
| 38 | .SH AUTHOR | ||
| 39 | Nikias Bassen | ||
| 40 | |||
| 41 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1 new file mode 100644 index 0000000..e350dd0 --- /dev/null +++ b/docs/ideviceinfo.1 | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | .TH "ideviceinfo" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceinfo \- Show information about the first connected iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceinfo | ||
| 6 | [OPTIONS] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Show information about the first connected iPhone/iPod Touch. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-u, \-\-uuid UUID | ||
| 18 | target specific device by its 40-digit device UUID. | ||
| 19 | .TP | ||
| 20 | .B \-q, \-\-domain NAME | ||
| 21 | set domain of query to NAME. Default: None. | ||
| 22 | .TP | ||
| 23 | .B \-k, \-\-key NAME | ||
| 24 | only query key specified by NAME. Default: All keys. | ||
| 25 | .TP | ||
| 26 | .B \-x, \-\-xml | ||
| 27 | output information as xml plist instead of key/value pairs. | ||
| 28 | .TP | ||
| 29 | .B \-h, \-\-help | ||
| 30 | prints usage information | ||
| 31 | |||
| 32 | .SH AUTHOR | ||
| 33 | Martin Szulecki | ||
| 34 | |||
| 35 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1 new file mode 100644 index 0000000..cf0ed15 --- /dev/null +++ b/docs/idevicescreenshot.1 | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | .TH "idevicescreenshot" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicescreenshot \- Gets a screenshot from the connected iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicescreenshot | ||
| 6 | [OPTIONS] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Gets a screenshot from the connected iPhone/iPod Touch. | ||
| 11 | |||
| 12 | NOTE: A mounted developer disk image is required on the device, otherwise | ||
| 13 | the screenshotr service is not available. | ||
| 14 | |||
| 15 | .SH OPTIONS | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-u, \-\-uuid UUID | ||
| 21 | target specific device by its 40-digit device UUID. | ||
| 22 | .TP | ||
| 23 | .B \-h, \-\-help | ||
| 24 | prints usage information | ||
| 25 | |||
| 26 | .SH AUTHOR | ||
| 27 | Nikias Bassen | ||
| 28 | |||
| 29 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1 new file mode 100644 index 0000000..178d7c5 --- /dev/null +++ b/docs/idevicesyslog.1 | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | .TH "idevicesyslog" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicesyslog \- Relay syslog of a connected iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicesyslog | ||
| 6 | [OPTIONS] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Relay syslog of a connected iPhone/iPod Touch. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-u, \-\-uuid UUID | ||
| 18 | target specific device by its 40-digit device UUID | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH AUTHOR | ||
| 24 | Martin Szulecki | ||
| 25 | |||
| 26 | Man page written to conform with Debian by Julien Lavergne. | ||
