westbaer / irecovery
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Apr 22 13:27:42 -0700 2009 | |
| |
Makefile | Wed Jul 01 08:20:12 -0700 2009 | |
| |
README | Fri Apr 24 16:15:55 -0700 2009 | |
| |
constants.h | Thu Jun 11 19:05:25 -0700 2009 | |
| |
irecovery.c | Wed Jul 01 08:20:12 -0700 2009 |
README
== What is iRecovery? == iRecovery is a libusb-based commandline utility for Mac OS X and Linux (perhaps windows too but I'm not developing/testing under windows). It is able to talk to the 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 version 3. The full license text can be found in the LICENSE file. It currently connects to 0x1281 (iPhone, iPhone 3G, iPod touch, iPod touch 2G: Recovery Mode/iBSS), 0x1227 (iPhone, iPhone 3G, iPod touch: WTF Mode; iPod touch 2G: DFU Mode). == Usage == ./iRecovery -s starts a shell. ./iRecovery -r usb reset. ./iRecovery -f <file> uploads a file. ./iRecovery -c "command" send a single command.

