usbmuxd2
usbmuxd2 copied to clipboard
A socket daemon written in C++ to multiplex connections from and to iOS devices over USB and WIFI
when i execute : ./autogen.sh ,happen the error: checking for libgeneral... no configure:error: package requirements(libgeneral >= 39) were not met: what should i do for it?
I am not sure if this is usbmuxd2, libimobiledevice or ios issue, but when I mount my ios 15 device via wifi, it works fine as long as my screen...
Not sure if anyone's still keeping an eye on this repo, but I'm having an issue compiling it. I tried with both gcc 10.2.1 and clang 11.0.1 and it gives...
i'm using kde plasma and every time i compile usbmuxd2 and run it with wifi my whole desktop immediately crashes
Fixes #11
The captioned error happened on ./autogen.sh. after the "checking for avahi... no" messge. My linux box is a vm with no wifi module, is it still possible to run usbmuxd2?...
Getting this error when I try to build > /usr/bin/ld: usbmuxd-Event.o: in function \`Event::~Event()': /usr/include/c++/7/bits/atomic_base.h:396: undefined reference to \`__atomic_load_8' /usr/bin/ld: /usr/include/c++/7/bits/atomic_base.h:396: undefined reference to \`__atomic_load_8' /usr/bin/ld: usbmuxd-Event.o: in function \`Event::wait()':...
This fixes the compiling error when trying to build on a raspberrypi with Buster on it.
If the SystemConfiguration.plist file at /var/lib/lockdown does not exist, the daemon does not start. It attempts to recreate the file, but fails (e.g. due to double free). Damon needs to...