summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Matt Colyer2008-08-14 22:35:41 -0700
committerGravatar Matt Colyer2008-08-14 22:35:41 -0700
commite8e19884cee5aeb1e564e2f842920a4c62aa7e81 (patch)
tree8fd93c646d17b8714dbdb522ef430d55234c11ca /README
parent7ea2be3206b949c03288d5c2707ab2d370ccea09 (diff)
downloadlibimobiledevice-e8e19884cee5aeb1e564e2f842920a4c62aa7e81.tar.gz
libimobiledevice-e8e19884cee5aeb1e564e2f842920a4c62aa7e81.tar.bz2
Fixes initconf.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 6 insertions, 12 deletions
diff --git a/README b/README
index f387f69..ee724f8 100644
--- a/README
+++ b/README
@@ -13,24 +13,20 @@ You must have:
13 autoconf 13 autoconf
14 gcc 14 gcc
15 15
16IMPORTANT: You must edit src/ifuse.c and src/main.c and replace your HostID
17from the plist file stored by iTunes. You can find these lines because they are
18currently commented out. In Windows this file is located in:
19
20C:\Documents and Settings\Your Username\Application Data\Apple Computer\Lockdown\<device serial number>.plist
21
22IMPORTANT: You must also have a public certificate for the device located in
23the root directory of the source named hostcert.pem. This can also be extracted
24from the above file.
25
26To compile run: 16To compile run:
27 ./autogen.sh 17 ./autogen.sh
28 ./configure 18 ./configure
29 make 19 make
20 sudo make install (if you want to install it into your system directories)
21 libiphone-initconf (as the user you intend to user the library)
30 22
31USAGE 23USAGE
32================================================================================ 24================================================================================
33 25
26IMPORTANT: Before using the library you must run "libiphone-initconf". It will
27generate keys and a host id for your system. It only needs to be run once but
28it MUST be run.
29
34There are currently 2 executables iphoneclient and ifuse, located in src/. 30There are currently 2 executables iphoneclient and ifuse, located in src/.
35 31
36iphoneclient is a basic commandline interface, it just runs a few various operations. 32iphoneclient is a basic commandline interface, it just runs a few various operations.
@@ -43,5 +39,3 @@ like this:
43To unmount: 39To unmount:
44 umount mountpoint 40 umount mountpoint
45 41
46Currently the ifuse filesystem is read-only, until the development has
47progressed further.