Switch on the LED corresponding to the Apple device status (Normal/Recovery/DFU)
usage : ./dcsd_status [OPTIONS]
-s stop deamon
-n no daemon
-r reset
-h help
- libusb
- libftdi
To build dcsd_status, run make
.
To install dcsd_status directly to your system, run 'sudo make install'
You can enable debugging mode when runnning make with DEBUG
flag : make DEBUG=1
iDevices are not recognized on macOS High Sierra due to libusb. Check #1.
You can apply this patch to fix libusb, or use my fork.
If you want to have some fun with your DCSD, check this repo