diff options
author | Joshua Hill | 2010-05-13 05:59:36 -0400 |
---|---|---|
committer | Joshua Hill | 2010-05-13 05:59:36 -0400 |
commit | a57e39d7180ae1c7ce28105fb0c735121dec6f0d (patch) | |
tree | f435bddb3658cb310cb9f5e57b20775f32ec26c7 /README | |
parent | 2e8feabfe1ec82e75434663d5e3128e1769f34c5 (diff) | |
download | libirecovery-a57e39d7180ae1c7ce28105fb0c735121dec6f0d.tar.gz libirecovery-a57e39d7180ae1c7ce28105fb0c735121dec6f0d.tar.bz2 |
Began work. Added basic Makefile and implemented irecv_init(), irecv_open(), irecv_close(), and irecv_exit()
Needs to be tested on MacOSX and Windows, and Makefile needs to be updated for these platforms.
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,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. + |