Quote:
Originally Posted by Renate
@Machinus 18d1/4ee2 is just the normal MTP,ADB when you're running a regular system. Can't you put it in fastboot mode? On devices with lots of buttons it's just hold VolUp as you do a full reset. You don't have that. From ADB either "adb reboot bootloader" or "adb reboot fastboot" normally gets you there no problem.
|
There is no volume button, so I have to do it from command line:
Code:
C:\>adb reboot bootloader
C:\>fastboot getvar
< waiting for any device >
Once I did this, I looked at the options in Zadig, and the new entry was "Android." I installed WinUSB for that. Once I did that, it showed up in usblog as PID "d00d", VID 18d1, and Name "Android."
This did not help fastboot work:
Code:
C:\>fastboot getvar
< waiting for any device >
I cannot get out of fastboot from command line. How do you do that?
I can hard reset, though.
Quote:
Originally Posted by Renate
Edit: Did you try going back and try to flash it with EDL? AT least the newest edl.exe should report the error better. Also, 0000/0004 (and similar) is some uninitialized USB interface.
|
I attempted the same commands you wrote, but the output did not change. It does not reboot.
Quote:
Originally Posted by Renate
Maybe you should practice with your phone to check what the problem is? You can "fastboot getvar all" and "fastboot continue" without risking anything.
|
I attempted to use my Blackberry. It showed up in adb devices, but also hangs on fastboot. Maybe I have a usb driver problem. What should I install?