diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -0,0 +1,16 @@ | |||
| 1 | == What is iRecovery? == | ||
| 2 | |||
| 3 | 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. | ||
| 4 | |||
| 5 | It's completely open-source, the source code is released under the terms of the GNU General Public License v3. | ||
| 6 | The full license text can be found in the LICENSE file. | ||
| 7 | |||
| 8 | == Usage == | ||
| 9 | |||
| 10 | ./iRecovery -s starts a shell. | ||
| 11 | ./iRecovery -r usb reset. | ||
| 12 | ./iRecovery -f <file> uploads a file. | ||
| 13 | ./iRecovery -c "command" send a single command. | ||
| 14 | ./iRecovery -l <file> sends a set of commands from a file (one per line). | ||
| 15 | ./Irecovery -x <file> uploads a file then resets the usb connection. | ||
| 16 | |||
