-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
56 lines (40 loc) · 2.14 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
//***************************************************************//
//** This file is part of ironha1l Tool Suite. **//
//** ironha1l, a DFU injector tool for iDevices. **//
//** **//
//** ********************************************************* **//
//** --------------- Updated: Oct-10-2012 -------------------- **//
//** ********************************************************* **//
//** **//
//** Author: Pascal CLEMENT aka Thireus <[email protected]> **//
//** **//
//** http://ironha1l.thireus.com **//
//** http://blog.thireus.com **//
//** **//
//** ironha1l Tool Suite, **//
//** Copyright © 2012 Thireus. **//
//***************************************************************//
//**PLEASE REFER TO THE README FILE FOR ADDITIONAL INFORMATION!**//
//***************************************************************//
*** BEFORE YOU START ***
A working Internet connexion qui required by the configure script
to fetch additionnal tools.
*** UNIX/LINUX/MacOS/FreeBSD ***
./configure
make ironha1l usbmuxd iproxy devices
Note: You can face some basic issues with libusb, especially if
libusb is already installed on the operating system. In this case
you must manually install the compiled version of libusb_ironha1l.
*** ANDROID ***
1. Put the ironha1l directory into your external/ folder of Android 4.x
WORKING_DIRECTORY source.
2. Configure ironha1l for ANDROID
./configure ANDROID
3. Compile from your Android WORKING_DIRECTORY root directory.
make ironha1l usbmuxd iproxy devices
4. Use adb or scp to upload files to a PATH bin directory of your Android
phone.
*** ADDITIONAL NOTES ****
You can also compile each tools provided by ironha1l Tool Suite separately.
For example, if you only need ironha1 but not devices:
make ironha1l