Phil Dibowitz

Results 437 comments of Phil Dibowitz

So #2902 got de-duped here, which is cool, but I wanna clarify there's 2 different use-cases being discussed: 1. `::` should be all-families, all-addresses 2. should be all families that...

I tried this patch after seeing it referenced in #241 and this is what I get with this patch: ``` [phil@rider ~]$ sudo /usr/local/bin/heimdall print-pit --no-reboot --verbose Heimdall v1.4.1 Copyright...

Yup, lsusb showed: ``` Bus 005 Device 020: ID 04e8:685d Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] (Download mode) ``` You can see it's in download mode there....

Also, I printed out the actual result from `libusb_set_interface_alt_setting()`, it's `-5`, which according to http://libusb.sourceforge.net/api-1.0/group__misc.html is `LIBUSB_ERROR_NOT_FOUND = -5` But, interestingly if we don't setup the interface alt setting (I...

But I can't flash using that, I get: ``` Claiming interface... Initialising protocol... ERROR: Failed to receive handshake response. Result: -7 ERROR: Protocol initialisation failed! Releasing device interface... ```

I seem to have having slightly different problems. I'll open up a separate issue.

Actually, trying a different machine let me get past the other issues I was seeing and now I got the issue described by here and I get the `WARNING: Empty...

Tried this to fix #241, but still get `ERROR: Setting up interface failed!`

This is better. There is one oddity though... I get this (which I think is right): ``` foo.foo. foo. foo = { :test => "foo", } ``` But then if...

0.12.0 is out and I believe it fixes this.