You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple GTK GUI program to transfer books to iPad, share files to/from compatible apps, and screenshot iDevices. Tested on Ubuntu with libimobiledevice 1.2.
3
+
4
+
This simple application builds upon the work of [Book2Pad](https://github.com/rk700/book2pad), [Ifuse](https://github.com/libimobiledevice/ifuse) and [Libimobiledevice](http://www.libimobiledevice.org/) and their Python bindings (Thanks Zhou Hao for the [examples](https://github.com/upbit/python-imobiledevice_demo)).
5
+
6
+
# Setup
7
+
* Libimobiledevice >= 1.2 is required to connect with recent versions of iOS.
8
+
*[Ifuse](https://github.com/libimobiledevice/ifuse) >= 1.1.3 is required for app itunes-file-sharing support with --documents.
9
+
* Python-plist and Python-imobiledevice packages should be installed.
10
+
11
+
# Features
12
+
* Drag and drop books to iBooks
13
+
* Mount itunes-file-sharing-compatible apps to transfer files to/from device.
14
+
* Screenshot and save tif image file.
15
+
* View device details.
16
+
17
+
# Usage
18
+
* Download with the "Download Zip" link, or git checkout the repository.
0 commit comments