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. 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 official builds.
Device Config - https://github.com/TeamWin/android_device_oneplus_cheeseburger_dumpling
Kernel - https://github.com/faoliveira78/android_kernel_oneplus_msm8998
Downloads:
Official release:
https://twrp.me/oneplus/oneplus5-5t.html
Release Date: 25/12/2022
- Changelog:Fixed the 'ro.build.date' prop, the recovery will consider the same date as the Rom that is installed on the device for this prop
- Build compatible with A12 or A13 Roms: decryption, data partition mounting, etc.
- Updated with the latest patches merged into the a12.1 branch
Unofficial release:
https://sourceforge.net/projects/op...3.7.0_12-2-cheeseburger_dumpling.img/download
Release Date: 12/12/2022
Changelog: Fixed the 'ro.build.date' prop, the recovery will consider the same date as the Rom that is installed on the device for this prop, Thanks to @robertogl
Furthermore the unofficial build contains two fixes that change the TWRP source code and that will only be in the official version when they are merged, these bugs don't happen on all devices
- Fix for Format data: https://gerrit.twrp.me/c/android_bootable_recovery/+/5917 and https://gerrit.twrp.me/c/android_bootable_recovery/+/6120
- Fix for Change TWRP folder on decrypted devices (DFE or F2FS): https://gerrit.twrp.me/c/android_bootable_recovery/+/6106
WARNING: Do not use TWRP12 for Roms <=A11, if you are on stock Rom or other custom Roms <=A11, stick to TWRP9 or Unofficial TWRP11.
Bugs:
Please let me know
If you find any bugs, please send logs:
adb logcat -d > logcat.log
adb pull /tmp/recovery.log
adb pull /tmp/recovery.log
Code:
* If you want to test these recoveries
fastboot boot twrp-3.7.0_12-1-cheeseburger_dumpling.img
* If you want to use then
fastboot flash recovery twrp-3.7.0_12-1-cheeseburger_dumpling
Backup/Restore: Please follow this guide:
https://forum.xda-developers.com/t/...er-dumpling-06-jul-2022.4351795/post-87118487
Troubleshooting A12
* Cannot decrypt after upgrading from an A11 Rom to an A12 (Thanks to leoinj)

[RECOVERY] TWRP Official/Unofficial v3.7.0 A12 Cheeseburger/Dumpling - 25/12/2022
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...

