mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2026-06-13 17:16:14 +02:00
10
usbmuxd usage on macOS
LukeeGD edited this page 2026-04-14 09:28:46 +08:00
- This section can help with detection issues of devices in Normal or Ramdisk/Restore mode.
- Follow to step 3 only if this is the case.
- Try rebooting first before trying this out since that can typically solve device detection issues.
- Do the following usbmuxd commands in another terminal window. (right-click Terminal icon to create a new window)
Note: This will cause macOS to have USB detection issues on iOS devices after exiting usbmuxd. A reboot is needed to fix things
- In the second terminal window, install
usbmuxdfrom MacPorts (it has to be from MacPorts, not Homebrew):sudo port install usbmuxd - Run the following:
sudo killall usbmuxd; sudo /opt/local/bin/usbmuxd -pf - Keep usbmuxd running, and go back to the first terminal window for running Legacy iOS Kit
- If you are going to be restoring to 2.x on macOS, follow all the steps here including steps 4 and 5.
- Go to Restore/Downgrade -> Other (Custom IPSW) and select the 2.x IPSW
- Follow instructions on entering DFU/pwned DFU mode and let it restore. Done