From a57e39d7180ae1c7ce28105fb0c735121dec6f0d Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Thu, 13 May 2010 05:59:36 -0400 Subject: 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. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README') diff --git a/README b/README index e69de29..2f7b971 100644 --- a/README +++ b/README @@ -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 uploads a file. + ./iRecovery -c "command" send a single command. + ./iRecovery -l sends a set of commands from a file (one per line). + ./Irecovery -x uploads a file then resets the usb connection. + -- cgit v1.1-32-gdbae