Download recovery.img from phone


Georgio

Members
Mar 6, 2017
8
15
Now I have XIAOMI MI 9 6G/64GB
I got MI5s when I first installed the xiaomiEU software I had instructions on how to download the stock file recovery.img from the phone.
I can't find the instructions to apply them again.
I want to download my file from the phone recovery.img before installing on TWRP and xiaomi.eu-rom.
I downloaded a stable version of the stock version from c.mi.com after i unzip it there is no file in it recovery.img only have boot.img which is different.
I unlocked the phone, but dare not install TWRP before downloading it from my phone recovery.img

I hope for specific guidance, not meaningless comments.
Thank you all.
 
Now I have XIAOMI MI 9 6G/64GB
I got MI5s when I first installed the xiaomiEU software I had instructions on how to download the stock file recovery.img from the phone.
I can't find the instructions to apply them again.
I want to download my file from the phone recovery.img before installing on TWRP and xiaomi.eu-rom.
I downloaded a stable version of the stock version from c.mi.com after i unzip it there is no file in it recovery.img only have boot.img which is different.
I unlocked the phone, but dare not install TWRP before downloading it from my phone recovery.img

I hope for specific guidance, not meaningless comments.
Thank you all.
Recovery.img is only available in a fastboot rom for your phone model.
You can also de-compile the stock but you need tools do that. lol...
 
On my old phone Mi 5S
I remember moving the existing recovery.img with the command "dd" with adb. on SDCARD.
I'm sure this one, too, I just don't remember the exact syntax, and I'm not an expert.
I downloaded one fastboot rom but I do not find it recovery.img
 
By ADB

Finally, Recovery and Persist images can be also disk-dumped from ADB:
Code:
adb shell
su
dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/recovery.img
dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/persist.img
 
I found also it in Fastboot rom "★ Xiaomi Mi 9 Latest Europe Stable Version Fastboot File Download "
Thanks