You are not logged in.

#1 2024-04-04 15:11:51

6jogger
Member
Registered: 2024-04-04
Posts: 8

[SOLVED] libimobiledevice 1.3.0 won’t backup iphone

Hello,

I have installed

libimobiledevice ifuse,  systemctl status usbmuxd.service

is up and running.

Ideviceinfo idevicepair pair

   outputs all iphones info and a SUCCESS!! pair 

ifuse -o allow_other /mnt/iphone   /mnt/iphone

displays:

Books
DCIM
Downloads
iTunes_Control
MediaAnalysis
PhotoData
Photos
Recordings

However, I get the error below when trying to backup the iphone:

$ idevicebackup2 backup --full /home/john/13/
Backup directory is "/home/john/13/"
Started "com.apple.mobilebackup2" service on port 49250.
Could not perform backup protocol version exchange, error code -1

I have upgraded the system pacman -Syu  and backup fails, any ideas?
Thanks,

Last edited by 6jogger (2024-04-10 12:10:00)

Offline

#2 2024-04-05 07:38:09

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

Use the -git package from the AUR. The package in the Extra repo is known not to work for all the recent IOS releases but the maintainer does not care.

https://bbs.archlinux.org/viewtopic.php … 4#p2158104

Last edited by fmc000 (2024-04-05 07:50:56)


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

#3 2024-04-05 08:17:19

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,992
Website

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

If the development release works for you, that's fine, but it's not the package maintainer's fault that there hasn't been an upstream release since 2020.


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#4 2024-04-05 09:20:07

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

schard wrote:

If the development release works for you, that's fine, but it's not the package maintainer's fault that there hasn't been an upstream release since 2020.

Believe me, I'm very well aware of that but I tried to contact the maintainer via email as suggested here and I got no answer. What's the point of shipping a software release which is known broken for almost everyone when the solution is available? Anyways, I just gave a look at the gitlab page and I noticed that there are a few recent reports that even the latest GIT release is not able to restore backups and that there are a few new issues with IOS 17.4 . This is enough for me to abandon this software and try to use iTunes in my W11 VM.

Last edited by fmc000 (2024-04-05 10:15:06)


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

#5 2024-04-05 15:56:00

6jogger
Member
Registered: 2024-04-04
Posts: 8

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

fmc000, thanks for your reply. how do I compile libimobiledevice-git  ?

Offline

#6 2024-04-07 22:00:26

6jogger
Member
Registered: 2024-04-04
Posts: 8

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

schard wrote:

If the development release works for you, that's fine, but it's not the package maintainer's fault that there hasn't been an upstream release since 2020.


how do I compile libimobiledevice-git  ?

Offline

#7 2024-04-08 10:40:34

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

Just as you would do with any other package from the AUR. Please note that that package will depend on other -git packages, also available in the AUR.


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

#8 2024-04-08 12:27:15

6jogger
Member
Registered: 2024-04-04
Posts: 8

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

fmc000 wrote:

Just as you would do with any other package from the AUR. Please note that that package will depend on other -git packages, also available in the AUR.

Thanks.
Please keep in mind that i'm a newbie and not sure of the right steps, I had a post under newbie but schard took it off.
Would I first need to remove libimobiledevice, pacman Rns libimobiledevice before compiling the git version?
And after I download and CD into the libimobiledevice-git folder what are the commands ill have to type?

Offline

#9 2024-04-08 12:29:59

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,907
Website

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#10 2024-04-08 16:43:26

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

6jogger wrote:

Would I first need to remove libimobiledevice, pacman Rns libimobiledevice before compiling the git version?

No, just install the -git version and pacman will ask you to remove the non-git package in the same transaction.


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

#11 2024-04-09 23:02:19

6jogger
Member
Registered: 2024-04-04
Posts: 8

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

fmc000 wrote:

No, just install the -git version and pacman will ask you to remove the non-git package in the same transaction.

I did makepkg and the below packages were built, do I need to move them to /var/cache/pacman/pkg/ and run pacman -U for each package from within that folder?

libimobiledevice-git
libimobiledevice-glue-git
libplist-git
libusbmuxd-git

Last edited by 6jogger (2024-04-10 00:31:07)

Offline

#12 2024-04-10 09:14:12

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

No need to move anything. Just run pacman -U <package-name>


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

#13 2024-04-10 11:53:40

6jogger
Member
Registered: 2024-04-04
Posts: 8

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

fmc000 wrote:

No need to move anything. Just run pacman -U <package-name>

Got it to work.
Thanks for your help.

Offline

#14 2024-04-10 13:56:05

fmc000
Member
Registered: 2020-05-12
Posts: 53

Re: [SOLVED] libimobiledevice 1.3.0 won’t backup iphone

You're welcome.


Linux user since 1996. Currently running Arch on an I7 11th gen laptop with root on zfs.

Offline

Board footer

Powered by FluxBB