XiaoMiToolV2 icon indicating copy to clipboard operation
XiaoMiToolV2 copied to clipboard

Linux fastboot error

Open MBARESERRA opened this issue 3 years ago • 3 comments

after i select the device in xmt, the phone reboot in fastboot but xmt doesn't find any device.

MBARESERRA avatar Nov 15 '20 13:11 MBARESERRA

You could try to install thefastboot package of your Linux distribution, which should install the required udev rules for the required USB devices to work properly with fastboot. After installing you should make sure new rules are loaded with udevadm control --reload-rules && udevadm trigger¹ and unplug and replug your device.

¹ https://unix.stackexchange.com/questions/39370/how-to-reload-udev-rules-without-reboot

flozzone avatar Jan 01 '21 12:01 flozzone

I have the same problem. USB debugging is enabled, OEM unlocking as well. XMT reboots phone into fastboot mode, and afterwards cannot detect it, although by running fastboot devices I can see it. I'm using Arch Linux, and android-tools package from community repository.

fenuks avatar Feb 24 '21 21:02 fenuks

I will add my two cents: fastboot only detects my devices if running as root.

steewbsd avatar Apr 03 '21 10:04 steewbsd