[RECOVERY][3.4.0-15][surya]TWRP Xiaomi Poco X3

mauronofrio

Recognized Developer
Jun 29, 2012
4,356
13,319
263
24
Castellana Grotte
toolaio.tk
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Code:
#include <std_disclaimer.h>
/*
 *
 * We are not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at us for messing up your device, we will laugh at you.
 *
 */
Features:
- Decryption works
- Otg works
- Flash Rom works
- F2FS support
- Fastboot boot command support

Not working:
- Fastbootd
- Adb sideload
- Backup restore and image flash (system-vendor-product)
- Android 11 fully support
- Touch works

Download:
TWRP 3.4.0-15 Unofficial by mauronofrio

TWRP 3.4.0-14 Unofficial by mauronofrio
TWRP 3.4.0-12 Unofficial by mauronofrio


To Flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
or
Code:
fastboot oem reboot-recovery
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.

Reccomended ADB and Fastboot binaries:

Adb and Fastboot Installer


Source code:
https://github.com/Teamwin/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_surya

My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio

Donations:



Credits:
- Thanks to @bigbiff and @Captain_Throwback for the hard work on this android 10 TWRP
Thanks to all testers on the Telegram Group

Created 2020-09-23
 
Last edited:
  • Like
Reactions: Kemal

Phoenix_Alx

Member
Feb 28, 2016
8
0
0
Hi
I have a little problem...

I have done:

fastboot flash recovery twrp-3.4.0-12-surya-mauronofrio.img

and fastboot says:

Sending 'recovery' (131072 KB) FAILED (remote: 'Requested download size is more than max allowed
')
Finished. Total time: 0.004s


How could I fix?
 

LUNARIO

Senior Member
Nov 5, 2011
337
72
48
Thank you, one more question though, once we have twrp ready does it also mean we have possibility to root device as well?
Yes it it will be possible to Root

---------- Post added at 11:55 AM ---------- Previous post was at 11:31 AM ----------

Hi
I have a little problem...

I have done:

fastboot flash recovery twrp-3.4.0-12-surya-mauronofrio.img

and fastboot says:

Sending 'recovery' (131072 KB) FAILED (remote: 'Requested download size is more than max allowed
')
Finished. Total time: 0.004s


How could I fix?

Fastboot by default wont work with USB 3 ports. Connect to USB 2 or you need to install Windows 7 drivers
 

Phoenix_Alx

Member
Feb 28, 2016
8
0
0
Yes it it will be possible to Root

---------- Post added at 11:55 AM ---------- Previous post was at 11:31 AM ----------




Fastboot by default wont work with USB 3 ports. Connect to USB 2 or you need to install Windows 7 drivers
upps sorry I didn't say. It is connected in USB2 and linux.

Anyway. After of many reboots in bootloader I have flash recovery but...

now, whe phone enter in twrp doesn't working touch in screen and show a screen with the title: mount and it ask a password.

very strange
 

Phoenix_Alx

Member
Feb 28, 2016
8
0
0
upps sorry I didn't say. It is connected in USB2 and linux.

Anyway. After of many reboots in bootloader I have flash recovery but...

now, whe phone enter in twrp doesn't working touch in screen and show a screen with the title: mount and it ask a password.

very strange
O, fixed.
I have flashed the rom from xiaomi.eu https://forum.xda-developers.com/xiaomi-poco-x3-nfc/how-to/rom-xiaomi-eu-rom-poco-x3-nfc-t4165247
and boot with its boot.img. Miui has started fine and then I have restarted in recovery mode. it's working fine now
 

piranime

Senior Member
Nov 6, 2012
93
14
8
upps sorry I didn't say. It is connected in USB2 and linux.

Anyway. After of many reboots in bootloader I have flash recovery but...

now, whe phone enter in twrp doesn't working touch in screen and show a screen with the title: mount and it ask a password.

very strange
Are you in stock or xiaomi.eu?
 
Last edited:
J

joeleschmoh

Guest
upps sorry I didn't say. It is connected in USB2 and linux.

Anyway. After of many reboots in bootloader I have flash recovery but...

now, whe phone enter in twrp doesn't working touch in screen and show a screen with the title: mount and it ask a password.

very strange
I've managed the same, I guess it's because I forgot to remove any fingerprint / password before flashing :(
So now phone always boots into twrp and is stuck at the Mount / Decrypt Data screen where it's asking for a password

I've downloaded stock ROM xxx://bigota.d.miui.com/V12.0.2.0.QJGEUXM/miui_SURYAEEAGlobal_V12.0.2.0.QJGEUXM_c68aede605_10.0.zip and am wondering how to get working system back

Would this be the correct steps?
1) extract boot.img from the ROM
2) flashing the boot.img through command fastboot flash boot boot.img

Any other step necessary to get my phone to boot back to stock?

Thanks for your help