跳转到主内容

如何解锁 Android 手机的引导加载程序(Bootloader / BL 锁)

注:你正在编辑的一份前提条件指南。你所做的任何更改将影响包括此步骤的指南

英语
中文

正翻译步骤 4

步骤 4
How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: 步骤 0 中的图像 1,2 How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: 步骤 0 中的图像 2,2
Allowing your computer to run ADB commands on your device
  • Open the terminal application on your computer with the SDK Platform Tools installed and enter adb devices

  • This should trigger a popup on your device. Make sure to have the checkmark ticked and click Allow.

  • I haven’t added the platform-tools-folder to PATH. That’s why I need to open my terminal window in the platform-tools-folder and enter .\ as a prefix to my commands.

  • You can run the command again to check if it worked. It should now say device instead of unauthorized.

在安装了 SDK Platform Tools 的电脑上打开终端应用程序并输入 adb devices

这应该会在你的设备上触发一个弹出窗口。确保选中复选标记并单击允许

我没有将 platform-tools 所在路径加入环境变量 PATH,因此需要在 platform-tools 文件夹中打开终端窗口并输入 .\ 作为命令的前缀。

你可以再次运行该命令来检查它是否有效。现在设备状态应该是 device (设备) 而不是 unauthorized (未授权) 。

您的所有投稿皆享有基于开源创作共享许可协议(CC BY-NC-SA)著作权利