blob: 2f7b971b8c2e1336e6a5dbfb9a212a06f0ddda7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
== What is iRecovery? ==
iRecovery is a libusb-based commandline utility for Mac OS X, Windows, and Linux. It is able to talk to iBoot/iBSS in Apple's iPhone/iPod touch via USB.
It's completely open-source, the source code is released under the terms of the GNU General Public License v3.
The full license text can be found in the LICENSE file.
== Usage ==
./iRecovery -s starts a shell.
./iRecovery -r usb reset.
./iRecovery -f <file> uploads a file.
./iRecovery -c "command" send a single command.
./iRecovery -l <file> sends a set of commands from a file (one per line).
./Irecovery -x <file> uploads a file then resets the usb connection.
|