GithubHelp home page GithubHelp logo

felixruan / idevicerestore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lukepasek/idevicerestore

0.0 0.0 0.0 6 KB

Docker container for idevicerestore utility

Dockerfile 87.75% Shell 12.25%

idevicerestore's Introduction

Please note that this is a work in progress container, and it requires some cleanup work.

Docker container for the excellent libimobiledevice/idevicerestore/ideviceactivate tools "A cross-platform protocol library to communicate with iOS devices" from https://github.com/libimobiledevice ( https://libimobiledevice.org ).

This is an unmodified build from git (and some git tags).

Note: Before running the container make sure that usbmuxd is NOT running on the host, better yet remove/uninstall it, as it's started automatically by an udev rule when Apple device is connected/restarted.

Run (to get bash prompt):

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb --net=host lukepasek/idevicerestore:latest

(net: host is for some strange reason required to receive hotplug events in the container)

The usbmuxd daemon is started automatically in the background on the container start.

Finally, run any of the idevice* commands, or other i* commands such as irecovery.

The container can be also run in command mode:

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb --net=host lukepasek/idevicerestore:latest ideviceinfo

Optionally the container can be run with a host mounted volume to allow for downloaded image caching:

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb -v /tmp/idevicerestore_cache/:/tmp/idevicerestore_cache/ --net=host lukepasek/idevicerestore:latest

In such case, the idevicerestore command can be run with the -C /tmp/idevicerestore_cache/ option.

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.