[RECOVERY][3.5.0-0][UNOFFICIAL] TWRP Xiaomi POCO X3 [surya][karna]

Search This thread

m0han

Senior Member
Apr 30, 2012
5,454
2,559
How about posting a link to the "other forum" and to the file?
Not welcomed by xda mods. The dev has uploaded the file, anyway.

Telegram post says:
TWRP 3.7.0 12-1 FBEv2/FBEv1
For FBEv1/FBEv2 (A12-A13)

The md5 I got is 4c5d775088fff275ad879bc3b269e0fb. Somebody confirm this.
 
  • Like
Reactions: Pumpino

temporarium

Senior Member
Not welcomed by xda mods. The dev has uploaded the file, anyway.

Telegram post says:
TWRP 3.7.0 12-1 FBEv2/FBEv1
For FBEv1/FBEv2 (A12-A13)

The md5 I got is 4c5d775088fff275ad879bc3b269e0fb. Somebody confirm this.
twrp-3.7.0_12-2-surya-27.11.img

MD5: 4c5d775088fff275ad879bc3b269e0fb

SHA1: 80c97b4cf8a3c1e96141f8152d88844af7252c91

SHA256: c60ba7bab14a0029968e7345113a67b5a49cf68b6255be33287787406687c082

SHA512: 97825c892dde830ca2c00393b7471f28a53b1ece338c72f4e680273d61b54b5963456a87a5f029c4969d1986e881578b481ab035b3ea966dbe8127c0e8d10f51
 
  • Like
Reactions: m0han

PYCON

Senior Member
Nov 1, 2006
1,503
308
What about this release? 27.11 ? On the space by Brigudav ( android file host ) there's not it. It's FBEV2 or "standard" ?
 

m0han

Senior Member
Apr 30, 2012
5,454
2,559
New TWRP by @brigudav (dt. 4th Dec., md5: b108838714b44863b5fe7cc9866af614). Not uploaded here yet; just need to wait, I guess.
 

Attachments

  • Screenshot_20221204_231332.jpg
    Screenshot_20221204_231332.jpg
    117.9 KB · Views: 104

Benito Sam

