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

Search This thread

ecoutinho

Member
Aug 29, 2005
16
2
Gaia
Xiaomi Poco F3
On my POCO F3 with november system update, when I boot twrp-3.7.0_12-0-alioth it doesn't ask for data unlock pattern. I had to go back to twrp-3.6.2-alioth-Nebrassy-03-07-22 to be able to access sdcard.
 
  • Like
Reactions: duttyend

reg66

Senior Member
Jan 7, 2007
2,725
877
Google Pixel 7 Pro
Xiaomi Pad 6
i am pretty confused, is this step necessary:


cause here AVB is not mentioned, what is correct?
Those instructions are pretty generic. Why don't you just follow the OP's instructions...

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
 

muil

Senior Member
Feb 12, 2021
59
15
fastboot boot recovery.img doesn't boot into recovery, just black screen. I tried orangefox too with same result. Any help would be appreciated.
 

muil

Senior Member
Feb 12, 2021
59
15
Thx a lot for your answer but that version of twrp didn't work either. I'm thinking of getting back to previous ver of the rom which apparentely allowed to flash the cust recovery.
 

muil

Senior Member
Feb 12, 2021
59
15
Opps it is!!. There is a vendor_boot recovery on their download section. Fortunately, my phone is still alive. Thx a lot for the warning.
 

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