Androidデバイス(Android device)をお持ちの場合は、それを大幅にカスタマイズして、創造性を示し、デバイスを可能な限り真に自分のものにすることをお勧めします。デフォルトでは、デバイスをカスタマイズするための多くのオプションがありますが、リカバリモード(recovery mode)を使用する場合はさらに多くのオプションがあります。
すべてのAndroidスマートフォンには、(Android)リカバリモード(recovery mode)と呼ばれるモードが付属しています。このモードは、問題が発生したときにデバイスをリカバリできるように構築されていますが、電話機のさまざまなオプションを調整するのにも役立ちます。システムに問題があり、デバイスが何らかの助けを利用できると思われる場合は、リカバリモード(recovery mode)を使用することもできます。

モードをどのように使用するかに関係なく、モードに入る方法と、そこで使用可能な各オプションで何ができるかを次に示します。
デバイスをリカバリモードで再起動します(Reboot Your Device Into Recovery Mode)
Androidデバイス(Android device)をリカバリモード(recovery mode)で再起動する方法は複数あります。それぞれの方法は、モードに入るのに役立つ独自のアプローチを使用しているため、自分に合っていると思う方法を選択する必要があります。
キーの組み合わせの使用
最も簡単な方法は、専用のキーの組み合わせを使用することです。各Androidデバイス(Android device)にはキーの組み合わせがあり、押すとデバイスをリカバリモード(recovery mode)で再起動できます。
人気のあるAndroidデバイス(Android device)
メーカーの主な組み合わせは次のとおりです。
- サムスン(Samsung):パワー+ホーム+ボリュームアップ
- Nexus:電源+音量アップ+音量ダウン
- LG:電源+音量ダウン
- HTC:電源+音量ダウン
- モトローラ(Motorola):パワー+ホーム
- ソニー(Sony):電源+音量アップまたは音量ダウン
- ピクセル(Pixel):電源+音量ダウン
- Huawei:電源+音量ダウン
- Xiaomi:パワー+ボリュームアップ
- OnePlus:電源+音量ダウン
これら(Remember)のキーの組み合わせを使用するときは、デバイスの電源をオフにする必要があることに注意してください。
ADBの使用
ADBには、 (ADB)Androidデバイス(Android device)でさまざまなアクションを実行するためのいくつかのコマンドがあり、これらのコマンドの1つを使用すると、リカバリモード(recovery mode)で再起動できます。
マシンにADBツールキット(ADB toolkit)がセットアップされている場合、リカバリモード(recovery mode)に入るには次のことを行う必要があります。
- Androidデバイス(Android device)Settings > Developer optionsに移動し、 USBデバッグ(USB debugging)オプションを有効にします。

- デバイスをコンピューターに接続し、ADBフォルダーで(ADB folder)コマンドプロンプトまたはターミナルウィンドウ(Command Prompt or Terminal window)を起動します。次のコマンドを入力して、 (command and press)Enterキー(Enter)を押します。
./adb devices(Macの場合)
adbデバイス(adb devices )(Windowsの場合)

- リストにデバイスが表示されます。次に(Next)、次のコマンドを入力して(command and press) Enterキー(Enter)を押します。
./adb boot recovery(Macの場合)
adbブートリカバリ(adb boot recovery )(Windowsの場合)

デバイスの電源がすぐにオフになり、Androidリカバリ(Android recovery)モードで再起動します。
アプリの使用(ルートが必要)
デバイスのルートにアクセスできる場合は、Google Playストア(Google Play Store)のアプリを使用して、シングルタップでリカバリモード(recovery mode)に入ることができます。
- クイックリブートアプリ(Quick Reboot app)をダウンロードしてデバイスにインストールします。アプリを開き、必要な権限を付与して、[リカバリの再起動](Reboot Recovery)をタップします。

