IPHONELINUXCONNECT : ACCESS AND TRANSFER FILE IN IPHONE WITH LINUX
Iphonelinuxconnect is simple tool for linux to get access or transfer file from iphone to computer.
First, run this command:
ex -bsc '%!awk "{sub(/\r/,\"\")}1"' -cx iphonelinuxconnect.sh
chmod u+x iphonelinuxconnect.sh
sudo ./iphonelinuxconnect.sh
After finish install, run this command:
sudo LD_LIBRARY_PATH=/usr/local/lib usbmuxd
export LD_LIBRARY_PATH=/usr/local/lib
Connect your iphone on computer and run this command:
idevicepair pair
Select "Trust" to the warning "Trust This Computer?" on your device:
Then, run this command:
idevicepair pair
ifuse /media/iPhone/
Now open file manager and you can access or transfer your media file (video, photo, audio record..) on ipohne to linux.
next time just connect iPhone on you linuxcomputer with USB and run:
sudo bash i-connect.sh