diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 6 insertions, 12 deletions
| @@ -13,24 +13,20 @@ You must have: | |||
| 13 | autoconf | 13 | autoconf |
| 14 | gcc | 14 | gcc |
| 15 | 15 | ||
| 16 | IMPORTANT: You must edit src/ifuse.c and src/main.c and replace your HostID | ||
| 17 | from the plist file stored by iTunes. You can find these lines because they are | ||
| 18 | currently commented out. In Windows this file is located in: | ||
| 19 | |||
| 20 | C:\Documents and Settings\Your Username\Application Data\Apple Computer\Lockdown\<device serial number>.plist | ||
| 21 | |||
| 22 | IMPORTANT: You must also have a public certificate for the device located in | ||
| 23 | the root directory of the source named hostcert.pem. This can also be extracted | ||
| 24 | from the above file. | ||
| 25 | |||
| 26 | To compile run: | 16 | To 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 | ||
| 31 | USAGE | 23 | USAGE |
| 32 | ================================================================================ | 24 | ================================================================================ |
| 33 | 25 | ||
| 26 | IMPORTANT: Before using the library you must run "libiphone-initconf". It will | ||
| 27 | generate keys and a host id for your system. It only needs to be run once but | ||
| 28 | it MUST be run. | ||
| 29 | |||
| 34 | There are currently 2 executables iphoneclient and ifuse, located in src/. | 30 | There are currently 2 executables iphoneclient and ifuse, located in src/. |
| 35 | 31 | ||
| 36 | iphoneclient is a basic commandline interface, it just runs a few various operations. | 32 | iphoneclient is a basic commandline interface, it just runs a few various operations. |
| @@ -43,5 +39,3 @@ like this: | |||
| 43 | To unmount: | 39 | To unmount: |
| 44 | umount mountpoint | 40 | umount mountpoint |
| 45 | 41 | ||
| 46 | Currently the ifuse filesystem is read-only, until the development has | ||
| 47 | progressed further. | ||
