如果您打算在您的Android 设备上安装任何类型的(Android device)自定义 ROM 或自定义内核(custom ROMs or custom kernels),您将需要自定义恢复来执行此操作。像ClockworkMod 恢复(ClockworkMod recovery)这样的自定义恢复可以帮助您在设备上刷新各种自定义文件。
恢复首先需要在您的设备上刷新,然后才能使用它。您需要遵循某些步骤才能将设备上的库存恢复替换为(stock recovery)自定义的(custom one)。本指南告诉您如何在您的Android 设备上安装和使用(Android device)ClockworkMod 自定义(ClockworkMod custom)恢复。
什么是 ClockworkMod 恢复?(What Is ClockworkMod Recovery?)
ClockworkMod Recovery是为(ClockworkMod Recovery)Android设备制作的首批恢复功能之一。这是一种自定义恢复,安装后会替换库存恢复(stock recovery),并为您提供比库存(stock one)更多的功能。
该恢复适用于许多基于Android的设备。
它是由Koush开发的,他也恰好是一些适用于Android设备的流行应用程序的开发者。
如何在 Android 上闪存 ClockworkMod 恢复?(How To Flash ClockworkMod Recovery On Android?)
实际上有多种方法可以在您的Android 手机或平板电脑上刷新(Android phone or tablet)ClockworkMod 恢复(ClockworkMod recovery)。根据您植根设备的方式或您将如何操作,您可以使用适当的方法在手机上安装恢复。
您可以使用应用程序或使用Fastboot 实用程序(Fastboot utility)来刷新恢复。
使用 ROM 管理器安装恢复(Use ROM Manager To Install The Recovery)
在您的设备上安装ClockworkMod 恢复(ClockworkMod recovery)的最简单方法是使用开发人员自己的ROM 管理器应用程序(ROM Manager app)。该应用程序的主要目的是帮助您轻松地在您的设备上安装恢复,它做得很好。
您可以从Play 商店(Play Store)中获取该应用程序,并使用它来用CWM替换您的库存恢复(stock recovery)。
- 在您的Android 设备(Android device)上打开Google Play 商店(Google Play Store),搜索ROM Manager并安装它。
- 启动应用程序并在主界面上点击Flash ClockworkMod Recovery 。
- 系统会要求您从列表中选择您的手机型号。(phone model)这样做,然后点击Flash ClockworkMod Recovery开始在您的设备上安装恢复。
使用 Fastboot 闪存恢复(Use Fastboot To Flash The Recovery)
与TWRP 恢复(TWRP recovery)不同,ClockworkMod 恢复(ClockworkMod recovery)通常只能使用ROM 管理器应用程序(ROM Manager app)进行刷新。第二种常见的安装方法(installation method)是为三星(Samsung)设备使用Odin 。
但是,如果您的手机支持Fastboot(大多数手机都支持),您可以使用它将CWM 刷(CWM)入手机的恢复插槽(recovery slot)。这可以通过使用Fastboot 实用程序(Fastboot utility)发出一些命令来完成。
- 从Settings > Developer options在您的设备上启用USB 调试(USB debugging)选项。
- 下载Fastboot并将其内容解压缩到计算机上的文件夹中。
- 前往XDA 论坛(XDA Forums),找到适合您特定手机型号(phone model)的论坛,查找适用于您设备的ClockworkMod 恢复,然后将(ClockworkMod recovery)IMG 版本(IMG version)下载到计算机上的Fastboot文件夹。
- (Plug-in)使用兼容的电缆将手机插入计算机。
- 打开Fastboot文件夹,按住Shift,右键单击任意空白处,然后选择Open command window here。
- 输入以下命令以重新启动进入快速启动模式。
adb 重启引导加载程序(adb reboot bootloader)
- 键入以下命令以在手机上刷新恢复。确保(Make)将cwm.img替换为您下载的恢复的实际名称。
fastboot flash recovery cwm.img
- 当恢复闪烁时,运行以下命令重新启动您的设备。
快速启动重启(fastboot reboot)
如何重启进入 ClockworkMod 恢复模式?(How To Reboot Into The ClockworkMod Recovery Mode?)
要重新启动到新安装的ClockworkMod 恢复(ClockworkMod recovery)模式,您可以使用ROM Manager 应用程序(ROM Manager app)或使用ADB 实用程序(ADB utility)进入恢复。
使用 ROM 管理器快速重启进入恢复(Use ROM Manager To Quickly Reboot Into The Recovery)
使用ROM 管理器应用程序(ROM Manager app)重新启动到CWM 恢复(CWM recovery)模式比任何其他方法更容易和更快。
- 在您的设备上启动ROM 管理器(ROM Manager)应用程序。
- 点击重新启动进入恢复(Reboot into Recovery)选项以重新启动手机上的ClockworkMod 恢复模式。(ClockworkMod recovery)
使用 ADB 重启进入 ClockworkMod 恢复模式(Use ADB To Reboot Into The ClockworkMod Recovery Mode)
ADB是进入ClockworkMod 恢复(ClockworkMod recovery)模式的一种相对复杂的方法,但是无论您使用什么Android 设备(Android device),步骤都保持不变。
- 打开Fastboot文件夹,按住Shift,右键单击空白处,然后选择Open command window here。
- 运行以下命令,您将处于CWM 恢复(CWM recovery)模式。
adb 重启恢复(adb reboot recovery)
如何使用 ClockworkMod 恢复?(How To Use ClockworkMod Recovery?)
在设备上进入恢复模式(recovery mode)后,您将看到几个可供选择的选项。您可以使用您喜欢的任何选项,并且每个选项都有自己的功能。
现在重启系统(Reboot system now)
当您在恢复模式下(recovery mode)完成任务并希望将设备重新启动到正常模式时,您将需要使用此选项。此选项将为您完成。
从 SD 卡安装 zip(Install zip from SD card)
这应该可以让您在设备上安装自定义内核、自定义ROM(ROMs)和各种其他自定义开发(custom development)文件。任何需要从恢复中安装的东西都可以使用此选项进行安装。
Wipe data/factory reset
如果您的设备上的默认出厂重置(default factory reset)选项(t work)不适合您,您可以使用此选项直接擦除所有数据并将手机从恢复模式恢复(recovery mode)出厂设置。
擦除缓存分区(Wipe cache partition)
顾名思义,它可以让您擦除设备上的缓存文件(erase the cache files)。
备份还原(Backup and restore)
备份选项(backup option)可让您创建Android 手机或平板电脑(Android phone or tablet)的全面备份。您需要在安装自定义ROM之前执行此操作。
恢复选项(restore option)可让您恢复您的ClockworkMod恢复(ClockworkMod recovery) 模式备份(mode backup),它通常在刷机过程(procedure didn)未按计划进行并且您需要恢复到工作条件时使用。
How To Use ClockworkMod Recovery On Android
If you’re planning to instаll аny kind of custom ROMs or custоm kernels on your Android devicе, yoυ’rе going to need a custom recovery to do it. A custom recovery like СlockworkMod recovery can help you flash various custom files on your device.
The recovery first needs to be flashed on your device before you can use it. There are certain steps you need to follow to replace the stock recovery on your device with a custom one. This guide tells you how to install and use the ClockworkMod custom recovery on your Android device.
What Is ClockworkMod Recovery?
ClockworkMod Recovery is one of the first few recoveries made for Android devices. It’s a custom recovery that when installed, replaces the stock recovery and provides you with more features than what the stock one did.
The recovery is available for a number of Android based devices.
It’s been developed by Koush who also happens to be the developer of some of the popular apps for Android devices.
How To Flash ClockworkMod Recovery On Android?
There are actually multiple ways to flash the ClockworkMod recovery on your Android phone or tablet. Depending on how you’ve rooted your device or how you’re going to do it, you can use an appropriate method to install the recovery on your phone.
You can flash the recovery either using an app or using the Fastboot utility.
Use ROM Manager To Install The Recovery
The easiest way to install ClockworkMod recovery on your device is to use the developer’s very own ROM Manager app. The main purpose of the app is to help you easily install the recovery on your device and it does it very well.
You can grab the app off of the Play Store and use it to replace your stock recovery with CWM.
- Open the Google Play Store on your Android device, search for ROM Manager, and install it.
- Launch the app and tap on Flash ClockworkMod Recovery on the main interface.
- You’ll be asked to choose your phone model from the list. Do so and then tap on Flash ClockworkMod Recovery to begin installing the recovery on your device.
- The app will let you know when the recovery is installed.
Use Fastboot To Flash The Recovery
Unlike TWRP recovery, ClockworkMod recovery is usually only flashed using the ROM Manager app. The second common installation method is to use Odin for Samsung devices.
However, if your phone supports Fastboot (which most phones do), you can use it to flash the CWM into the recovery slot on your phone. This can be done by issuing a few commands using the Fastboot utility.
- Enable the USB debugging option on your device from Settings > Developer options.
- Download Fastboot and extract its contents to a folder on your computer.
- Head over to XDA Forums, find the forum for your specific phone model, look for the available ClockworkMod recovery for your device, and download the IMG version to the Fastboot folder on your computer.
- Plug-in your phone to your computer using a compatible cable.
- Open the Fastboot folder, hold down Shift, right-click on any blank space, and select Open command window here.
- Enter in the following command to reboot into the fastboot mode.
adb reboot bootloader
- Type in the following command to flash the recovery on your phone. Make sure to replace cwm.img with the actual name of the recovery you’ve downloaded.
fastboot flash recovery cwm.img
- When the recovery is flashed, run the following command to reboot your device.
fastboot reboot
How To Reboot Into The ClockworkMod Recovery Mode?
To reboot into the newly installed ClockworkMod recovery mode, you can either use the ROM Manager app or use the ADB utility to get into the recovery.
Use ROM Manager To Quickly Reboot Into The Recovery
Using the ROM Manager app to reboot into the CWM recovery mode is easier and faster than any other methods.
- Launch the ROM Manager app on your device.
- Tap on the Reboot into Recovery option to reboot into the ClockworkMod recovery mode on your phone.
- The app will close and recovery will boot-up.
Use ADB To Reboot Into The ClockworkMod Recovery Mode
ADB is a relatively complex method to enter the ClockworkMod recovery mode but the steps remain the same no matter what Android device you have.
- Open the Fastboot folder, hold down Shift, right-click anywhere blank, and choose Open command window here.
- Run the following command and you’ll be in CWM recovery mode.
adb reboot recovery
How To Use ClockworkMod Recovery?
Once you enter the recovery mode on your device, you’ll be presented with several options to choose from. You can play around with any options you like and each of these has its own capabilities.
Reboot system now
You’ll want to use this option when you’ve finished your tasks in the recovery mode and you want to reboot your device into the normal mode. This option will do it for you.
Install zip from SD card
This should let you install custom kernels, custom ROMs, and various other custom development files on your device. Anything that requires installation from recovery can be installed using this option.
Wipe data/factory reset
If the default factory reset options don’t work for you on your device, you can use this option to directly wipe off all the data and factory reset your phone from the recovery mode.
Wipe cache partition
As the name suggests, it lets you erase the cache files on your device.
Backup and restore
The backup option lets you create a comprehensive backup of your Android phone or tablet. You’ll want to do it before you install a custom ROM.
The restore option lets you restore your ClockworkMod recovery mode backup, and it’s usually used when a flashing procedure didn’t go as planned and you need to revert back to the working conditions.