POCO X3 PRO - TWRP + ROM. HELP


Bobo360

Members
Jul 12, 2021
2
15
Hello everyone, before proceeding to flash the rom, I wanted to ask you for confirmations.
to install TWRP on my POCO X3 pro global. first i locked the bootloader.
Then I'll have to install the TWRP from fastboot:
the comenda is this?
fastboot flash recovery twrp.img

while this command what is it for?
fastboot boot twrp.img

once I start twrp I mount the rom .zip
"xiaomi.eu_multi_POCOX3Pro_V12.5.2.0.RJUMIXM_v12-11.zip"
and then I install from recovery?

is there anything else i need to do?
The TWRP to install is this:
twrp-3.5.2_10-0-vayu-Nebrassy.img

To check that I have all the USB drivers installed adb etc .. what should I do?
Thank you
 
  • Like
Reactions: whovian
Hello everyone, before proceeding to flash the rom, I wanted to ask you for confirmations.
to install TWRP on my POCO X3 pro global. first i locked the bootloader.
Then I'll have to install the TWRP from fastboot:
the comenda is this?
fastboot flash recovery twrp.img

while this command what is it for?
fastboot boot twrp.img

once I start twrp I mount the rom .zip
"xiaomi.eu_multi_POCOX3Pro_V12.5.2.0.RJUMIXM_v12-11.zip"
and then I install from recovery?

is there anything else i need to do?
The TWRP to install is this:
twrp-3.5.2_10-0-vayu-Nebrassy.img

To check that I have all the USB drivers installed adb etc .. what should I do?
Thank you
use fastboot boot twrp.img
that's better, once in TWRP install your rom.
reboot that's all. And TWRP stay installed for next update. (Thanks EU Dev)
 
Hello everyone, before proceeding to flash the rom, I wanted to ask you for confirmations.
to install TWRP on my POCO X3 pro global. first i locked the bootloader.
Then I'll have to install the TWRP from fastboot:
the comenda is this?
fastboot flash recovery twrp.img

while this command what is it for?
fastboot boot twrp.img

once I start twrp I mount the rom .zip
"xiaomi.eu_multi_POCOX3Pro_V12.5.2.0.RJUMIXM_v12-11.zip"
and then I install from recovery?

is there anything else i need to do?
The TWRP to install is this:
twrp-3.5.2_10-0-vayu-Nebrassy.img

To check that I have all the USB drivers installed adb etc .. what should I do?
Thank you
Greetings! I'm getting the impression that English isn't your native language, so I'll try to be as comprehensive as possible.

A pretty safe way to ensure you have the USB/ADB drivers installed is to power on your device on Fastboot mode (Power and Volume Up on startup), then connect it to your PC using the original cable into a USB 2.0 port on your computer (USB 3.0/3.1 is known to cause some issues regarding reading data) and then issue the following command into CMD under the path of the folder where you have the adb.exe file:

fastboot devices

If the command returns the ID of the device in this format:

897hshdjdj98 fastboot

then it's highly unlikely that you would have any issues regarding driver installation.

Additionally, AFAIK all the currently available recoveries for "vayu" are incapable of reading the /data partition of the device, and some versions are also incapable of accepting adb sideload or push commands so you must copy the ROM .zip file into an SD card and flash it from there as the recovery would treat your internal storage as empty regardless if you completely wipe or format the /data partition before flashing a new ROM.

Hope my post would be useful for you.

Best regards!