TWRPは、Androidベースの携帯電話やタブレットにいくつかの機能をもたらすカスタムリカバリです。(custom recovery)このリカバリはストックリカバリに置き換わるものであり、カスタムROM(ROMs)やカスタムカーネルなど、さまざまなカスタムアイテムをデバイスにインストールできます。
デバイスにTWRPリカバリ(install TWRP recovery)をインストールするには、デバイスに適切な方法を使用する必要があります。お使いの携帯電話またはタブレットでTWRPリカバリ(TWRP Recovery)を取得するいくつかの方法があります。
TWRPリカバリをインストールする(Why Install TWRP Recovery)理由
在庫回復からTWRPに切り替える理由はたくさんあります。
最も一般的な理由は、デバイスにカスタムファームウェアをインストールすることをお勧めします。ほとんどの場合、在庫回復ではカスタムアイテムをフラッシュできません。ただし、 TWRPを使用すると、 (TWRP)Androidデバイス上のほとんどすべてのカスタムアイテムをフラッシュできます。
TWRPは、在庫の回復と比較して、機能の点ではるかに優れています。デバイスのこのカスタムリカバリを使用すると、より優れたバックアップおよび復元機能を利用できます。
アプリを使用してTWRPリカバリをインストールする方法(ルートが必要)(How to Install TWRP Recovery Using an App (Root Required))
Androidデバイスがルート(your Android device is rooted)化されている場合、 TWRPリカバリをインストールする最も簡単な方法は、リカバリの公式アプリを使用することです。このアプリは、特定のデバイスモデルのリカバリイメージをダウンロードするのに役立ちます。その後、同じアプリを使用して、デバイスでそのイメージをフラッシュできます。
カスタムリカバリをインストールするには、電話のブートローダーのロックを解除する必要があります。デバイスメーカーのWebサイトには、これを行うための正確な手順が記載されています。
ルートアクセスとブートローダーを並べ替えたら、次の手順に従ってTWRPをインストールします。
- デバイスでGooglePlayストアを開き、(Google Play Store)公式TWRPアプリ(Official TWRP App)をダウンロードしてインストールします。
- 新しくインストールしたアプリを起動します。
- (Agree)TWRPの利用規約に同意し、[OK]をタップします(OK)。
- 次の画面でTWRPフラッシュ(TWRP Flash)をタップします。
- [デバイス(Select Device)の選択]をタップして、リストから特定のAndroidデバイスを選択します。
- これで、デバイスのリカバリイメージが表示されます。リカバリの最新バージョンを選択します。
- アプリは携帯電話のウェブブラウザを開き、TWRPサイトに移動します。ここで、 TWRPの(TWRP).imgファイルのダウンロードリンクをタップして、リカバリをデバイスに保存します。
- リカバリがダウンロードされたら、TWRPアプリに戻ります。
- アプリでフラッシュするファイルを選択を(Select a file to flash)タップします。
- ダウンロードしたリカバリイメージを選択してフラッシュします。
- Flash to Recoveryを(Flash to Recovery)選択し、次にOkayを選択します。
アプリはデバイスにTWRPリカバリをインストールする必要があります(recovery on your device)。
AndroidにTWRPリカバリを手動でインストールする方法(ルートは必要ありません)(How to Manually Install TWRP Recovery on Android (No Root Required))
Androidデバイスがルート化されていない場合でも、fastbootメソッドを使用してデバイスでTWRPリカバリをフラッシュできます。(TWRP)このメソッドは、デバイスのリカバリパーティションのリカバリを直接フラッシュします。
(Make)デバイスのブートローダーのロックを解除したことを確認してください。次に、次の手順に従って、デバイスでTWRPをフラッシュします。
- コンピューターでWebブラウザーを起動し、TWRPリカバリ(TWRP recovery)サイトにアクセスします。
- サイトで、上部にある[デバイス(Devices)]を選択し、デバイスを選択して、最新のリカバリイメージ(.img)をコンピューターのデスクトップにダウンロードします。
- Androidデバイスで、[設定](Settings) > [端末情報]に移動し、[(About phone)ビルド番号(Build number)]を約7回タップします。「あなたは開発者(You’re now a developer)になりました」というメッセージが表示されます。
- 繰り返しになりますが、お使いの携帯電話で、[設定](Settings) >[システム(System)] >[開発者向けオプション]に移動し、 (Developer Options)USBデバッグ(USB debugging)を有効にします。
- USBケーブルを使用してデバイスをコンピューターに接続します。
- コンピューターにADBツールキット(ADB toolkit)をダウンロードして解凍します。ダウンロードしたリカバリイメージ(.img)ファイルをこの抽出されたADBフォルダーに移動します。
- コマンドプロンプト(Command Prompt)を開き、次のコマンドを入力してPATHを(PATH)ADBフォルダーへのフルパスに置き換え、 Enterキー(Enter)を押します。
cdパス(cd PATH)
- コマンドプロンプト(Command Prompt)ウィンドウに次のように入力し、 Enterキー(Enter)を押します。これにより、デバイスがブートローダーモードで再起動します。
adbrebootブートローダー(adb reboot bootloader)
- デバイスがブートローダーモードになったら、[コマンドプロンプト]ウィンドウに次のコマンドを入力し、 (Command Prompt)Enterキー(Enter)を押します。twrp.imgを、ダウンロードしたリカバリイメージの実際の名前に置き換えてください。
fastbootフラッシュリカバリtwrp.img(fastboot flash recovery twrp.img)
- それはあなたのデバイスのTWRP(TWRP)リカバリをフラッシュします。リカバリがフラッシュされたら、次のコマンドを実行してリカバリを起動します。これを行うと、携帯電話のROMがカスタムリカバリをストックのもので上書きするのを防ぐことができます。
fastboot boot twrp.img
- これで、 Android(Android)デバイスはTWRPリカバリモードになっているはずです。(TWRP)
サムスンのデバイスにTWRPリカバリをインストールする方法(How to Install TWRP Recovery on Samsung Devices)
Samsung Androidデバイスを使用している場合、 Samsungデバイスはfastbootモードを使用しないため、上記の方法は機能しません。Samsungの携帯電話またはタブレットで(Samsung phone or tablet)TWRPリカバリをフラッシュするには、代わりにダウンロードモードを使用します。
- コンピューターでTWRPサイトを開き、上部にある[(TWRP site)デバイス(Devices)]を選択します。
- Samsungを選択し、リストから特定のデバイスモデルを選択します。
- (Download).tarで終わるリカバリイメージをダウンロードします。デバイスでOdin(Odin)(Samsungフラッシュツール)を使用してこのファイルをフラッシュします。
- (Reboot)Samsungデバイスをダウンロードモードで再起動します。ほとんどの電話では、デバイスの電源を切り、音量小(Volume Down)+ホーム(Home)+電源(Power)ボタンを同時に押してから音量(Volume Up)大を押すと、ダウンロードモードに入ることができます。
- USBケーブルを介してSamsungデバイスをコンピューターに接続します。
- コンピューターにOdinツール(Odin tool)をダウンロードして起動します。
- Odinで、APオプションを選択し、ダウンロードしたリカバリファイルを選択します。
- [開始](Start)を選択して、デバイスへのTWRPリカバリのインストールを開始します。
- リカバリがインストールされたら、デバイスの音量(Volume Up)大+ホーム(Home)+電源(Power)キーを押してリカバリモードで起動します。
そして、それはあなたがあなたのサムスン(Samsung)デバイスに強力なカスタムリカバリを装備する方法です。
Androidで在庫回復に戻る方法(How to Go Back to the Stock Recovery on Android)
在庫回復に戻したい場合、これを行う最も簡単な方法は、携帯電話またはタブレットの在庫ROMをフラッシュする(flash the stock ROM on your phone or tablet)ことです。ただし、これを行うと、電話機が工場出荷時の設定にリセットされることに注意してください。
在庫回復を取り戻す別の方法は、デバイスの在庫回復イメージをフラッシュすることです。この画像はXDAフォーラム(XDA Forums)などのサイトで見つけてから、適切な方法を使用してデバイスで画像をフラッシュできます。
Androidデバイスで(Android)TWRPリカバリを使用すると、デバイスをカスタマイズする可能性が無限に広がります。これで、さまざまなカスタムROM(ROMs)をフラッシュし、カスタムカーネルでパフォーマンスを向上させ、数回タップするだけでデバイスの完全バックアップを作成できます。
How to Install TWRP Recovery on Android
TWRP is a custom recovery that brings several features to your Android-based phones and tablets. This recovery replaces your stock recovery and allows you to install various custom items on your device, including custom ROMs and custom kernels.
To install TWRP recovery on your device, you’ll need to use an appropriate method for your device. Here are a few ways to get TWRP Recovery on your phone or tablet.
Why Install TWRP Recovery?
There are many reasons to switch to TWRP from your stock recovery.
The most common reason is that you may want to install custom firmware on your device. The stock recovery, in most cases, doesn’t allow you to flash any custom items. With TWRP, though, you can flash pretty much any custom item on your Android device.
TWRP is far better in terms of functionalities compared with the stock recovery. You get better backup and restore functions with this custom recovery for your device.
How to Install TWRP Recovery Using an App (Root Required)
If your Android device is rooted, the easiest way to install TWRP recovery is by using the recovery’s official app. The app helps you download the recovery image for your particular device model, and you can then use the same app to flash that image on your device.
You must unlock your phone’s bootloader to install a custom recovery. The device manufacturer’s website will have the exact steps to do this.
Once you’ve sorted root-access and bootloader, follow these steps to install TWRP:
- Open Google Play Store on your device and download and install the Official TWRP App.
- Launch the newly installed app.
- Agree to TWRP’s terms and conditions and tap OK.
- Tap TWRP Flash on the following screen.
- Tap Select Device and choose your specific Android device from the list.
- You’ll now see the recovery images for your device. Select the most recent version of the recovery.
- The app will open your phone’s web browser and take you to the TWRP site. Here, tap the download link for the .img file of TWRP to save the recovery to your device.
- Once the recovery is downloaded, get back to the TWRP app.
- Tap Select a file to flash in the app.
- Select your downloaded recovery image to flash.
- Choose Flash to Recovery followed by Okay.
The app should install the TWRP recovery on your device.
How to Manually Install TWRP Recovery on Android (No Root Required)
If your Android device is not rooted, you can still flash TWRP recovery on your device by using the fastboot method. This method directly flashes the recovery on the recovery partition of your device.
Make sure you’ve unlocked your device’s bootloader. Then, follow these steps to flash TWRP on your device:
- Launch a web browser on your computer and access the TWRP recovery site.
- On the site, select Devices at the top, choose your device and download the most recent recovery image (.img) to your computer’s desktop.
- On your Android device, head into Settings > About phone and tap Build number about seven times. You’ll see a message that says, You’re now a developer.
- Again, on your phone, head into Settings > System > Developer Options and enable USB debugging.
- Connect your device to your computer using a USB cable.
- Download and extract the ADB toolkit on your computer. Move the downloaded recovery image (.img) file into this extracted ADB folder.
- Open Command Prompt, type the following command replacing PATH with the full path to the ADB folder, and press Enter.
cd PATH
- Type the following in the Command Prompt window and press Enter. This will reboot your device into bootloader mode.
adb reboot bootloader
- Once your device is in bootloader mode, type the following command in the Command Prompt window and press Enter. Make sure to replace twrp.img with the actual name of the recovery image you’ve downloaded.
fastboot flash recovery twrp.img
- That will flash the TWRP recovery on your device. When the recovery is flashed, run the following command to boot into the recovery. Doing this will prevent your phone’s ROM from overwriting the custom recovery with the stock one.
fastboot boot twrp.img
- Your Android device should now be in TWRP recovery mode.
How to Install TWRP Recovery on Samsung Devices
If you use a Samsung Android device, the above method won’t work for you as Samsung devices don’t use the fastboot mode. To flash TWRP recovery on a Samsung phone or tablet, use the download mode instead.
- On your computer, open the TWRP site and select Devices at the top.
- Select Samsung and then choose your specific device model from the list.
- Download the recovery image that ends with .tar. You’ll flash this file using Odin (Samsung flash tool) on your device.
- Reboot your Samsung device into download mode. On most phones, you can enter download mode by turning off the device, pressing Volume Down + Home + Power buttons together, and then pressing Volume Up.
- Connect your Samsung device to your computer via a USB cable.
- Download and launch the Odin tool on your computer.
- In Odin, select the AP option and choose your downloaded recovery file.
- Select Start to start installing TWRP recovery on your device.
- When recovery is installed, press Volume Up + Home + Power keys on your device to boot into recovery mode.
And that’s how you equip your Samsung device with a powerful custom recovery.
How to Go Back to the Stock Recovery on Android
If you’d like to revert to the stock recovery, the easiest way to do this is to flash the stock ROM on your phone or tablet. However, know that doing this will reset your phone to the factory settings.
Another way to get back the stock recovery is to flash the stock recovery image on your device. You can find this image on sites like XDA Forums and then use an appropriate method to flash the image on your device.
With TWRP recovery on your Android device, your possibilities of customizing your device are endless. You can now flash various custom ROMs, enjoy better performance with custom kernels, and make full backups of your device in a few easy taps.