1 - In the Settings check the option "Use rm -rf instead of formatting"
2 - Go to Wipe menu -> Format data -> confirm "yes"
3 - Reboot to recovery
4 - Go to Settings and uncheck the option "use rm -rf...", if it is selected;
5 - Go to Wipe menu -> Format data -> confirm "yes" again
6 - If everything is ok, reboot to System.
Or go to terminal (Advanced -> Terminal) and type umount /dev/block/sda13
exit the terminal and you should be able to format your data normally.
Support: https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/OnePlus.205.2F5T
Thanks and Credits:
- TWRP Team
- LineageOS Team
- xLexip
- Ssmiles for Themes mods
Created: 24/10/2021
Last Updated 25/12/2022
http://twrp.me
Old Info
Disclaimer: Decrypts A12 data with TWRP A12.
A12.1 - 3.7.0-1 (20/10/2022)
5/5T -https://sourceforge.net/projects/op...3.7.0_12-1-cheeseburger_dumpling.img/download
Changelog:
- Fix for Format data;
- Fix for Change TWRP folder on decrypted devices (DFE or F2FS).
A12.1 - Test release 3.6.2-v8 (05/08/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v8.img
Changelog:
- Fix "Error parsing XML file"
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-7#post-87250553
A12 - 3.6.2.-test-v7 (04/08/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v7.img
Changelog:
- Fixed not being able to install Firmware
- Latest merged commits of gerrit on branch A12 (from 07/07/22 to 04/08/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-7#post-87242379
A12 - 3.6.2.-test-v6 (06/07/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v6.img
Changelog:
- Fix Backup/Restore encrypted data
- Saved settings will remain
- Latest merged commits of gerrit on branch A12 (from 20/06/22 to 06/07/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-4#post-87118427
A12 - 3.6.2.-test-v5 (19/06/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v5.img
Changelog:
- Fixed A12 data decryption
- Fixed F2FS data support
- Fixed ADB access
- Latest merged commits of gerrit on branch A12 (from 05/06/22 to 19/06/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-3#post-87045683
A12 - 3.6.2.-test-v4 (04/06/2022)
5/5T- twrp_op5_op5t_3.6.2_12.1-test-v4.img
Changelog:
- Latest merged commits of gerrit on branch A12 (from 30/05/22 to 04/06/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86986633
A12 - 3.6.2.-test-v3 (29/05/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test-v3.img
Changelog:
- 3.6.2 release
- Latest merged commits of gerrit on branch A12 (from 02/05/22 to 29/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86959299
A12 - 3.6.1.-test-v2 (01/05/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test-v2.img
Changelog:
- Latest merged commits of gerrit on branch A12 (from 13/03/22 to 01/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86827375
A12 - 3.6.1.-test-v1 (29/04/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test.img
Changelog: Initial release
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86818577
A11 - Last update 3.6.2-v2 (06/07/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.2_11-v2.img
Changelog:
- Fix Backup/Restore encrypted data
- Fix ADB access
- Latest merged commits of gerrit on branch A11 (from 30/05/22 to 06/07/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-4#post-87118427
A11 - 3.6.2-v1 (29/05/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.2_11-v1.img
Changelog:
- 3.6.2 release
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86959299
A11 - 3.6.1-v2 (01/05/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.1_11-v2.img
Changelog:
- Latest merged commits of gerrit on branch A11 (from 13/03/22 to 01/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86827375
A11 - 3.6.1-v1 (12/03/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.1_11-v1.img
Changelog:
- 3.6.1 release
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-86566915
A11 - 3.6.0-v1 (26/11/2021)
5/5T - twrp_cheeseburger_dumpling_3.6.0_11-v1.img
Changelog:
- 3.6.0 release
- unified version
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-86018799
A11 - 3.5.2-v2 (12/11/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-11-v2.img
5T (dumpling) - twrp_dumpling_3.5.2-11-v2.img
Changelog:
- Fixed Full wipe and format data
- Latest merged commits of gerrit on branch A11 (from 25/10/21 to 12/11/21)
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-85933403
A11 - 3.5.2-v1 (24/10/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-11-v1.img
5T (dumpling) - twrp_dumpling_3.5.2-11-v1.img
Changelog:
- Initial release
A10 - Last update (06/11/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-10.img
5T (dumpling) - twrp_dumpling_3.5.2-10.img
Changelog:
- Fixed Full wipe and format data
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-85904627
A10 - 3.5.2-v1 (24/10/2021)
5 (cheeseburger) - twrp-3.5.2_10_LOS-cheeseburger.img
5T (dumpling) - twrp_dumpling_3.5.2-10.img
Changelog:
- Initial release
5/5T -https://sourceforge.net/projects/op...3.7.0_12-1-cheeseburger_dumpling.img/download
Changelog:
- Fix for Format data;
- Fix for Change TWRP folder on decrypted devices (DFE or F2FS).
A12.1 - Test release 3.6.2-v8 (05/08/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v8.img
Changelog:
- Fix "Error parsing XML file"
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-7#post-87250553
A12 - 3.6.2.-test-v7 (04/08/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v7.img
Changelog:
- Fixed not being able to install Firmware
- Latest merged commits of gerrit on branch A12 (from 07/07/22 to 04/08/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-7#post-87242379
A12 - 3.6.2.-test-v6 (06/07/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v6.img
Changelog:
- Fix Backup/Restore encrypted data
- Saved settings will remain
- Latest merged commits of gerrit on branch A12 (from 20/06/22 to 06/07/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-4#post-87118427
A12 - 3.6.2.-test-v5 (19/06/2022)
5/5T - twrp_op5_op5t_3.6.2_12.1-test-v5.img
Changelog:
- Fixed A12 data decryption
- Fixed F2FS data support
- Fixed ADB access
- Latest merged commits of gerrit on branch A12 (from 05/06/22 to 19/06/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-3#post-87045683
A12 - 3.6.2.-test-v4 (04/06/2022)
5/5T- twrp_op5_op5t_3.6.2_12.1-test-v4.img
Changelog:
- Latest merged commits of gerrit on branch A12 (from 30/05/22 to 04/06/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86986633
A12 - 3.6.2.-test-v3 (29/05/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test-v3.img
Changelog:
- 3.6.2 release
- Latest merged commits of gerrit on branch A12 (from 02/05/22 to 29/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86959299
A12 - 3.6.1.-test-v2 (01/05/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test-v2.img
Changelog:
- Latest merged commits of gerrit on branch A12 (from 13/03/22 to 01/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86827375
A12 - 3.6.1.-test-v1 (29/04/2022)
5/5T- twrp_op5_op5t_3.6.1_12.1-test.img
Changelog: Initial release
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86818577
A11 - Last update 3.6.2-v2 (06/07/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.2_11-v2.img
Changelog:
- Fix Backup/Restore encrypted data
- Fix ADB access
- Latest merged commits of gerrit on branch A11 (from 30/05/22 to 06/07/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-4#post-87118427
A11 - 3.6.2-v1 (29/05/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.2_11-v1.img
Changelog:
- 3.6.2 release
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86959299
A11 - 3.6.1-v2 (01/05/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.1_11-v2.img
Changelog:
- Latest merged commits of gerrit on branch A11 (from 13/03/22 to 01/05/22)
https://forum.xda-developers.com/t/...ling-05-aug-2022.4351795/page-2#post-86827375
A11 - 3.6.1-v1 (12/03/2022)
5/5T - twrp_cheeseburger_dumpling_3.6.1_11-v1.img
Changelog:
- 3.6.1 release
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-86566915
A11 - 3.6.0-v1 (26/11/2021)
5/5T - twrp_cheeseburger_dumpling_3.6.0_11-v1.img
Changelog:
- 3.6.0 release
- unified version
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-86018799
A11 - 3.5.2-v2 (12/11/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-11-v2.img
5T (dumpling) - twrp_dumpling_3.5.2-11-v2.img
Changelog:
- Fixed Full wipe and format data
- Latest merged commits of gerrit on branch A11 (from 25/10/21 to 12/11/21)
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-85933403
A11 - 3.5.2-v1 (24/10/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-11-v1.img
5T (dumpling) - twrp_dumpling_3.5.2-11-v1.img
Changelog:
- Initial release
A10 - Last update (06/11/2021)
5 (cheesburger) - twrp_cheeseburger_3.5.2-10.img
5T (dumpling) - twrp_dumpling_3.5.2-10.img
Changelog:
- Fixed Full wipe and format data
https://forum.xda-developers.com/t/...r-dumpling-05-aug-2022.4351795/#post-85904627
A10 - 3.5.2-v1 (24/10/2021)
5 (cheeseburger) - twrp-3.5.2_10_LOS-cheeseburger.img
5T (dumpling) - twrp_dumpling_3.5.2-10.img
Changelog:
- Initial release
Sources A11:
TWRP - https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/tree/twrp-11
5/5T DT - cheeseburger_dumpling/tree/android-11
Kernel - https://github.com/xLexip/android_kernel_oneplus_msm8998 (from version A11 3.61.-v2)
Sources A12.1:
TWRP - https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp
5/5T DT - cheeseburger_dumpling/tree/android-12.1
Kernel - https://github.com/xLexip/android_kernel_oneplus_msm8998
Cheeseburger DT - Cheeseburger/tree/android-11
Dumpling DT -Dumpling/tree/android-11
Kernel - https://github.com/LineageOS/android_kernel_oneplus_msm8998 (up to version A11 3.61.-v1)
Sources A10: (deprecated)
TWRP - https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni
Cheeseburger DT - Cheeseburger/tree/android-10
Dumpling DT - Dumpling/tree/android-10
Kernel - https://github.com/LineageOS/android_kernel_oneplus_msm8998
Dumpling DT -Dumpling/tree/android-11
Kernel - https://github.com/LineageOS/android_kernel_oneplus_msm8998 (up to version A11 3.61.-v1)
Sources A10: (deprecated)
TWRP - https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni
Cheeseburger DT - Cheeseburger/tree/android-10
Dumpling DT - Dumpling/tree/android-10
Kernel - https://github.com/LineageOS/android_kernel_oneplus_msm8998
Last edited: