メインコンテンツにスキップ

Androidフォンのブートローダーのロック解除方法

ご注意:あなたは前提となるガイドを編集しています。あなたが行なう変更は、この手順を含むガイド全体に反映されます。

英語
日本語

手順 4を翻訳中

手順4
How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: 手順 0、 2の画像 1 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と入力します。

これにより、お使いのデバイスにポップアップが表示されるはずです。チェックマークにチェックが入っていることを確認し、許可するをクリックします。

PATHにplatform-tools-folderを追加していません。そのため、ターミナルウィンドウをplatform-tools-folderで開き、コマンドのプレフィックスとして. \ を入力する必要があります。

もう一度コマンドを実行し、うまくいったかどうか確認してください。 unauthorized の代わりに device と表示されるはずです。

クリエイティブコモンズのオープンソース著作権のもと、あなたの投稿は著作権の対象となります