Open WHots opened 3 years ago
var ret = idevice.idevice_get_device_list(out udids, ref count); gives list of devices in normal mode ... what would be an equivalent of getting devices in recovery mode ?
var ret = idevice.idevice_get_device_list(out udids, ref count);
var ret = idevice.idevice_get_device_list(out udids, ref count);
gives list of devices in normal mode ... what would be an equivalent of getting devices in recovery mode ?