How To Guide Proper installation of Pixel Experience recovery

Search This thread
May 29, 2023
5
2
Redmi Note 11
I am not responsible for any mishaps you may do on your device!
Prerequisites​
  1. Unlocked bootloader (Obviously đŸ˜›)
  2. Must've installed android_sdk/platform-tools, if not download and install it here, afterwards extract it to somewhere easily accessible
  3. The recovery itself, to which you may download it here officially, and place it inside to where the android_sdk/platform-tools where extracted
  4. A personal computer đŸ˜˜
Steps
  1. Reboot to fastboot and plug your USB cable to your PC
  2. On your PC launch command prompt to where the extracted android_sdk/platform-tools are
  3. 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.
  4. Flash the respective recovery image using fastboot flash boot <recovery_filename>.img (replace <recovery_filename> with the actual filename!)
  5. After installation verify if recovery is installed by rebooting to recovery using fastboot reboot recovery
  6. You are done, congratulations! đŸ¥³
 
Last edited:
  • Like
Reactions: NeoPreacher

mierdaseca

Senior Member
Jun 25, 2012
128
5
After flashing the recovery, i get:

Code:
fastboot reboot recovery
fastboot: usage: unknown reboot target recovery
 

JesusSavesBro

New member
Jun 15, 2023
1
0
Does this work for Redmi note 11?
I'm having issues on my recovery mode, my touch is not responding (TWRP installed), but works in normal boot with some problems (this happened after I changed my screen)
So can this recovery install custom roms and also work with the volume buttons?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I am not responsible for any mishaps you may do on your device!
    Prerequisites​
    1. Unlocked bootloader (Obviously đŸ˜›)
    2. Must've installed android_sdk/platform-tools, if not download and install it here, afterwards extract it to somewhere easily accessible
    3. The recovery itself, to which you may download it here officially, and place it inside to where the android_sdk/platform-tools where extracted
    4. A personal computer đŸ˜˜
    Steps
    1. Reboot to fastboot and plug your USB cable to your PC
    2. On your PC launch command prompt to where the extracted android_sdk/platform-tools are
    3. 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.
    4. Flash the respective recovery image using fastboot flash boot <recovery_filename>.img (replace <recovery_filename> with the actual filename!)
    5. After installation verify if recovery is installed by rebooting to recovery using fastboot reboot recovery
    6. You are done, congratulations! đŸ¥³