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

Search This thread
OK, installed it now. One difference I could see at first glance is that you can boot Nebrassy's unofficial version with "fastboot boot twrp.img". Skkk was crashing when trying this. You had to boot e.g. an official twrp image and then use the function install recovery ramdisk to get it to install Screw that, latest 3.7 skkk can boot from fastboot!

But apart from that I get a "failed to decrypt" error!!! This twrp cannot decrypt A12, at least not for me! I'm using a pattern to unlock.
 
Last edited:

eliezerjk90

Senior Member
Feb 28, 2015
943
593
Duisburg
Last version works but somehow it doesn't save setting. Each time I reboot to recovery, the vibration/brightness etc. revert to default. Is there anything I could do to retain the setting?
 

Istvan_86

Senior Member
Apr 9, 2011
700
93
Madrid
Hello, the unofficial build should be flashed in the same way as official A11 builds? And everything is working?

Thanks in advance and great work!!!
 

sarthakcool34

Senior Member
Mar 14, 2015
75
12
hi , i am using your recovery , does twrp backup and restore work in this recovery , i mean suppose i bootloop due to any modding thing like editing system ui or any other thing , will restoring the previously made backup work?
 

barturblits

Senior Member
Jul 4, 2014
340
80
I made a backup with this version but I cannot access the backup from within LOS19.1 with microg. I tried through the file manager and with adb, both with root rights. I can only access it from within TWRP with adb pull. Is this intentional or a bug?
I could not get the permission stats through /sdcard/TWRP but it did work in /data/media/0/TWRP. I found the owner:group permissions are now system:cache for TWRP backups compared to formerly media_rw:media_rw. So they are not accessible anymore as normal user.
 
  • Like
Reactions: duttyend

barturblits

Senior Member
Jul 4, 2014
340
80
New build is up

Fixed recovery settings not persisting
Fixed flashing older builds and firmware
added erofs support
Fixed decryption not working in some cases
Some misc fixes
I still have permission problems with the latest version. I can only get the backups through an adb root instance and then adb pull. No access from within android, mtp or vanilla adb.
 
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