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

Search This thread

Nebrassy

Recognized Developer
Sep 17, 2015
1,083
2,520
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 Poco F3/Mi 11X/Redmi K40

touch and adb work
flashing works
USB OTG works
Decryption is working

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
3. select the new image
4. after that is done, if you were using a custom kernel, reflash it now
5. if you were using magisk, reflash it now

Send me a beer: Crypto(Preferred) | PayPal

Trees:
https://github.com/TeamWin/android_device_xiaomi_alioth
https://github.com/TeamWin/android_device_xiaomi_sm8250-common

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

Download: https://twrp.me/xiaomi/xiaomipocof3.html

Unofficial android 12 builds: https://www.pling.com/p/1836619/
mirror: https://store.kde.org/p/1836619/
 
Last edited:

bubboo

Senior Member
Jan 15, 2013
79
15
Thank you mate!! That's is very important for all the community .What version of magisk i have to install??But you mean flash the zip of magisk??Thanks.
 
  • Like
Reactions: 铜离子

lejeanlouisF

Member
Apr 29, 2021
6
1
Hello I am not sure I didn't mess around with the job !!

Firstly, I have copied the twrp image on my device but the twrp didn't see it, so I have plugged an otg device with the file on it.
Now twrp is installed but it can't decrypt data (ask for password)
What is wrong pls ?

Secondly, when I have solved that, could I backup the boot.img with Twrp to be then patched with the Magisk installer app ?
Is it the best way to have Magisk on my device ?

Thanks !
 

Nebrassy

Recognized Developer
Sep 17, 2015
1,083
2,520
Lattakia
Poco F5 Pro / Redmi K60 (China)
Hello I am not sure I didn't mess around with the job !!

Firstly, I have copied the twrp image on my device but the twrp didn't see it, so I have plugged an otg device with the file on it.
Now twrp is installed but it can't decrypt data (ask for password)
What is wrong pls ?

Secondly, when I have solved that, could I backup the boot.img with Twrp to be then patched with the Magisk installer app ?
Is it the best way to have Magisk on my device ?

Thanks !
So it asked for password, did you enter it?

As for magisk, just flash latest magisk apk with twrp
 

Alin45

Senior Member
Oct 7, 2020
565
153
Bucharest
Hello I am not sure I didn't mess around with the job !!

Firstly, I have copied the twrp image on my device but the twrp didn't see it, so I have plugged an otg device with the file on it.
Now twrp is installed but it can't decrypt data (ask for password)
What is wrong pls ?

Secondly, when I have solved that, could I backup the boot.img with Twrp to be then patched with the Magisk installer app ?
Is it the best way to have Magisk on my device ?

Thanks !
The password is ur security PIN for unlocking ur phone.
No idea about backuping the boot.img in TWRP (I am not using it :))
 
  • Like
Reactions: lejeanlouisF

lejeanlouisF

Member
Apr 29, 2021
6
1
So it asked for password, did you enter it?

As for magisk, just flash latest magisk apk with twrp
I have entered a password but it failed. Is it a free password ?

EDIT : It's ok, sorry. the security PIN, of course !!!

EDIT 2 : And Thank you very much for your work and your help 👍
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 123



    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 Poco F3/Mi 11X/Redmi K40

    touch and adb work
    flashing works
    USB OTG works
    Decryption is working

    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
    3. select the new image
    4. after that is done, if you were using a custom kernel, reflash it now
    5. if you were using magisk, reflash it now

    Send me a beer: Crypto(Preferred) | PayPal

    Trees:
    https://github.com/TeamWin/android_device_xiaomi_alioth
    https://github.com/TeamWin/android_device_xiaomi_sm8250-common

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

    Download: https://twrp.me/xiaomi/xiaomipocof3.html

    Unofficial android 12 builds: https://www.pling.com/p/1836619/
    mirror: https://store.kde.org/p/1836619/
    35
    New build is up

    3.5.2

    fixed usb config (fastbootd and adb sideload now work)
    fixed vibration
    removed partitions shown twice in menus
    data can now be safely formatted after flashing
    new flashing method, Advanced > Flash Current TWRP
    added toggle in settings to automatically flash TWRP after flashing a ROM, it will only be flashed after a payload.bin rom (custom roms only not MIUI ports)
    further fixes for flashing roms
    23
    new build is up
    -fixed spunvm spam in log
    -fixed flashing payload roms, stock and custom AOSP roms should now flash correctly
    22
    Official builds have started