Aaron Burghardt

Results 13 comments of Aaron Burghardt

What platform are you on? Is the device visible on the USB bus? What version of libusb do you have?

OK, I can reproduce this on 10.10 (Yosemite Beta 4) and an iPhone 5 with iOS 6 (the device and OS shouldn't matter for a simple connection to the device...

I found the change that broke connections on OS X. in `irecv_open_with_ecid()`, this code: ``` if ((client->mode != IRECV_K_DFU_MODE) && (client->mode != IRECV_K_WTF_MODE)) { error = irecv_usb_set_interface(client, 0, 0); error...

I updated my fork of `idevicerestore`. Although it compiles, I haven't tested it, but you are welcome to give it a try. It depends on my fork of `libirecovery`, which...

@soswag Do you mean src/libirecovery.c or tools/irecovery.c? There is a `break` on line 429 in tools/irecovery.c, but that is the command line program `irecovery`, which is not used in `idevicerestore`.

@markcoker You are attempting to restore the latest IPSW to the device, the device successfully enters recovery mode, but `idevicerestore` can't find it? If you build the `irecovery` tool in...

Can you elaborate on a couple scenarios? * In its current design, Disk Arbitrator (DA) is only able to affect mounting when the app is running, so a user is...

That's an interesting use-case, but I think it would be better in a fork of Disk Arbitrator rather than added to the feature list. My reasoning is that Disk Arbitrator's...

Your timing is good. I am intending to update Disk Arbitrator and create two versions. One would be a forensic version that works like the current version, where all disks...

No, sorry, it has fallen off my radar for the moment.