diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 55 |
1 files changed, 48 insertions, 7 deletions
| @@ -1,15 +1,56 @@ | |||
| 1 | ideviceinstaller | 1 | About |
| 2 | ---------- | 2 | ===== |
| 3 | 3 | ||
| 4 | ideviceinstaller is a tool to interact with the installation_proxy | 4 | ideviceinstaller is a tool to interact with the installation_proxy |
| 5 | of an iPhone/iPod Touch device allowing to install, upgrade, uninstall, | 5 | of an iDevice allowing to install, upgrade, uninstall, archive, restore, |
| 6 | archive, restore, and enumerate installed or archived apps. | 6 | and enumerate installed or archived apps. |
| 7 | 7 | ||
| 8 | It makes use of the libimobiledevice library that allows communication | 8 | It makes use of the libimobiledevice library that allows communication |
| 9 | with the devices. | 9 | with the devices. |
| 10 | 10 | ||
| 11 | For more information: | 11 | Requirements |
| 12 | ============ | ||
| 13 | |||
| 14 | Development Packages of: | ||
| 15 | libimobiledevice | ||
| 16 | libplist | ||
| 17 | libzip | ||
| 18 | |||
| 19 | Installation | ||
| 20 | ============ | ||
| 21 | |||
| 22 | To compile run: | ||
| 23 | ./configure | ||
| 24 | make | ||
| 25 | sudo make install | ||
| 26 | |||
| 27 | Notes | ||
| 28 | ===== | ||
| 29 | |||
| 30 | There is a known bug in libimobiledevice which causes transfers of large apps | ||
| 31 | to/from the device to abort due to a timeout. | ||
| 32 | |||
| 33 | Who/What/Where? | ||
| 34 | =============== | ||
| 35 | |||
| 36 | Home: | ||
| 12 | http://www.libimobiledevice.org/ | 37 | http://www.libimobiledevice.org/ |
| 13 | 38 | ||
| 14 | README updated on: | 39 | Code: |
| 15 | 2010-04-02 | 40 | git clone git://git.sukimashita.com/ideviceinstaller.git |
| 41 | |||
| 42 | Tickets: | ||
| 43 | http://libiphone.lighthouseapp.com/ | ||
| 44 | |||
| 45 | Mailing List: | ||
| 46 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 47 | |||
| 48 | Credits | ||
| 49 | ======= | ||
| 50 | |||
| 51 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | ||
| 52 | libimobiledevice is an independent software library and has not been | ||
| 53 | authorized, sponsored, or otherwise approved by Apple Inc. | ||
| 54 | |||
| 55 | README Updated on: | ||
| 56 | 2011-03-19 | ||
