Jackson Coxson

Results 89 comments of Jackson Coxson

usbmuxd2 is not a fork, it's a complete rewrite in C++. I have also built an extension on top of vanilla usbmuxd for avahi.

It would be pretty easy though

Thanks, that will be super simple to implement. No new services, just some lockdown commands đŸ˜…

@JJTech0130 I think this can be closed, as this was proved to be false.

I have accomplished this writing my own tool with my [Rust bindings](https://github.com/jkcoxson/rusty_libimobiledevice). ```rust let debug_server = match device.new_debug_server("jitstreamer") { Ok(d) => d, Err(_) => { warn!("Error creating debug server"); return...

You will need to temporarily use another muxer to pair your device. Netmuxd does not include usb drivers.

Plugging it in while usbmuxd is running should do the trick

You can always run netmuxd in extension mode to usbmuxd so that both can live. If you want both pass —disable-unix and pass —host 127.0.0.1. Then before running AltServer set...