There are a lot of things you can do with Android devices, thanks to the variety of customizations that developers are cooking up and the apps emerging on the Google Play Store. However, a custom recovery such as TWRP Recovery is a must-have tool if you want to enjoy all of these customizations on your phone. With this tool, you can enjoy hassle free and quick installations.
XDA Developer arrrghhh managed to put together TWRP Recovery for the Motorola Photon Q 4G LTE XT897. The essential recovery features are up and running, though the port is still not a hundred percent perfect since the USB Mass Storage is not working, the clock is off, and the physical keyboard can’t be used to type while in recovery mode. Still, it’s already workable and can be used to install customizations on your phone. If you are thinking of giving it a try, just follow the our step-by-step tutorial below.
This guide shows you how to flash TWRP Recovery for the Photon Q 4G LTE XT897.
Warning
- The instructions in this guide are intended for use with the Motorola Photon Q 4G LTE, model number XT897. Applying these instructions on another device or model may produce undesired outcomes.
- The information in this guide is provided for instructional and educational purposes only. There is no guarantee that these instructions will work under your specific and unique circumstances.
- Use these instructions at your own risk. We shall not hold any responsibility or liability for whatever happens to you or your device arising from your use of the info in this guide.
- Read and understand the whole guide first before actually performing the instructions.
Requirements
- A rooted Motorola Photon Q 4G LTE XT897 with an unlocked bootloader.
- For help with rooting, see our guide on how to root the Photon Q and flash ClockworkMod Recovery.
- You can unlock your phone’s bootloader via Motorola’s official support site.
- The following are only required if you wish to install via Fastboot:
- You should have Android SDK installed on your PC.
- Check out our guide on how to install the Android SDK (Software Development Kit.
- Download Motorola Drivers for Windows (MotorolaDeviceManager_2.3.4.exe, 31.5 MB).
- Enable USB Debugging on your phone. Go to Setting > Developer Options and tick the USB debugging option.
- You should have Android SDK installed on your PC.
- Download TWRP Recovery (openrecovery-twrp-2.4.0.0-asanti_c.img, md5sum: abebd6f5ab21e7f269a591443b94f64d)
- Make sure your device’s battery still has at least 70% power. You don’t want the device to shut down in the middle of the procedure.
- Backup
all personal data on your phone to make sure you have a copy of your
personal data (e.g., contacts, SMS, MMS, Internet settings, Wi-Fi
passwords, and the like) in case the procedure in this guide erases such
data.
- For backup tips, check our guides on how to sync your data to the cloud and how to create local backups of your mobile data.
Instructions
Installing via GooManager
- Install GooManager on your Photon Q 4G LTE.
- Open GooManager on your phone.
- Go to Menu (tap the icon beside the Search button) and select Install OpenRecoveryScript from the list.
- Confirm Recovery Install by selecting Yes.
- Grant root access to the app, if prompted.
- Wait until the installation is done.
Installing via Fastboot
- Save the TWRP Recovery image to your computer’s C:\ drive.
- Connect your phone to your computer via a USB cable.
- Open
a command prompt on your computer. You can do this by pressing the
Windows button and pressing R to launch the Run dialog. Type
cmd
in the dialog box. - Change
the working directory of the command window to the location where you
saved the TWRP Recovery image. In the command prompt, enter the location
of the file in this format “
cd c:\location of file
”- For example,
cd c:\android
.
- For example,
- Put your phone in Fastboot Mode by entering
adb reboot bootloader
at the command prompt. - Enter
fastboot flash recovery openrecovery-twrp-2.4.0.0-asanti_c.img
at the command prompt to install TWRP Recovery. - Once installed, unplug your phone and reboot.
- To boot into TWRP Recovery, do the following:
- Turn off your phone.
- Hold the Volume Up and Power buttons together then release the Power button.
- When the display turns on release the Volume Up button. You should now be in TWRP Recovery.