Giter Site home page Giter Site logo

plnep00f / idevicerestore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chronic-dev/idevicerestore

0.0 1.0 0.0 104 KB

Restores firmware and filesystem to iPhone/iPod Touch

License: GNU Lesser General Public License v3.0

Shell 16.27% C 82.38% C++ 1.35%

idevicerestore's Introduction

## ---Installing idevicerestore---

## First We Need to Install the dependencies

sudo apt-get install build-essential automake cmake autoconf \
libreadline6 autotools-dev libcurl4-openssl-dev \
libplist1 libplist-utils libplist-dev libplist++-dev \
libzip-dev git-core git-arch git-cvs git-svn git-email \
git-daemon-run gitk gitweb git-doc rsync curl libgnutls-dev libtool 
python-dev libreadline-dev libusb-dev libusb-1.0

## Now to get what we need from Git

git clone git://git.sukimashita.com/usbmuxd.git
cd usbmuxd
cmake ~/usbmuxd
make && sudo make install

cd ~

git clone git://git.sukimashita.com/libimobiledevice.git
cd libimobiledevice
./autogen.sh
make && sudo make install

sudo ldconfig

## Now we can compile idevicerestore

cd ~

git clone https://github.com/plnep00f/idevicerestore.git
cd idevicerestore
./autogen.sh
make && sudo make install
sudo ldconfig

## We also need ideviceactivate to activate the device

git clone http://github.com/posixninja/ideviceactivate.git
cd ideviceactivate 
make

## idevicerestore usage - may need to be run as root

idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw>

  -d, 		        enable communication debugging
  -u, 		        target specific device by its 40-digit device UUID
  -h, 		        prints usage information
  -c, 		        restore with a custom firmware
  -e,		          erase the device first
  -s,		          use saurik's server instead of Apple's
  -x,		          exclude NOR/Baseband update
  -v, 		        enable incremental levels of verboseness
  -i,             ecid ECID  target specific device by its hexadecimal ECID
  -p|--pwn        Put device in pwned DFU mode and exit (limera1n devices only)
  -P|--nopwn      Do not pwn before restoring custom fw (on-device fw is pwned)
  -f|--fire       Playing with fire: ignore missing nonces, signatures
  -t|--shsh       fetch TSS record and save to .shsh file, then exit
## ideviceactivate usage - may need to be run as root

./ideviceactivate [-x] [-d] [-h] [-u] [-f]

  -x		deactivate the target device
  -d		enable communication debugging
  -h		prints usage information
  -u UUID	target specific device by its 40-digit device UUID
  -f FILE	activates device with local activation record

idevicerestore's People

Contributors

nikias avatar posixninja avatar funkym avatar plnep00f avatar boxingsquirrel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.