I am not responsible for any mishaps you may do on your device!
Prerequisites
Prerequisites
- Unlocked bootloader (Obviously
)
- Must've installed android_sdk/platform-tools, if not download and install it here, afterwards extract it to somewhere easily accessible
- The recovery itself, to which you may download it here officially, and place it inside to where the android_sdk/platform-tools where extracted
- A personal computer
- Reboot to fastboot and plug your USB cable to your PC
- On your PC launch command prompt to where the extracted android_sdk/platform-tools are
- Verify if your PC detects your device by inserting
fastboot devices
if your device is not detected you may need to install specific driver for your device. - Flash the respective recovery image using
fastboot flash boot <recovery_filename>.img
(replace <recovery_filename> with the actual filename!) - After installation verify if recovery is installed by rebooting to recovery using
fastboot reboot recovery
- You are done, congratulations!
Last edited: