Aller au contenu principal

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

Info : Vous modifiez un tutoriel prérequis. Toutes les modifications apportées affecteront le tutoriel qui comprend ces étapes.

Traduction de l’étape 4

Anglais
Chinois
Étape 4
How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: étape 0, image 1 de 2 How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: étape 0, image 2 de 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 (未授权) 。

Vos contributions sont faites dans le cadre de la licence open source Creative Commons.

OSZAR »