- すぐにリカバリモード(recovery mode)で再起動します。
Androidのリカバリモード(Recovery Mode)オプションの使用方法
Androidリカバリ(Android recovery)モードを初めて使用する場合は、各オプションの機能に気付いていない可能性があります。
ほとんどのオプションは自明であり、名前で何をするかがわかりますが、それぞれについてより多くの情報を持っているとよいでしょう。そうすれば、いつどのオプションを使用するかがわかります。
- 内部ストレージからインストール(Install from internal storage)–これにより、デバイスの内部ストレージからzipファイル(zip file)をインストールできます。これは通常、インターネット(Internet)からリカバリフラッシュ可能ファイルをダウンロードし、それをデバイスにフラッシュしたい場合に使用されます。
- ADBからインストール(Install from ADB)–このオプションを使用すると、デバイスのリカバリモードで(recovery mode)ADBツールキット(ADB toolkit)を使用できます。このオプションでADBを使用して、コンテンツを追加、変更、および削除できます。
- データとキャッシュのワイプ(Wipe data and cache)–名前が示すように、デバイスからデータをクリアしたり、ファイルをキャッシュしたりできます。3つのサブオプションがあります。
- システム設定のリセット(Reset system setting)–これにより、デバイスを工場出荷時の設定にリセットできます。
- キャッシュのワイプ(Wipe cache)–デバイスからすべてのキャッシュファイルを消去します。
- すべてを消去する(Erase everything) –(– use)デバイス上のすべてを削除する場合は、これを使用します。
- 詳細(Advanced)–これには2つのサブオプションがあります。
- fastboot(Reboot to fastboot)に再起動–デバイスをfastbootモードで再起動します。これはリカバリモード(recovery mode)と同じモードですが、 ADBとfastboot(ADB and fastboot)を使用してカスタムファイルをフラッシュできます。
- 再起動して回復(Reboot to recovery)–デバイスを回復モード(recovery mode)で再起動します。
リカバリモードで(Recovery Mode)Androidをカスタマイズするにはどうすればよいですか?
リカバリモード(recovery mode)で各オプションが何をするかを知っているだけでは、デバイスのカスタマイズにはあまり役立ちません。Androidデバイス(Android device)がカスタマイズに使用するさまざまなファイルについて学習する必要があります。
リカバリモード(recovery mode)を使用してデバイスを微調整するためにフラッシュできるファイルの種類の一部を次に示します。
カスタムROM
カスタムROMは、デバイス用にカスタマイズされたバージョンのAndroidオペレーティング(Android operating)システムです。すべてのストックアプリ(stock apps)がある場合とない場合があり、いくつかの追加機能がある場合があります。
点滅させると、デバイスで実行しているストックAndroidが置き換えられます。(Android)
カスタムリカバリ
上記でアクセスしたのは、標準のAndroidリカバリ(Android recovery)であり、より多くの機能を提供するカスタムリカバリ(custom recovery)に置き換えるオプションもあります。
最も人気のあるカスタムリカバリの2つは、ClockworkModRecoveryとTWRPRecoveryです。
カスタムカーネル
(A custom kernel is usually flashed)デバイスのCPU(CPU)をオーバークロックする場合、カスタムカーネルは通常Androidデバイスで(Android device)フラッシュされます。自分が何をしているのかがわかっている場合にのみ実行してください。そうしないと、デバイスがブリックされてしまいます。
ストックROM
ストックROMは、デバイス用のAndroidOSの(Android OS)ストックバージョンです。(stock version)これは、デバイスにプリロードされたものです。デバイスが正常に機能せず、他に修正する方法がない場合は、これを使用する必要があります。
結論
リカバリモード(recovery mode)は、Androidデバイス(Android device)の真の力を解き放つことができる強力な隠し機能です。
慣れると、デバイスのブリックとブリック解除を何度も繰り返し、最終的には他の誰も持っていない完全にカスタムのAndroidエクスペリエンスを利用できるようになります。(Android experience)
How To Boot Into & Use Recovery Mode On Android
If you have an Android device, you maу likely want to customize it to a great extent showing your creativity and making the device as truly yoυrs as possible. By default, you have lots of options to customize the device but there’s even more options if you use the recovery mode.
All Android phones ship with a mode called recovery mode that, although built for helping you recover your device when things go wrong, also helps you tweak a number of options on the phone. You can also use the recovery mode if there’s an issue with your system and you think your device could use some help.

