Zum Hauptinhalt wechseln

如何解锁 Android 手机的引导加载程序

Hinweis: Du bearbeitest eine grundständige Anleitung. Alle Änderungen, die du vornimmst, betreffen auch die Anleitung, die diese beinhaltet.

Englisch
Chinesisch
Schritt 4
How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: Schritt 0, Bild 1 von 2 How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: Schritt 0, Bild 2 von 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 (未经授权的) 。

Deine Beiträge sind lizenziert unter der Open-Source Creative Commons Lizenz.