Development [RECOVERY] [11] [OFFICIAL] TeamWin Recovery Project

Search This thread

Nebrassy

Recognized Developer
Sep 17, 2015
1,055
2,368
Lattakia
Poco F5 Pro / Redmi K60 (China)



Introduction:

Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.

Key Features:

Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage

In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.

We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.

Source Code:

GitHub - https://github.com/TeamWin/android_bootable_recovery

Gerrit Instance - http://gerrit.twrp.me

If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.


Hello, this is TWRP, for Mi 11 lite 5G

bugs:
backup/restore is unreliable
adb sideload and fastbootd

Installation:
1. fastboot boot twrp.img
2. go to Advanced > Flash Current TWRP
3. after that is done, if you were using a custom kernel, reflash it now
4. if you were using magisk, reflash it now

Updating to a newer build:
1. download new build to internal storage
2. go to Advanced > Install Recovery Ramdisk
4. select the new image
5. after that is done, if you were using a custom kernel, reflash it now
6. if you were using magisk, reflash it now

Send me a beer: Crypto (Preferred) | PayPal

Contributors:
@VladV1V , @TheMalachite

Tree:

Kernel:
https://github.com/VladV1V/kernel_xiaomi_renoir

Telegram group: https://t.me/NSSFB

Download: https://twrp.me/xiaomi/xiaomimi11lite5g.html
 
Last edited:

Rainman67

Senior Member
Jan 21, 2013
54
22
Sorry, but the installation did not work for me... :-( What i have done:

- i renamend the downloaded file to "twrp.img"
- i copied this file to the internal storage
- i startet the phone in fastboot mode
- then i startet adb
- i used the command "fastboot boot twrp.img"

Then i saw the following:

downloading 'boot.img'...
OKAY [ 2.826s]
booting...
OKAY [ 0.201s]
finished. total time: 3.027s

But the phone only switched off and nothing happend. What's wrong?

EDIT: i solved the problem! I forgot to put the file "twrp.img" into the adb folder. After doing this, the installation worked! Now i tried to make a backup, but it was not possible to select the external sd-card. How can i solve this problem?
 
Last edited:

rayman95

Senior Member
Jan 14, 2009
6,622
3,925
65
monaco
Google Nexus 4
Samsung Galaxy Note 3
Hi, thank's for your work for our device...
I read somewhere, that if we have TWRP installed, that we cannot flash update with fastboot...I want to know if it's true and if yes, how can we flash update..we have to find recovery update, or we can extract from fastboot archive and flash it??
thanks for your answer
 

Nebrassy

Recognized Developer
Sep 17, 2015
1,055
2,368
Lattakia
Poco F5 Pro / Redmi K60 (China)
Well then both of you make sure you're actually using the build from afh and only use it for fastboot boot, when you want to flash use flash current twrp don't flash it with fastboot

Touch works when using fastboot boot and when flashed, it Was already tested on multiple devices
 
  • Like
Reactions: putti71

doclucas

Senior Member
Jan 10, 2009
317
99
@Nebrassy Thanks for your contribution. Looking forward to the stable version with the known bugs fixed and touch works normally, without fastboot.
Thanks again. :)
 

Marcozizou

Senior Member
Apr 19, 2015
79
5
Is it possible to flash Xiaomi.eu weekly rom only by starting twrp from fastboot without installing it?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Just a minor correction. No need to change extension to zip. Twrp can flash magisk apk
    i didn't even know that twrp detects the magisk apk, thanks for the tip
  • 17



    Introduction:

    Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.

    Key Features:

    Touchscreen driven with real buttons and drag-to-scroll
    XML-based GUI that allows full customization of the layout true theming!
    Settings are saved to the sdcard and persist through reboots
    Ability to choose which partitions to back up and which to restore
    Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
    Onscreen keyboard
    Easy selection of internal/external storage

    In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.

    We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.

    Source Code:

    GitHub - https://github.com/TeamWin/android_bootable_recovery

    Gerrit Instance - http://gerrit.twrp.me

    If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.


    Hello, this is TWRP, for Mi 11 lite 5G

    bugs:
    backup/restore is unreliable
    adb sideload and fastbootd

    Installation:
    1. fastboot boot twrp.img
    2. go to Advanced > Flash Current TWRP
    3. after that is done, if you were using a custom kernel, reflash it now
    4. if you were using magisk, reflash it now

    Updating to a newer build:
    1. download new build to internal storage
    2. go to Advanced > Install Recovery Ramdisk
    4. select the new image
    5. after that is done, if you were using a custom kernel, reflash it now
    6. if you were using magisk, reflash it now

    Send me a beer: Crypto (Preferred) | PayPal

    Contributors:
    @VladV1V , @TheMalachite

    Tree:

    Kernel:
    https://github.com/VladV1V/kernel_xiaomi_renoir

    Telegram group: https://t.me/NSSFB

    Download: https://twrp.me/xiaomi/xiaomimi11lite5g.html
    8
    Official builds have started

    6
    @Nebrassy
    Thank you for bringing TWRP to this excellent device.
    Unfortunately this is the buggiest TWRP I have ever used and it also has a lot of limitations.
    Is there any active development to fix all the issues?
    4
    Then i tried the TWRP-Backup again and all was working fine!
    ....and for those, who are worry about restoring a TWRP-Backup: I tried this too, and restoring of the TWRP-Backup worked fine too! (y)
    4
    I confirm that a bakcup works by copying it to the PC via the internal memory.

    But I still don't understand why you can't mount an SD card via TWRP. The most frustrating thing is that there is no communication about the lack of support for SD cards and other USB sticks, so this bug is still not fixed.

    Is it due to the new snapdragon 780G processor still not well mastered?

    A lack of time for volunteer developers, despite the fact that it is now more than 4 months?

    In short, staying in the dark for lack of communication is more than frustrating...

    Translated with DeepL
    Lack of time, lack of testers, many other more important stuff to work on, and I don't have the device

    Otg does not work on any GKI devices in twrp, though I wasn't aware that sdcard had issues, join my tg group and tag me if you can test