Josef Micka
Josef Micka
@nikias SHA1 is used directly in signature, when creating host and CA certificate, and upcoming policy for client will reject tls connection with sha1 signature, from my understanding, but when...
simulator is not communicating trough usbmux, therefore libimobiledevice (which asks usbmuxd about device), can't see it. xcode sees emulator, because it launched it, and knows on which port it needs...
if you check the code, you can see, it call simulator service ... which is (like @nikias said), something totally different, than communicating with device trough usbmuxd. that code is...
ty to do idevicepair first, seems like you are missing pairing file after upgrade, probly upgrade did delete lockdown folder on your computer. other possibility, that comes to my mind...
this looks like pairing issue, can you run usbmuxd on foreground with debug output and post it here? or compile libimobiledevice from source with debug code enabled and run compiled...
could not open lockfile means, it either has no access rights or another usbmuxd is running when running usbmuxd on foreground in linux, you need to stop usbmuxd started by...
lockdown error -5 is ssl error, looks to me, that there might be issue with ciphers supported by new version of ubuntu, it's possible they removed support for old ciphers...
ciphers look good, and everything else too. honestly no idea what you can try is to remove content of lockdown folder (back it up first), then start again usbmuxd on...
you can either checkout specific tagged revision, instead of head, or download it as archive and extract look at tags https://github.com/libimobiledevice/libimobiledevice/tags ``` git checkout tags/1.2.0 -b 1.2.0 ```
no, it's limitation of ios. on jailbroken device, you could possibly force it, but on normal device usb tethering without hotspot is not available.