简体   繁体   English

fastboot 命令超时但设备可见

[英]fastboot commands time out but devices are visible

I am trying to unlock the bootloader on my Aquarius X Pro 2. I am on Ubuntu and installed fastboot and adb and can connect via adb shell to the device or restart it into bootloader with adb restart bootloader .我正在尝试解锁 Aquarius X Pro 2 上的引导加载程序。我在 Ubuntu 上并安装了 fastboot 和 adb,并且可以通过adb shell连接到设备或使用adb restart bootloader将其重新启动到引导加载程序。 Also, I unlocked the bootloader in the developer options.另外,我在开发人员选项中解锁了引导加载程序。

So when I am in the bootloader menu, I can see that the device is locked.因此,当我在引导加载程序菜单中时,我可以看到设备已锁定。 I type fastboot devices and get this output: XZ001532 fastboot .我输入fastboot devices并得到这个 output: XZ001532 fastboot So everything seems fine.所以一切似乎都很好。 But if I try any other command, like fastboot flashing unlock_critical or fastboot oem device-info nothing happens or I get a message like "waiting for device".但是,如果我尝试任何其他命令,例如fastboot flashing unlock_criticalfastboot oem device-info什么都不会发生,或者我会收到类似“等待设备”的消息。

Anybody an idea what can be the problem here?有人知道这里有什么问题吗? I resetted the device several times, but that did not help.我多次重置设备,但没有帮助。

Ok, after what felt years of debugging and asking for help, I was finally able to figure out the problem.好的,经过多年的调试和寻求帮助,我终于能够找出问题所在。 I installed adb and fastboot from the outdated Ubuntu APT repos via the command line instead of downloading the current Google.zip per wiki install guide link .我通过命令行从过时的 Ubuntu APT 存储库安装了 adb 和 fastboot,而不是根据 wiki 安装指南链接下载当前的 Google.zip。 With the proper tools, everything works now.使用适当的工具,现在一切正常。 I hope this helps somebody else to avoid the same mistake in the future.我希望这有助于其他人在未来避免同样的错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM