View Single Post
Old 04-07-2022, 05:42 PM   #30
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
@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 View Post
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 View Post
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?

Last edited by Machinus; 04-07-2022 at 05:44 PM.
Machinus is offline   Reply With Quote