New member
Jul 29, 2019
2
0
https%3A%2F%2Fi.imgur.com%2FhyYdf7R.png


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:
Code:
/*
*
* 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:
- Touch Works in all states (No matter about lockscreen there or not)
- 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)

INSTALLATION:
1. Download the TWRP image file to your PC.
2. Put your device into fastboot.
3. Type the following command to flash the recovery:-
Code:
fastboot flash recovery "name_of_recovery.img"
4. On installation of TWRP , to boot the recovery do:-
Code:
fastboot boot "name_of_recovery.img"
The device will automatically reboot into TWRP, and you will have TWRP as your permanent recovery!
5. Enjoy!

Download:
TWRP By mahajant99

Donation:
PayPal: PayPal.me/mhjn950
UPI: [email protected]



XDA:DevDB Information
TWRP, Tool/Utility for the Xiaomi Poco X3 NFC

Contributors
mahajant99
Source Code: https://github.com/mahajant99/device_xiaomi_surya_twrp


Version Information
Status:
Beta
Beta Release Date: 2020-09-26

Created 2020-09-26
Last Updated 2021-01-02
i flashed TWRP but now the OS is not opening, when i restart the device , the TWRP logo Blinks and i can go only to Fastboot mode, i tried flashing TWRP again but the problem doesnt fix, what to do ?
 

m0han

Senior Member
Apr 30, 2012
5,454
2,559
I always rename TWRP folder to TWRP.bak (not using the feature in the recovery, mind you) to prevent apps detecting its existence. And every time I do a backup I have to rename it back to TWRP; otherwise it creates the backup in a folder of its own. This used to be the case till recently (at least that's what I noticed). But now the backups are created inside TWRP.bak folder itself, which is cool since I don't have to go through the hassle of renaming the folder back and forth. I'd like to know if it is just me with this experience.

p.s.: I've been using @brigudav's TWRPs all along and I'm on the 04.12 build now.
 

Attachments

  • Screenshot_20230101_104049.jpg
    Screenshot_20230101_104049.jpg
    256.6 KB · Views: 66
  • Like
Reactions: pnin

m0han

Senior Member
Apr 30, 2012
5,454
2,559
TWRP 3.7.0 12-3 FBEv1 & FBEv2
by @brigudav

🗒Changelog:
• Changes from TWRP repo (read more here)
• Fix for Change TWRP Folder (official)
• Don't treat non-existing logical partitions (official)
• Set /data/recovery for Settings (official)
• Permanence of custom theme after changing TWRP folder (official)
• Allow disabling Flash Current TWRP option (official)
• Update fastbootd v1.1
• Add support ntfs for USB-Storage
• Optimization of the launch of the FBE version 1&2 support script
• Small changes and optimization interface

⭐Notes:
• Decryption on ROMs with FBEv1 & FBEv2 is fully working

Updated: 28/01/2023

Download from SourceForge Stable folder.
 

PYCON

Senior Member
Nov 1, 2006
1,503
308
TWRP 3.7.0 12-3 FBEv1 & FBEv2
by @brigudav

🗒Changelog:
• Changes from TWRP repo (read more here)
• Fix for Change TWRP Folder (official)
• Don't treat non-existing logical partitions (official)
• Set /data/recovery for Settings (official)
• Permanence of custom theme after changing TWRP folder (official)
• Allow disabling Flash Current TWRP option (official)
• Update fastbootd v1.1
• Add support ntfs for USB-Storage
• Optimization of the launch of the FBE version 1&2 support script
• Small changes and optimization interface

⭐Notes:
• Decryption on ROMs with FBEv1 & FBEv2 is fully working

Updated: 28/01/2023

Download from SourceForge Stable folder.
No problem so far?
 

doveman

Senior Member
Dec 14, 2012
363
29
London
TWRP 3.7.0 12-3 FBEv1 & FBEv2
by @brigudav

🗒Changelog:
• Changes from TWRP repo (read more here)
• Fix for Change TWRP Folder (official)
• Don't treat non-existing logical partitions (official)
• Set /data/recovery for Settings (official)
• Permanence of custom theme after changing TWRP folder (official)
• Allow disabling Flash Current TWRP option (official)
• Update fastbootd v1.1
• Add support ntfs for USB-Storage
• Optimization of the launch of the FBE version 1&2 support script
• Small changes and optimization interface

⭐Notes:
• Decryption on ROMs with FBEv1 & FBEv2 is fully working

Updated: 28/01/2023

Download from SourceForge Stable folder.
I couldn't decrypt with MIUI 12.5.4 but maybe this TWRP isn't meant to work with that.

I'm using twrp-3.5.2_10-7-surya.img and that works fine, and it shows a full keyboard to enter the password, whereas this new version just showed a number pad, which seems to prevent the use of alphanumeric decryption passwords.
 

zpower

Senior Member
I couldn't decrypt with MIUI 12.5.4 but maybe this TWRP isn't meant to work with that.

I'm using twrp-3.5.2_10-7-surya.img and that works fine, and it shows a full keyboard to enter the password, whereas this new version just showed a number pad, which seems to prevent the use of alphanumeric decryption passwords.
From dev:
Versions of twrp 3.6.2_ 11 -x were developed and tested for MIUI on android 11.

For MIUI13 on Android 12 and custom firmware on Android 12-12.1, TWRP 3.6.2_ 12-0 version was compiled on A12 sources with encryption support.
You do not need to install it on MIUI with Android 11 if you are not going to switch to Android 12, because. the permissions of some applications and not only get lost, which leads to a lot of errors and non-working phone functions, such as, for example, it is impossible to turn on Bluetooth...

Just use the correct one...
 
  • Like
Reactions: doveman

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Anyone try the new TWRP recovery by @brigudav?

    TWRP 3.7.0 12.0 (A11/A12/A13)
    Updated: 03/03/2023

    Changelog:
    • For some reason, many users need an official TWRP build, here you go, let them try it.
    • The first working assembly from official sources.
    Without any modifications.

    Notes:
    • Decryption on ROMs with FBEv2 not working.
    1
    ... I'm not sure I understand what the difference is though.
    My understanding:
    No add-ons, utilities, tools... Plain TWRP like from official twrp.me. But this is not hosted there; just that the 'sources are official'. And, FBEv2 decryption does not work.
    1
    Here is another recovery:

    PBRP Recovery 4.0 | Unofficial | FBEv2
    By Ardjlon

    Changelog:
    • Update source until a few days ago
    • Support FBEv2
    • Update and add support for additional tools

    Notes:
    • Zip variant needed for tools to work correctly
    • Added img file for download
    • ROM needs support for FBEv2

    Credits:
    • ChonDoe & brigudav for modules

    Updated : 04/03/2023
  • 21
    https%3A%2F%2Fi.imgur.com%2FhyYdf7R.png


    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:
    Code:
    /*
    *
    * 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:
    - Touch Works in all states (No matter about lockscreen there or not)
    - 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)

    INSTALLATION:
    1. Download the TWRP image file to your PC.
    2. Put your device into fastboot.
    3. Type the following command to flash the recovery:-
    Code:
    fastboot flash recovery "name_of_recovery.img"
    4. On installation of TWRP , to boot the recovery do:-
    Code:
    fastboot boot "name_of_recovery.img"
    The device will automatically reboot into TWRP, and you will have TWRP as your permanent recovery!
    5. Enjoy!

    Download:
    TWRP By mahajant99

    Donation:
    PayPal: PayPal.me/mhjn950
    UPI: [email protected]



    XDA:DevDB Information
    TWRP, Tool/Utility for the Xiaomi Poco X3 NFC

    Contributors
    mahajant99
    Source Code: https://github.com/mahajant99/device_xiaomi_surya_twrp


    Version Information
    Status:
    Beta
    Beta Release Date: 2020-09-26

    Created 2020-09-26
    Last Updated 2021-01-02
    14
    New TWRP by @brigudav (dt. 4th Dec., md5: b108838714b44863b5fe7cc9866af614). Not uploaded here yet; just need to wait, I guess.
    11
    02/01/2021

    Changelog:

    Synced with latest source changes
    • Add Support for karna
    • Fixed Decryption issue
    • Built kernel from source
    8
    Could you upload it somewhere?
    I uploaded latest brigudav's TWRP 3.6.0_10-0 and 3.5.2_10-12.