thanks a lot broI think that works 2 butt not 100% sure because I am currently using [RECOVERY][DUALBOOT][MAGISK][V6] TWRP/OrangeFox for the OnePlus 6/6t
thanks a lot broI think that works 2 butt not 100% sure because I am currently using [RECOVERY][DUALBOOT][MAGISK][V6] TWRP/OrangeFox for the OnePlus 6/6t
Its not working on OOS 11 ☹Hi,
I'm on Stable OOS 11 with 6T
Which version of TWRP should I try and install?
thanks.
From what I could gather, OnePlus hasn't released the Kernel of OOS 11 for enchilada/fajita, yet. Which is why the TWRP could not be patched to work with OOS 11 so far.
yes that is the actual caseFrom what I could gather, OnePlus hasn't released the Kernel of OOS 11 for enchilada/fajita, yet. Which is why the TWRP could not be patched to work with OOS 11 so far.
I have been using the official "twrp_3.5.2_9-0-enchilada_installer" for several A11 custom ROM's (A10 firmware) and also for all the A11 OB's (up to OB3).From what I could gather, OnePlus hasn't released the Kernel of OOS 11 for enchilada/fajita, yet. Which is why the TWRP could not be patched to work with OOS 11 so far.
no need to promote your own post, and installing twrp on OB wasn't really that much hassle. as you can simply use FKM for an easier method (if you already achieve root).
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:
- All function in a normal TWRP
- Multi-language support
- USB OTG
- Decrypt /data
- Mtp working
- Fastboot boot works from 10.3.0 also on android Q
- Android 11 Decryption
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot recoveryimgfilename.img" in command line
5. Copy the recoveryimgfilename.img in the phone memory
6. Go in advanced menu
7. Click on "Install Recovery Ramdisk"
![]()
8. Choose the recoveryimgfilename.img
9. Swipe to install
Android 10 TWRP flashing guide without fastboot boot (Much more articulated but perfectly functional):
Please use only magisk 19.4 on Android 10 or the TWRP will not be installed, more details on this post
1. Follow this guide to root your device: https://forum.xda-developers.com/oneplus-6/how-to/patched-boot-image-magisk-16-7-beta-t3818853
2. Flash the TWRP installer like a magisk module
3. Flashing the TWRP installer you will lose the root, so you will need to flash magisk again from magisk manager before reboot the device or you can reboot the device and flash magisk in twrp
Old Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot recoveryimgfilename.img" in command line (if you want to have it permanently you should flash the installer)
5. If you will flash the installer and you are stock you need also to flash magisk or your phone will not boot again
6. Enjoy it![]()
Download:
So little update, after some tests i'm sure there is a compatibility problem between twrp and magisk, i was able to get only one of them, so actually i don't know how to proceed, i need to understand if it is a twrp problem or a magisk problem, TWRP is in stand-by for now.
There are not problems on Android Pie, if you need of the twrp on android Q just flash in boot partition the Q .img (fastboot flash boot twrp.img) and then reboot from fastboot in recovery. Before publishing the twrp I had not tested magisk and twrp together.
On Android 10 use only magisk 19.4
India Fake Partition Deleter by mauronofrio
Official Builds
TWRP 3.4.0-11 Q Unofficial by mauronofrio
TWRP 3.4.0-11 Installer Unofficial by mauronofrio
TWRP 3.4.0-1 Q Unofficial by mauronofrio
TWRP 3.4.0-1 Installer Unofficial by mauronofrio
TWRP 3.4.0-0 Q Unofficial by mauronofrio
TWRP 3.4.0-0 Installer Unofficial by mauronofrio
TWRP 3.3.1-18 Pie Unofficial by mauronofrio
TWRP 3.3.1-18 Q Unofficial by mauronofrio
TWRP 3.3.1-18 Installer Unofficial by mauronofrio
TWRP 3.3.1-17 Pie Unofficial by mauronofrio
TWRP 3.3.1-17 Q Unofficial by mauronofrio
TWRP 3.3.1-17 Installer Unofficial by mauronofrio
TWRP 3.3.1-16 Pie Unofficial by mauronofrio
TWRP 3.3.1-16 Q Unofficial by mauronofrio
TWRP 3.3.1-16 Installer Unofficial by mauronofrio
Others/Olders Builds:
TWRP 3.3.1-14 Pie Unofficial by mauronofrio
TWRP 3.3.1-14 Q Unofficial by mauronofrio
TWRP 3.3.1-14 Installer Unofficial by mauronofrio
TWRP 3.3.1-11 Pie Unofficial by mauronofrio
TWRP 3.3.1-11 Q Unofficial by mauronofrio
TWRP 3.3.1-11 Installer Unofficial by mauronofrio
TWRP 3.3.1-4 Unofficial by mauronofrio
TWRP 3.3.1-4 Installer Unofficial by mauronofrio
TWRP 3.3.1-3 Unofficial by mauronofrio
TWRP 3.3.1-3 Installer Unofficial by mauronofrio
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_enchilada
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
![]()
Credits:
@eng.stk
@joemossjr
@Dees_Troy
Created 2018-10-31
Near the top it says "Android 11 Decryption" does that mean on oos 11 stable I can will finally be able to decrypt in twrp. If not is there a twrp zip that will? thanksTeam 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:
- All function in a normal TWRP
- Multi-language support
- USB OTG
- Decrypt /data
- Mtp working
- Fastboot boot works from 10.3.0 also on android Q
- Android 11 Decryption
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot recoveryimgfilename.img" in command line
5. Copy the recoveryimgfilename.img in the phone memory
6. Go in advanced menu
7. Click on "Install Recovery Ramdisk"
![]()
8. Choose the recoveryimgfilename.img
9. Swipe to install
Android 10 TWRP flashing guide without fastboot boot (Much more articulated but perfectly functional):
Please use only magisk 19.4 on Android 10 or the TWRP will not be installed, more details on this post
1. Follow this guide to root your device: https://forum.xda-developers.com/oneplus-6/how-to/patched-boot-image-magisk-16-7-beta-t3818853
2. Flash the TWRP installer like a magisk module
3. Flashing the TWRP installer you will lose the root, so you will need to flash magisk again from magisk manager before reboot the device or you can reboot the device and flash magisk in twrp
Old Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot recoveryimgfilename.img" in command line (if you want to have it permanently you should flash the installer)
5. If you will flash the installer and you are stock you need also to flash magisk or your phone will not boot again
6. Enjoy it![]()
Download:
So little update, after some tests i'm sure there is a compatibility problem between twrp and magisk, i was able to get only one of them, so actually i don't know how to proceed, i need to understand if it is a twrp problem or a magisk problem, TWRP is in stand-by for now.
There are not problems on Android Pie, if you need of the twrp on android Q just flash in boot partition the Q .img (fastboot flash boot twrp.img) and then reboot from fastboot in recovery. Before publishing the twrp I had not tested magisk and twrp together.
On Android 10 use only magisk 19.4
India Fake Partition Deleter by mauronofrio
Official Builds
TWRP 3.4.0-11 Q Unofficial by mauronofrio
TWRP 3.4.0-11 Installer Unofficial by mauronofrio
TWRP 3.4.0-1 Q Unofficial by mauronofrio
TWRP 3.4.0-1 Installer Unofficial by mauronofrio
TWRP 3.4.0-0 Q Unofficial by mauronofrio
TWRP 3.4.0-0 Installer Unofficial by mauronofrio
TWRP 3.3.1-18 Pie Unofficial by mauronofrio
TWRP 3.3.1-18 Q Unofficial by mauronofrio
TWRP 3.3.1-18 Installer Unofficial by mauronofrio
TWRP 3.3.1-17 Pie Unofficial by mauronofrio
TWRP 3.3.1-17 Q Unofficial by mauronofrio
TWRP 3.3.1-17 Installer Unofficial by mauronofrio
TWRP 3.3.1-16 Pie Unofficial by mauronofrio
TWRP 3.3.1-16 Q Unofficial by mauronofrio
TWRP 3.3.1-16 Installer Unofficial by mauronofrio
Others/Olders Builds:
TWRP 3.3.1-14 Pie Unofficial by mauronofrio
TWRP 3.3.1-14 Q Unofficial by mauronofrio
TWRP 3.3.1-14 Installer Unofficial by mauronofrio
TWRP 3.3.1-11 Pie Unofficial by mauronofrio
TWRP 3.3.1-11 Q Unofficial by mauronofrio
TWRP 3.3.1-11 Installer Unofficial by mauronofrio
TWRP 3.3.1-4 Unofficial by mauronofrio
TWRP 3.3.1-4 Installer Unofficial by mauronofrio
TWRP 3.3.1-3 Unofficial by mauronofrio
TWRP 3.3.1-3 Installer Unofficial by mauronofrio
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_enchilada
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
![]()
Credits:
@eng.stk
@joemossjr
@Dees_Troy
Created 2018-10-31
I don't think so... I understand that it refers to custom ROMs based on Android R, not to OOS 11 (because it includes firmware and vendor updates).Near the top it says "Android 11 Decryption" does that mean on oos 11 stable I can will finally be able to decrypt in twrp. If not is there a twrp zip that will? thanks
I posted this to help people, not to promote.no need to promote your own post, and installing twrp on OB wasn't really that much hassle. as you can simply use FKM for an easier method (if you already achieve root).
HI What is FKM and where do I find the method. Can you provide the link please.no need to promote your own post, and installing twrp on OB wasn't really that much hassle. as you can simply use FKM for an easier method (if you already achieve root).
As of my research, FKM stands for Franco Kernel Manager, which, as its name suggests, it is the manager app for the Franco Kernel. I found an article in 6T forums by @shahfaishal explaining how to install TWRP through this method.HI What is FKM and where do I find the method. Can you provide the link please.
I believe so. When I attempt to boot twrp-3.4.0-11-enchilada-Q-mauronofrio.img (as of now most recent), I get a Qualcomm crashdump screen:So, just to be absolutely clear, as at 10 October, we can't install twrp via the usual method in A11.1.1.1 stable - correct?
We wait for a new version of twrp?
QUALCOMM CrashDump Mode
Attempted to kill init! exitcode=0x0000000b
complete_and_exit
After update to 3.4.0-11, pin works on TWRP? I changed pattern to pin, but got error to decrypt with 3.3.1-18, so I changed again to pattern.I updated one OP6 from 10.3.12 to 11.1.1.1 using twrp-3.3.1-18-enchilada-mauronofrio. The phone was using "Pattern" as screen lock. After updating I was able to enter twrp-3.3.1-18 and decrypt.
After that I updated another OP6 that was using "pin" as screen lock. After upgrading it went into a boot loop.
I had backups, so I formatted system and data and tried a clean flash. It booted. But I couldn't decrypt in twrp-3.3.1-18. So I tried booting twrp-3.4.0-11-enchilada-Q-mauronofrio, but got "crash_dump".
So I booted back into OS11 and changed from "Pin" to "Pattern". After that I was able to decrypt in twrp-3.3.1-18.
I then flashed twrp-3.4.0-11 and was able to decrypt with that as well. I then flashed Magisk23 and it works.
#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.
*
*/