No.There is now a TWRP that decrypts OS11 for the 7pro. Maybe it's solution can migrate here?
hello , i am currently on Pixel Experience plus OS in my 7t. I have installed pixel recovery. When i try to boot this TWRP , screen stops on "1+ logo with Fastboot mode" screen. It is not booting to TWRP. I even tried an old TWRP i had, same thing happening.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.
Code:#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;
- Fastboot boot is working;
- Decryption is working (except for Oxygen OS);
- System, Vendor and Product partitions mount is not working but it's not a big problem;
- You can flash ROMs;
- Format Data is broken;
- You can flash magisk
Install guide (Reccomended):
Acutally seems oneplus (or directly android 10) re-introduced the recovery partition so you should only flash it in recovery partition or you can try to boot it from fastboot. For now only boot it.
To flash:
Code:fastboot flash recovery_a twrpname.img fastboot flash recovery_b twrpname.img
To boot:
Code:fastboot boot twrpname.img
Tips:
If you have some problems with backup, like 255 error or something similar please check this guide: https://forum.xda-developers.com/oneplus-6/how-to/255-error-twrp-backup-restore-999-t3801632
For the Bacups use always "system_image" and "vendor_image" instead of "system" and "vendor".
Download:
TWRP 3.4.0-2 Test by mauronofrio
TWRP 3.4.0-0 Test by mauronofrio
TWRP 3.3.1-43 Test by mauronofrio
TWRP 3.3.1-25 Test by mauronofrio
TWRP 3.3.1-5 Test by mauronofrio
TWRP 3.3.1-0 Test by mauronofrio
Stock Recovery
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/mauronofrio/android_device_oneplus_hotdog_unified_TWRP
Kernel source: precompiled stock one
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
![]()
Credits:
I want to say a big thanks to the testers @houmles and @ChrisFeiveel84
Created 2019-10-02
I know it's too exciting/thrilling to believe at this point but be positive. We don't know till it's tried and disproven
I know it's too exciting/thrilling to believe at this point but be positive. We don't know till it's tried and disproven
Awesome working decryption fbeThink I managed to get decryption working for 7T and Pro, on OOS11
If anyone willing to test, here;
recovery.img
drive.google.com
It worked here as well!! Oneplus 7T latest OOS 11Think I managed to get decryption working for 7T and Pro, on OOS11
If anyone willing to test, here;
recovery.img
drive.google.com
source?Think I managed to get decryption working for 7T and Pro, on OOS11
If anyone willing to test, here;
recovery.img
drive.google.com
This was the ONLY way I was able to root my 11.0.1.1 global phone (converted from Tmobile).Think I managed to get decryption working for 7T and Pro, on OOS11
If anyone willing to test, here;
recovery.img
drive.google.com
This twrp is for oos 11
it says data successfully decrypted on the screenshot. Am I missing something?This twrp is for oos 11
Oos 10 and oos 11 have a different encryption
data backup still has a 255 error on 7t (oos 11 beta 5)![]()
GitHub - Systemad/android_device_oneplus_hotdog: TWRP tree for OnePlus 7T/Pro (Hotdog/hotdogb)
TWRP tree for OnePlus 7T/Pro (Hotdog/hotdogb). Contribute to Systemad/android_device_oneplus_hotdog development by creating an account on GitHub.github.com
I have not properly tested everything, once I've done it I might make a new thread.
#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.
*
*/
fastboot flash recovery_a twrpname.img
fastboot flash recovery_b twrpname.img
fastboot boot twrpname.img
@mauronofrio I see that last commits on Gerrit are devoted to decription. Does it mean that you're closer to classic version which all of us wait for?