diff options
author | Matt Colyer | 2008-08-14 22:35:41 -0700 |
---|---|---|
committer | Matt Colyer | 2008-08-14 22:35:41 -0700 |
commit | e8e19884cee5aeb1e564e2f842920a4c62aa7e81 (patch) | |
tree | 8fd93c646d17b8714dbdb522ef430d55234c11ca /README | |
parent | 7ea2be3206b949c03288d5c2707ab2d370ccea09 (diff) | |
download | libplist-e8e19884cee5aeb1e564e2f842920a4c62aa7e81.tar.gz libplist-e8e19884cee5aeb1e564e2f842920a4c62aa7e81.tar.bz2 |
Fixes initconf.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -13,24 +13,20 @@ You must have: autoconf gcc -IMPORTANT: You must edit src/ifuse.c and src/main.c and replace your HostID -from the plist file stored by iTunes. You can find these lines because they are -currently commented out. In Windows this file is located in: - -C:\Documents and Settings\Your Username\Application Data\Apple Computer\Lockdown\<device serial number>.plist - -IMPORTANT: You must also have a public certificate for the device located in -the root directory of the source named hostcert.pem. This can also be extracted -from the above file. - To compile run: ./autogen.sh ./configure make + sudo make install (if you want to install it into your system directories) + libiphone-initconf (as the user you intend to user the library) USAGE ================================================================================ +IMPORTANT: Before using the library you must run "libiphone-initconf". It will +generate keys and a host id for your system. It only needs to be run once but +it MUST be run. + There are currently 2 executables iphoneclient and ifuse, located in src/. iphoneclient is a basic commandline interface, it just runs a few various operations. @@ -43,5 +39,3 @@ like this: To unmount: umount mountpoint -Currently the ifuse filesystem is read-only, until the development has -progressed further. |