diff options
author | Jonathan Beck | 2009-04-12 16:08:06 +0200 |
---|---|---|
committer | Jonathan Beck | 2009-04-12 16:08:06 +0200 |
commit | f893e8a9e2cc197522f838b3f2bbec8862953c2f (patch) | |
tree | 9a496fe32f376f860e266916d2bdc4bd9485bc26 /README | |
parent | 86289b387daebfa5607435a76b15848bcb46916e (diff) | |
download | libimobiledevice-f893e8a9e2cc197522f838b3f2bbec8862953c2f.tar.gz libimobiledevice-f893e8a9e2cc197522f838b3f2bbec8862953c2f.tar.bz2 |
Use less secure random number generation so we can generate private
keys on the fly. Drop libiphone-initconf.
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 2 insertions, 20 deletions
@@ -7,10 +7,11 @@ For: You must have: libgnutls-dev + libgcrypt-dev libusb-dev libfuse-dev (and the associated kernel modules) libglib2.0-dev - libxml2-dev + libplist-dev make autoheader automake @@ -22,31 +23,12 @@ To compile run: ./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) On Ubuntu/Debian, you can do: sudo apt-get install build-essential automake autoconf \ libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ libreadline5-dev -USAGE -================================================================================ - -Now comes the fun bit! - -== Generating keys == - -IMPORTANT: Before using the library you must run "libiphone-initconf" -as your own user (not root). It will generate keys and a host id for your -system to be able to communicate with 'lockdownd' on the iPhone. - -It will probably take 5-10 minutes, but thankfully only needs to be -run _once_. It MUST be run otherwise communication will not work: - - libiphone-initconf - -The generated keys are saved in '~/.config/libiphone/' in your home directory. - == Who/what/where? == wiki: |