XiaoMiToolV2
XiaoMiToolV2 copied to clipboard
Linux fastboot error
after i select the device in xmt, the phone reboot in fastboot but xmt doesn't find any device.
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
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.
I will add my two cents: fastboot only detects my devices if running as root.