Regardless of how you want to use the mode, here’s how you get into the mode and what you can do with each option available in there.
Reboot Your Device Into Recovery Mode
There are multiple ways to reboot an Android device into recovery mode. Each method uses a unique approach to help you get into the mode and so you should choose the one that you think works for you.
Using Key
Combinations
The easiest method is to use a dedicated key combination. Each Android device has a key combination that, when pressed, allows your device to reboot into recovery mode.
Here
are the key combinations for some of the popular Android device
manufacturers:
- Samsung: Power + Home + Volume Up
- Nexus: Power + Volume Up + Volume Down
- LG: Power + Volume Down
- HTC: Power + Volume Down
- Motorola: Power + Home
- Sony: Power + Volume Up OR Volume Down
- Pixel: Power + Volume Down
- Huawei: Power + Volume Down
- Xiaomi: Power + Volume Up
- OnePlus: Power + Volume Down
Remember that your device must be turned off when you use these key combinations.
Using ADB
ADB has a number of commands to perform various actions on your Android device and one of these commands lets you reboot into recovery mode.
Provided you have the ADB toolkit set up on your machine, the following is what you need to do to enter recovery mode.
- Head to Settings > Developer options on your Android device and enable the USB debugging option.

- Plug in your device to your computer and launch a Command Prompt or Terminal window in the ADB folder. Type in the following command and press Enter.
./adb devices (for Mac)
adb devices (for Windows)

- You’ll see your device in the list. Next up, type in the following command and press Enter.
./adb boot recovery (for Mac)
adb boot recovery (for Windows)

Your device will immediately turn off and reboot into the Android recovery mode.
Using An App (Root Required)
If
you have access to the root on your device, you can use an app from
the Google Play Store and get into the recovery mode in a single tap.
- Download and install the Quick Reboot app on your device. Open the app, grant the required permissions, and tap on Reboot Recovery.

- You’ll quickly reboot into the recovery mode.
How To Use Android’s Recovery Mode Options
If you’re using the Android recovery mode for the first time, you may not be aware of the functionality of each option.
Although most options are self-explanatory and you’ll know what they do by their names, it’s good to have more information about each of them. That way you’ll know when to use what option.
- Install from internal storage – this allows you to install a zip file from the internal storage of your device. It’s usually used when you have downloaded a recovery flashable file from the Internet and you wish to flash it on your device.
- Install from ADB – this option lets you use the ADB toolkit in the recovery mode on your device. You can add, modify, and remove stuff using ADB with this option.
- Wipe data and cache – as the name implies, it lets you clear data as well as cache files from your device. It has three sub-options:
- Reset system setting – this lets you reset your device to the factory settings.
- Wipe cache – it erases all the cache files from your device.
- Erase everything – use this if you’d like to delete everything on your device.
- Advanced – this has two sub-options in it:
- Reboot to fastboot – it reboots the device into fastboot mode. It’s a mode just like recovery mode but allows you to flash custom files using ADB and fastboot.
- Reboot to recovery – it reboots your device into the recovery mode.
How Can You Customize Android With Recovery Mode?
Just knowing what each option does in recovery mode won’t help much with customizing your device. You’re going to need to learn about various files that your Android device uses for customization.
Here are some of the file types you can flash using the recovery mode to tweak your device:
Custom ROMs
A custom ROM is a customized version of the Android operating system for your device. It may or may not have all the stock apps, may have some extra features, and so on.
Flashing it replaces the stock Android you are running on your device.
Custom Recovery
What you accessed above was the stock Android recovery and you also have the option to replace it with a custom recovery that brings more features with it.
Two of the most popular custom recoveries are ClockworkMod Recovery and TWRP Recovery.
Custom Kernels
A custom kernel is usually flashed on an Android device when you want to overclock your device’s CPU. Only do it if you know what you’re doing or you’ll end-up bricking your device.
Stock ROMs
A
stock ROM is the stock version of the Android OS for your device.
It’s the one that your device came preloaded with. You should use
this if your device goes haywire and you have no other way to fix it.
Conclusion
The recovery mode is a powerful hidden feature that lets you unleash the true power of your Android device.
Once you’ve got used to it, you’ll find yourself bricking and unbricking the device again and again, and eventually having a completely custom Android experience that no one else has.