Fastboot nog showing up in adb devices


Franz24

Members
Apr 18, 2019
1
13
Hey all,

I've got a problem. After unlocking my Mi Pad 4 LTE I wanted to flash TWRP in fastboot, but my computer does not recognize the tablet while it is in fastboot.
As long as it's turned on and USB debugging is on, it connects fine. I also tried deleting and installing different bootloader drivers, but until now without any luck.

If you have any tips (or other ways to install TWRP with an unlocked bootloader), they are very welcome!

Thanks in advance :)
 
Eanble Usb debuggings and connect the phone to pc. Open the folder where adb is installed and press Shift key, hold it and then right click and choose open command window here. Then type thease commands cosequtevely:
adb devices
adb reboot bootloader
fastboot flash recovery twrp.img
fastboot boot twrp.img
The twrp file should be placed in the adb folder and rename it like above.
 
to connect your Mi Pad to your PC, use a USB 2 port, not a USB 3 port. If your PC has only USB 3 ports, or you don't know, put a USB 2 hub between the PC and the Mi Pad. Only on USB 2 you will have a reliable connection in fastboot mode.