Thanks. I thought all files were uploaded to https://androidfilehost.com/?w=files&flid=329007&sort_by=date&sort_dir=DESC.
Not welcomed by xda mods. The dev has uploaded the file, anyway.
That's what I thought...Thanks. I thought all files were uploaded to https://androidfilehost.com/?w=files&flid=329007&sort_by=date&sort_dir=DESC.
twrp-3.7.0_12-2-surya-27.11.imgNot 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.
This version is universal, for any encryption and any roms.What about this release? 27.11 ? On the space by Brigudav ( android file host ) there's not it. It's FBEV2 or "standard" ?
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.
This version is universal, for any encryption and any roms.
Uploaded https://androidfilehost.com/user/?w=settings-dev-files&flid=329007
thanks a lot for your effort, i can confirm it break default launcher while installing magisk via twrp on arrow 11This version is universal, for any encryption and any roms.
Uploaded https://androidfilehost.com/user/?w=settings-dev-files&flid=329007
Test build by @brigudav has 'NTFS support for USB storage' added.New link for TWRP.... https://sourceforge.net/projects/surya-twrp/files
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 ?![]()
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:-
4. On installation of TWRP , to boot the recovery do:-Code:fastboot flash recovery "name_of_recovery.img"
The device will automatically reboot into TWRP, and you will have TWRP as your permanent recovery!Code:fastboot boot "name_of_recovery.img"
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
No problem so far?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.
None that I have noticed. But then, I don't get into recovery except while flashing a new (release of) ROM. I do a data backup then, ofc. Haven't had to restore (yet), though.
/*
*
* 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.
*
*/
fastboot flash recovery "name_of_recovery.img"
fastboot boot "name_of_recovery.img"