francescotescari / XiaoMiToolV2

XiaomiTool V2 - Modding tool for xiaomi devices
https://www.xiaomitool.com
Apache License 2.0
625 stars 124 forks source link

stuck in fastboot, then error in application #111

Closed damnms closed 6 months ago

damnms commented 10 months ago

i tried to unlock my redmi pad on linux fedora 38, all looks good, then the pad reboots and it displays "fastboot", and then the application just does nothing. when running adb devices, i see nothing. when i reboot the pad and do adb devices, i can see it again. not sure if its an application problem or some sort of problem with the pad

1nfameArts commented 6 months ago

You couldn't see your tablet through adb because it was in Fastboot. Use the appropriate command for fastboot using the fastboot command, usually packaged with platform tools. Rebooting the pad just lead it into the mode where ADB is enabled, but fastboot isn't. Short worded: Your tablet was in fastboot mode, which is compatible only with the fastboot command. (Also, the program booted your tablet into bootloader to unlock it, so thats why you ended up there)

damnms commented 6 months ago

yeah got that working but forgot to close that ticket ;)