Josef Micka
Josef Micka
ssl error is most likely sign of expired pairing record. do `idevicepair unpair` then `idevicepair pair` have only connected one device at time, othwerise you will also need to specify...
if it's not paired, then pair itself shoudl work, so if you confirm trust, ideviceinfo still doesn't work?
you might need to build from source then, to have latest version. i thought only some tools were affected and version 1.3.0 should be fine, not ideviceinfo, but seems it...
> Linking with openssl built with enable-weak-ssl-ciphers fixes the issue. i didn't expect ios 15 to use ciphers from weak cipher list, but you are right. those defaults in builds...
> > Sorry if I'm cluttering the thread, but I updated my system to Fedora 41 too and I cant pair my iphone either. Getting the same SSL error, but...
i'm not sure if this will work since it's usbmuxd and not idevicepair, that is generating pairing certificates. but it's neat idea.
i just checked and certifcate generating function is inside libimobiledevice ... usbmuxd only stores them to lockdown folder i though usbmuxd creates certificates during preflight for unknown devices, since that...
you don't need this project to backup your phone to your mac, just follow apple userguide https://support.apple.com/guide/iphone/back-up-iphone-iph3ecf67d29/ios
actually, when you compile whole libimobile set as static, you might want all of it static (so you can then have just 1 library) in that case you would need...
screencapture is done with screenshot service, this is supported up to ios version 16, for version 17 and newer it's not implemented yet. you might want to look at https://github.com/doronz88/pymobiledevice3...