Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its 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.
- Decryption works
- Rom flashing should work
- Backups should work
- Flash partition should work
- Format/wipe data works
- Backup Restore
- Fastbootd
- System and vendor image flash should work
- Decryption works only in Android 11. Decrytprion for later versions of Android WIP
-USB-OTG - I cannot test, because I have not a USB-OTG cable. Please, send me a result to PM
Or you can directly boot it:
angpysha/android_device_OnePlus_Nord_N100 at android-11 (github.com)
infectedmushi - for device tree for OnePlus 8 with working encryption
TeamWin
C:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Features:
- TWRP boots- Decryption works
- Rom flashing should work
- Backups should work
- Flash partition should work
- Format/wipe data works
- Backup Restore
- Fastbootd
- System and vendor image flash should work
- Decryption works only in Android 11. Decrytprion for later versions of Android WIP
-USB-OTG - I cannot test, because I have not a USB-OTG cable. Please, send me a result to PM
Note: boot takes about one minute - it required by decryption
Install guide:
You can install it from fastboot using command
Code:
fastboot flash recovery_$(slot) path_to_recovery/recovery.img
Or you can directly boot it:
Code:
fastboot boot path_to_recovery/recovery.img
Download:
LinkSources:
angpysha/android_device_OnePlus_Nord_N100 at android-11 (github.com)
Thanks:
hellisabove - for initial device treeinfectedmushi - for device tree for OnePlus 8 with working encryption
TeamWin
Last edited: