Untuk mengakses iPhone 5/5S/6/6S di Fedora dibutuhkan library tambahan, library tambahan ini sudah ada di repository Fedora jadi mudah untuk di install.

1. Install aplikasi/library yang dibutuhkan

dnf install ifuse istatd libplist libplist-python libimobiledevice-utils libimobiledevice-devel libimobiledevice usbmuxd -y

2. Pair Iphone

Jalankan perintah idevicepair pair

$ idevicepair pair
ERROR: Could not validate with device edc89x123c4db73ccacfd4e0eba4d6cd4c68789123 because a passcode is set. Please enter the passcode on the device and retry.

buka lock/kunci password iphone anda, pilih Trust this device

lalu coba kembali idevicepair pair

$ idevicepair pair
SUCCESS: Paired with device edc89x123c4db73ccacfd4e0eba4d6cd4c68789123

3. Mount Folder

Buat folder tempat mount folder iphone

mkdir ~/iphone

mount folder ke folder yang baru dibuat

ifuse ~/iphone/

Cek folder ~/iphone

$ tree ~/iphone/ -L 1
/home/jaranguda/iphone/
├── AirFair
├── Airlock
├── Books
├── DCIM
├── Downloads
├── iTunes_Control
├── MediaAnalysis
├── PhotoData
├── Photos
├── PhotoStreamsData
├── Purchases
├── Radio
├── Recordings
└── Safari
 
14 directories, 0 files

sukses.

Data Video, Photo, Lagu dan Film sudah bisa di pindahkan dari/ke Komputer ke/dari Iphone.

Leave a comment

Your email address will not be published. Required fields are marked *