[RECOVERY][3.4.0-0][I001D]Official/Unofficial TWRP recovery for Rog Phone 2 (Stable) - ASUS ROG Phone II ROMs, Kernels, Recoveries, & Oth

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
- Decryption works
- Otg works
- Backup/restore works
- Android 10 Support
Install guide (Reccomended):
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
Other Install guide (More articulated but fully functional):
Actually this function is disable
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"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
8. Choose the recoveryimgfilename.img
9. Swipe to install
HOW TO UPDATE a ROM and KEEP TWRP and ROOT:
- Disable all magisk modules;
- Put rom.zip, twrp installer.zip and magisk.zip on your internal storage;
If you want you can also update a stock rom from phone settings with local upgrade:
- Update the Rom WITHOUT REBOOT;
- Open Magisk Manager;
- Menu/modules/+ button/select the twrp installer.zip and flash it;
- Always in Magisk Manager, click on Install/Install/Direct Install;
- Again in Magisk Manager, click on Install/Install/Inactive Slot;
- Reboot.
Tips:
If you alread have a twrp flashed you can only flash the new installer zip or the new installation method to update your TWRP (remember to flash again magisk or your system will not boot).
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-0 Q Unofficial by mauronofrio
TWRP 3.4.0-0 Unofficial Installer by mauronofrio
TWRP 3.3.1-14 Pie Unofficial by mauronofrio
TWRP 3.3.1-14 Q Unofficial by mauronofrio
TWRP 3.3.1-14 Unofficial Installer by mauronofrio
TWRP 3.3.1-13 Pie Unofficial by mauronofrio
TWRP 3.3.1-13 Q Unofficial by mauronofrio
TWRP 3.3.1-13 Unofficial Installer by mauronofrio
Official Builds (The unofficial one is always more updated and more supported)
TWRP 3.3.1-5 Pie Unofficial by mauronofrio
TWRP 3.3.1-5 Q Unofficial by mauronofrio
TWRP 3.3.1-5 Unofficial Installer by mauronofrio
TWRP 3.3.1-1 Pie Unofficial by mauronofrio
TWRP 3.3.1-1 Q Unofficial by mauronofrio
TWRP 3.3.1-1 Unofficial Installer by mauronofrio
TWRP 3.3.1-0 Pie Unofficial by mauronofrio
TWRP 3.3.1-0 Q Unofficial by mauronofrio
TWRP 3.3.1-0 Unofficial Installer by mauronofrio
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/mauronofrio/android_device_asus_I001D_TWRP
Precompiled Stock kernel
Donations:
Credits:
Thanks to @Terminal_Heat_Sink and to @micky387 for the testing
Created 2019-12-29

I want to specify that this is not tested.
If you only boot the twrp maybe decryption will not work, you have to flash installer and reboot in twrp to make the twrp decrypt

Installing now let's see what we have here

Q version boot to twrp but Touch screen is not working
Update: usb otg work, i can use mouse, working but not easy to press menu

#5
Pie one boots up but screen is not working as well.
You can get around that by running the following while you are frozen on twrp home screen
Adb shell twrp sideload
Then
Adb sideload installer.zip
Then
Adb reboot recovery
Now you will be inside permanent twrp where screen still doesn't work but we need that magisk power so
Adb shell twrp sideload
Then
Adb sideload magisk.zip
And finally
Adb reboot

mauronofrio to the save. Yess.

blukutuxxx said:
Q version boot to twrp but Touch screen is not working
Update: usb otg work, i can use mouse, working but not easy to press menu
Click to expand...
Click to collapse
Can you send me logs?
adb shell cat /tmp/recovery.log
adb shell dmesg
I think i can fix easily the problem

blukutuxxx said:
Q version boot to twrp but Touch screen is not working
Update: usb otg work, i can use mouse, working but not easy to press menu
Click to expand...
Click to collapse
Lol using mouse is genius I will try that too and see if its possible to backup/restore rom

mauronofrio said:
Can you send me logs?
adb shell cat /tmp/recovery.log
adb shell dmesg
I think i can fix easily the problem
Click to expand...
Click to collapse
https://www.dropbox.com/sh/zu362e13cylrwca/AADv3SvAnc_dkmYty48WgZdMa?dl=0

blukutuxxx said:
https://www.dropbox.com/sh/zu362e13cylrwca/AADv3SvAnc_dkmYty48WgZdMa?dl=0
Click to expand...
Click to collapse
Thanks, i found the problem, please try this new twrp and report the bugs. If you get problems please send always logs. If you want to speed up the TWRP building just write me privately on telegram (I have the same nick)
TWRP 3.3.1-1 Rog Phone 2 (I001D) by mauronofrio:
- Added Touchscreen firmware
- Reduced the Kernel size
TWRP 3.3.1-1 Pie Unofficial by mauronofrio
TWRP 3.3.1-1 Q Unofficial by mauronofrio
TWRP 3.3.1-1 Unofficial Installer by mauronofrio

Double Post

TWRP 3.3.1-5 Rog Phone 2 (I001D) by mauronofrio:
- Fixed Touchscreen
- Fixed OTG
- All is working
TWRP 3.3.1-5 Pie Unofficial by mauronofrio
TWRP 3.3.1-5 Q Unofficial by mauronofrio
TWRP 3.3.1-5 Unofficial Installer by mauronofrio
P.s. to flash the installer for the first time you have to use a usb-otg or adb sideload, because when you boot the twrp from fastboot
Thanks to @Terminal_Heat_Sink and to @micky387 for the testing

mauronofrio said:
TWRP 3.3.1-5 Rog Phone 2 (I001D) by mauronofrio:
- Fixed Touchscreen
- Fixed OTG
- All is working
TWRP 3.3.1-5 Pie Unofficial by mauronofrio
TWRP 3.3.1-5 Q Unofficial by mauronofrio
TWRP 3.3.1-5 Unofficial Installer by mauronofrio
P.s. to flash the installer for the first time you have to use a usb-otg or adb sideload, because when you boot the twrp from fastboot
Thanks to @Terminal_Heat_Sink and to @micky387 for the testing
Click to expand...
Click to collapse
Hi mauronofrio TWRP is asking for a Decypt password do you what it is, thank you

ased10 said:
Hi mauronofrio TWRP is asking for a Decypt password do you what it is, thank you
Click to expand...
Click to collapse
It's the password or pin number you set as your lock screen

Just flashed 3.3.1-1 still no touchscreen support gotta use a mouse.
EDIT: 3.3.1-5 touchscreen working ty!

the UI is a bit glitchy for me especially the progress bar. Everything else seem to work just fine

Sk1t said:
the UI is a bit glitchy for me especially the progress bar. Everything else seem to work just fine
Click to expand...
Click to collapse
Same here ?

Sk1t said:
the UI is a bit glitchy for me especially the progress bar. Everything else seem to work just fine
Click to expand...
Click to collapse
The ui is glitchy because the twrp foesn't support 120hz i think, in all cases i will check better

can I use this recovery to flash the we version of Android 10? My phone is a cn version.

mauronofrio said:
The ui is glitchy because the twrp foesn't support 120hz i think, in all cases i will check better
Click to expand...
Click to collapse
The version from wzsx150 doesn't have this glitch. I'm not sure if their sources are public but I've been using that one before this.
I personally would not mind capping it to 60hz or even 30hz if that means that glitch is gone. Anyhow great work
---------- Post added at 06:18 PM ---------- Previous post was at 06:16 PM ----------
a5he said:
can I use this recovery to flash the we version of Android 10? My phone is a cn version.
Click to expand...
Click to collapse
I don't think so, 9 and 10's TWRP don't play well with each other.
https://forum.xda-developers.com/rog-phone-2/how-to/rog2-android10-twrp-wzsx150-t4027313
This thread has a TWRP from another dev that supposedly supports 10.

Related

[RECOVERY][UNOFFICIAL[joyeuse][v3.0.0] Pitch Black Recovery [07/08/2020]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're 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.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.4.0
PitchBlack version: 3.0.0
For device: joyeuse
Maintainer/Authors build: @Kry9toN
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Kernel: https://github.com/Kry9toN/kernel_xiaomi_sm6250
PitchBlack Team: @rezaadi0105, @shovon, @manjot.gni, @androiabledroid, sagar
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
The device will automatically reboot into PitchBlack Recovery after installation
Enjoy
From PC
Download PitchBlack Recovery flashable zip from bellow
Extract the PBRP zip
Goto fastboot mode in your device
Flash the recovery.img by fastboot flash recovery.img
Boot into PBRP
Copy the zip to internal storage
Flash it
Enjoy
Changelog
Code:
v3.0.0
- Fully Redesigned UI
- Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
- Fully Redesigned Website https://pitchblackrecovery.com
- New Android like Power Menu (Activated via power key hold)
- Flashlight toggled by Vol up(+) on hold
- New Scrollable Advanced menu
- Totally Redesigned Icons
- Removed old unnecessary Theming Stuff
- Tested on almost all handy Resolutions
- Flashlight toggle on Lockscreen
- More checks for SAR/Non-SAR
- New Navbar
- Support on almost all Android version (5.0+)
- Update ozip decrypt
- Fix up ozip print logs & take all paths
- Update FUNDING.yml
- Fixed encrypted removal checks & buttons
- Add Flag for disabling treble compatibility by default
- Is_Data_Wiped: Simplify function signature
- Unified AB_OTA_UPDATER
- Change AB device log storage to /data/recovery
- Delay start if specified in board
- Optimize touchscreen driver initialization delay.
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Downloads
Flashable zip
https://drive.google.com/uc?id=1XUIrTfSeQ6rgYfvb4_XO6NIIRnWZJOOj&export=download
XDA:DevDB Information
PitchBlack Recovery Project, Tool/Utility for the Redmi Note 9 Pro
Contributors
Kry9toN, Reza Adi, Shovon, Manjot Sidhu, Mohd Faraz, Sagar
Version Information
Status: Stable
Current Stable Version: 3.0.0
Created 2020-08-10
Last Updated 2020-08-10
Great, will test it now !
dungphp said:
Great, will test it now !
Click to expand...
Click to collapse
Nice if you found bug please tell me
Kry9toN said:
Nice if you found bug please tell me
Click to expand...
Click to collapse
It work ! Needed unmount system, vendor then flash rom
Why do you need to crosspost here? https://forum.xda-developers.com/redmi-note-9-pro/review/recovery-pitch-black-recovery-t4145151
Thumbs up. Backup seems to work.
@Kry9toN
After installing Island backups only fail as you can read on
https://www.reddit.com/r/Android/comments/chhcm6/psa_twrp_backup_does_not_like_android_for_work/
https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1256
Island is similar to Shelter and is used to isolate certain proprietary Apps. I won't delete it. I could send you my PBRP log, if you want to work on the problem. How about it?
heyadmwutanime said:
Why do you need to crosspost here? https://forum.xda-developers.com/redmi-note-9-pro/review/recovery-pitch-black-recovery-t4145151
Thumbs up. Backup seems to work.
Click to expand...
Click to collapse
My miss take for choose form
Hi,
i tried to install this version but failed. Please see my steps belwo:
1) installing recovery.img via "fastboot flash recovery recovery.img" worked fine
2) installing the PitchBlack-joyeuse-2.9.1-20200722-1350-UNOFFICIAL.zip file via twrp returned "ERROR 1"
3) after rebooting into system and then back to PBRP, PBRP was gone and defualt recovery came up
Is there anything i miss?
Try to unmount some partitions and then install/sideload the zip. Try both install (from internal memory) and adb sideload. I also wasn't able to install many zip files through Recovery. Either the custom recoverys aren't ready yet or the zip files aren't made for Android 10 AOSP.
Tried adb sideload as well but it doesnt start on device side. Its just loading or startign endless.
I wantred also to get hands on the logs but once i install magisk, its getting into bootloop. Also the filemanager cannot be installed from PBRP.
Maybe its jjust to early.
Flashing Magisk from recovery will get u to bootloop. Extract ur roms boot.img from rom zip and patch it with Magisk Manager app then flash it with adb in fastboot mode
Hi,
I unlocked the bootloader of my RN9 Pro, rooted by patching the .img file with Magisk, now I would like to install a custom recovery. Does installing PBR format data like Czech TWRP found in neighboring forum? And how to install it with the official Recovery, the latter is not familiar to me, I come from a Mimax2.
Thank you
dungphp said:
It work ! Needed unmount system, vendor then flash rom
Click to expand...
Click to collapse
Thanks! I spent hours trying to figure out why I couldn't flash anything, unmounting vendor fixed it instantly!
2x super with the same size.
A bug?
You can't use adb sideload it glitches and gapps aroma doesn't work
Please help me
I unlocked bootloader, then flash pitch black recovery but once I booted to recovery, I flash miui rom and then my internal data got encrypted. It's not encrypted anymore but I can't flash any custom rom using this recovery.
When I access fastboot mode, adb devices doesn't show any device. I previously flashed twrp for curtana.
I'm still able to access pbr but everytime I try to flash rom, here's the error message:
Updater process ended with ERROR: 7
An Assert failed. Please check the output above for more details.
Error installing zip file 'file-location-info-bla-bla-bla'
Updating partition details...
Failed to mount '/product' (No such file or directory
...done
Please help me solve this
Edit:
I solved it by flashing through fastboot
Guys i want to try it. I will flash it via fastboot. I dont want to lose my data. Am ı need to flash rom after installing pbrp?
Hmm, looks like this does not support dynamic partitions.
I run into an assertion error trying to install the xiaomi.eu 11.0.5 ROM.
cheers
afx
a.f.x. said:
Hmm, looks like this does not support dynamic partitions.
I run into an assertion error trying to install the xiaomi.eu 11.0.5 ROM.
cheers
afx
Click to expand...
Click to collapse
Make sure to unmount /system and/vendor before flashing
crisagler said:
Make sure to unmount /system and/vendor before flashing
Click to expand...
Click to collapse
Not mounted by default anyway...
cheers
afx

[RECOVERY][UNOFFICIAL] TWRP 3.5.x for Redmi K30 5G [picasso]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
*Disclaimer
*
* Your warranty may be void.
*
* We're not responsible for bricked devices, dead OTGs 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.
*/
Introduction:
Team Win Recovery Project 3.x , or twrp 3 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.
Features:
Wiping, backing up, restoring, and mounting various device partitions, such as the system, boot, userdata, cache, and internal storage partitions are also supported. TWRP also features file transfer via MTP, as well as a basic file manager, and a terminal emulator. It is fully themeable.
Click to expand...
Click to collapse
Bugs:
You tell me!
Check current issues at the GitHub Issues tracker before reporting one (it may already exist): https://github.com/Redmi-K30-5G/device_xiaomi_picasso_recovery/issues
Prerequisites:
1. Unlocked bootloader.
Instructions:
1. Download the TWRP image file to your PC.
2. Put your device into fastboot.
3. Type the following command to flash the recovery:-
Code:
Code:
fastboot flash recovery "name_of_recovery.img"
4. On installation of TWRP , to boot the recovery do:-
Code:
Code:
fastboot boot "name_of_recovery.img"
The device will automatically reboot into TWRP, and you will have TWRP as your permanent recovery!
5. Enjoy!
Contributors:
hadenix
Version Information:
TWRP version: 3.5.x
Device: picasso (all models should work)
Picasso TG general group: https://t.me/XiaomiRedmiK30
Maintainer/Authors build: @Hadenix
Downloads:
TWRP
Support:
Telegram Channel
Changelog
Code:
13-10-2021
Updated sources TWRP
Added support for encrypting firmware with OSS Vendor
Safetynet module update for MIUI
Added cleaning of Super partitions;
Added a backup and the ability to install images of the Super partition;
Fixed translations
20-06-2021
Fixed CPU temperature sensor
Synchronization with source code
Added support for MIUI firmware encryption on Android 11
Fastbootd is activated
And other minor edits and fixes
31-05-2021
Updated source codes to the current ones
Updated graphics
Removal of the LogCat log
a patch to prevent the replacement of twrp stock recovery (for of.MIUI)
install Magisk v23.0 and uninstall it
AVB protection removal patch (for OFIUI on 11 android).
script for full conversion of Super to RW partition (by brigudav)
script for mounting dynamic partitions in RW (by brigudav)
script for disabling forced encryption (by brigudav)
script for disabling partition logging (by brigudav)
installation of a module for Magisk to pass the SafetyNet test
16-02-2021
Fix adb sideload
Updated sources TWRP
Changing the interface of the top bar
31-01-2021
updated twrp sources
updated fstab
fix recent errors
removed some flags
made the sorting
17-12-2020
updated fstab
fix recent errors
now the date is being decoded by pin code
13-12-2020
removed unnecessary libs/files
removed some flags
made the sorting
fixed the status bar
updated twrp sources
updated fstab
26-10-2020
Fix Magisk Installation
Minor fixes that prevented the installation of MIUI firmware
25-10-2020
Update prebuilts to 12.0.7.0 stable
First release
@Hadenix
I'm using the EU rom, stable, i flashed your TWRP and now my K30 5G is stuck, wont boot into recovery or system, i followed your steps 1 by 1, and yes after flashing TWRP i booted to TWRP via Fastboot.
What to do ?
Thank you so much
Inpain said:
@Hadenix
I'm using the EU rom, stable, i flashed your TWRP and now my K30 5G is stuck, wont boot into recovery or system, i followed your steps 1 by 1, and yes after flashing TWRP i booted to TWRP via Fastboot.
What to do ?
Thank you so much
Click to expand...
Click to collapse
I did the installation from scratch and everything works for me
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
twrp-3.4.0_10-2-picasso-hadenix
17-12-2020:
updated fstab
fix recent errors
now the date is being decoded by pin code
vudungcom said:
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
Click to expand...
Click to collapse
try the latest version
vudungcom said:
I am at eu rom but after flash magisk, it is bootloop, how to bypasss this issue. Thank
Click to expand...
Click to collapse
if you put it clean, then you need to format the date, all data is deleted
Hadenix said:
if you put it clean, then you need to format the date, all data is deleted
Click to expand...
Click to collapse
Thank for suggestion but now i am using stable eu version n dont have time to do, when i want to change new rom, will use your TWRP
how can I decrypt twrp? i can't update my rom without decrypting. and i can't find any solutions for that. every time i want to update I need to formate everything. please help
sazzadbk05 said:
how can I decrypt twrp? i can't update my rom without decrypting. and i can't find any solutions for that. every time i want to update I need to formate everything. please help
Click to expand...
Click to collapse
You can type your screen passcode android
Hi I have a problem for your latest twrp twrp-3.4.0_10-2a-picasso-hadenix when I entered the pin code it
stuck on decoding FBE what shoud I do ?
31-01-2021
updated twrp sources
updated fstab
fix recent errors
removed some flags
made the sorting
The Twrp download link doesn't work
Avladis said:
The Twrp download link doesn't work
Click to expand...
Click to collapse
Redmi K30 5G / picasso - Browse /TWRP at SourceForge.net
Code name: picasso
sourceforge.net
Hello Sir and friends,
Thank you the updates.
TWRP 3.5 can flash GSI ROM now. I can mount /system partition in dynamic partition. I assume that we can flash GSI ROM with this updated TWRP with no need to use fastboot command line.
16-02-2021
Fix adb sideload
Updated sources TWRP
Changing the interface of the top bar

[RECOVERY] [Unified] [OP6xT] Sky Hawk Recovery Project 3.0

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am 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 Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: SIDDK
Based On: TWRP
TWRP Version: 3.6.0
Unified Recovery For OnePlus 6 & 6T
Reserved
Some Screenshots
Siddk said:
Some Screenshots
View attachment 5184153View attachment 5184155View attachment 5184157View attachment 5184159View attachment 5184161View attachment 5184163
Click to expand...
Click to collapse
thanx man!! been waiting for this one for a long time!
Nice, thanks for sharing the project! Flashed Bootleggers 11 and magisk 21.2 without issues. does themeing work?
erad1 said:
Nice, thanks for sharing the project! Flashed Bootleggers 11 and magisk 21.2 without issues. does themeing work?
Click to expand...
Click to collapse
yes theming works also you can create theme too here
Thanks for something new for op6 will try soon
Siddk said:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am 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 Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: SIDDK
Based On: TWRP
TWRP Version: 3.5.0
Click to expand...
Click to collapse
In download section Add on Rescue zip? It Stand for what?
sschacko1960 said:
In download section Add on Rescue zip? It Stand for what?
Click to expand...
Click to collapse
addon contain multiple zip included like magisk, overlay & dm verity zip if you reset device those file removed from data
so no need to flash recovery again to get those files just flashing addon will restore those zips
Siddk said:
addon contain multiple zip included like magisk, overlay & dm verity zip if you reset device those file removed from data
so no need to flash recovery again to get those files just flashing addon will restore those zips
Click to expand...
Click to collapse
Thank you
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
JUMANZI said:
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
Click to expand...
Click to collapse
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
JUMANZI said:
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
Click to expand...
Click to collapse
thesumanthapa said:
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
Click to expand...
Click to collapse
Issue is occurring on twrp
boot to shrp via img then flash shrp zip
thesumanthapa said:
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
Click to expand...
Click to collapse
The same as you,I also boot to shrp via img then flash shrp zip ,after that i reboot to recovery, it gets stuck in bootloader with a warning screen
JinYaoYu said:
The same as you,I also boot to shrp via img then flash shrp zip ,after that i reboot to recovery, it gets stuck in bootloader with a warning screen
Click to expand...
Click to collapse
Facing issue on which rom? because me tested on oos working fine
But rom with prebuilt twrp facing this issue
Siddk said:
Facing issue on which rom? because me tested on oos working fine
But rom with prebuilt twrp facing this issue
Click to expand...
Click to collapse
Facing issues on H2OS ,Android 10
tried every method doesn't work
crashdump mode trying to boot from image via fastboot. Using Siberia 12. Recovey wont boot if installed via zip
Both of your recoveries caused my 6t to freak out. Boot image in slow motion, screen went nuts. Is the installer dynamic in the way it recognizes which device you're using because I thought you couldn't use the same recovery for the 6 and 6t on a12 because of encryption issues. I think the only reason my device even booted is because if on F2FS unencrypted
And with SHRP I thought you had to flash the img and then the zip? That's my experience in the past with other devices, but perhaps the 6t is different?

[RECOVERY] [taimen] Sky Hawk Recovery Project v3.1 [04-11-2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am 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 Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Restart the phone to Bootloader
2. Enter Temporary Recovery
fastboot boot SHRP_Recovery_v3.0_taimen.img
3. Data decryption (the password is the phone lock screen password)
4. Click Install and flash into SHRP-Install_v3.0_taimen.zip
5. Unzip SHRP-Resource_v3.0_taimen.zip to the root directory of the phone's built-in storage (/sdcard/)
6. Installation is complete
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Henloboi
TechyMinati
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: ReallySnow
Based On: TWRP
First Build Date: 01/22/2021
Last Build Date: 04/11/2021
TWRP Version: 3.5.1
Device Tree: https://github.com/ReallySnow/twrp_device_google_taimen, https://github.com/ReallySnow/twrp_device_google_wahoo
Screenshot

			
				
irmas5 said:
Hi. Like i understand here are recoverrry for taimen?
Click to expand...
Click to collapse
Yes
Can't see any files in Google-Drive download link
palimatix said:
Can't see any files in Google-Drive download link
Click to expand...
Click to collapse
There is a problem, re-upload later
I have to question the point of this given we can only fastboot to recovery on Android 11....
Ok....just flashed it....decryption goes through fine and so does flashing.... kudos to the Dev team!
amandeepparmar said:
Ok....just flashed it....decryption goes through fine and so does flashing.... kudos to the Dev team!
Click to expand...
Click to collapse
What about SHRP-Install_v3.0_taimen.zip, do you flash on twrp especially on android 11?
a_khusairi said:
What about SHRP-Install_v3.0_taimen.zip, do you flash on twrp especially on android 11?
Click to expand...
Click to collapse
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
amandeepparmar said:
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
Click to expand...
Click to collapse
yes, it works fine on android 11, thank you @ReallySnow
amandeepparmar said:
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
Click to expand...
Click to collapse
Hello. And together with magisk?
pablo9023 said:
Hello. And together with magisk?
Click to expand...
Click to collapse
Yes, I'm on Dec stock rom with latest canary build + universal fix 1.1.1 flashed via SHRP, SafetyNet passes.
I get an error 1 failed to install magisk. i followed the instructions but no luck, can someone help? i'm gonna try old way by patching boot image in magisk manager but i really like this recovery so any help i would appreciate
mount -W /system_root process ended with error 1
Hello, can you also make a build for walleye?
ReallySnow said:
Yes
Click to expand...
Click to collapse
Hi. Backup and restore works on this recovery?
Dear OP, I'm so happy seeing new custom recovery for our devices! Please consider releasing a version for walleye. Our version of TWRP is much more outdated than taimen's TWRP.
Greetings!
New to rooting and installing recoveries and ROMs on this phone but any suggestions for running into mounting errors with this? Loving it otherwise but limited on functionality thus far.
Tried it:
Temp booted to it
Couldnt copy zips to flash internal storage via MTP...nope
abd pushed the installer.zip to tmp
Flashed it from there
adb pushed resources folder
Bootloop
At that point i again asked myself "whats the point?"
Back to temp booting TWRP which works 100%
Booted, flashed, unzipped and copied to root directory! Works incredibly well and intuitively.
Would you please elaborate on using the resources when in SHAP Recovery?
Also, can you elaborate on MTP issues. What should we look out for? Can I just boot TWRP if have an MTP issue?
Thanks. This is AWESOME

Development [RECOVERY][Unofficial][lisa] Sky Hawk Recovery Project 3.1[SHRP]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am 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 Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp bootimage (extract from the zip)
5. Reboot to recovery.
6. Done
OR
1. fastboot boot boot.img
2. select the boot.img and flash it in recovery ramdisk
Themes
Rest you tell..
Check Attachment
Github
Website
ScreenShots
Telegram Group
Telegram Device Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Henloboi
TechyMinati
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​Maintainer: @HimanshuRaj
TWRP Version: 3.5.1_11-0
Device Tree: https://github.com/hraj9258/android_device_xiaomi_lisa
Credit: Adithya for device tree
Awesome, thanks! Unfortunately, there is no attachment.
eplin said:
Awesome, thanks! Unfortunately, there is no attachment.
Click to expand...
Click to collapse
now it is their
Sorry, I'm just curious - all these custom recoveries for Lisa are ported fro TWRP 3.5, not the latest TWRP branch 3.6 (I know, there is no official TWRP for Lisa yet)?
Also, does this SHRP for Lisa supports encryption on Internal memory for the stock MIUI 125, A11?
And the last question please (this is my first A/B phone):
To which partition would zip install SHRP?
I e., I installed Magisk by flashing the Magisk patched boot.img to boot (currently, system is on B) - would my Magisk be preserved upon installing the SHRP?
Thanks
zgfg said:
Sorry, I'm just curious - all these custom recoveries for Lisa are ported fro TWRP 3.5, not the latest TWRP branch 3.6 (I know, there is no official TWRP for Lisa yet)?
Also, does this SHRP for Lisa supports encryption on Internal memory for the stock MIUI 125, A11?
And the last question please (this is my first A/B phone):
To which partition would zip install SHRP?
I e., I installed Magisk by flashing the Magisk patched boot.img to boot (currently, system is on B) - would my Magisk be preserved upon installing the SHRP?
Thanks
Click to expand...
Click to collapse
1. They arent ported, insted they are based on that, as the team is busy these days, so they arent able merge the upstream changes,
2. yes, it can decrypt the miui 12.5(a11), and I hope It can decrypt aosp ROMs too
3. well, i cant say much when it come to a/b or va/b devices, i don't have any experience with it
all i can say is:
- Extract the boot.img from the attached zip
- use fastboot to boot it, i.e. fastboot boot boot.img
- then navigate to the shrp-boot.img and flash that to recovery ramdisk
Thank you very much!
I have tested all four custom recoveries so far available for Lisa, here on XDA
Your SHRP is the only one that successfully decrypts and uses Internal storage - screenshot attached
(Screenshots from SHRP were also saved to /Pictures/Screenshots on the Internal storage)
zgfg said:
Thank you very much!
I have tested all four custom recoveries so far available for Lisa, here on XDA
Your SHRP is the only one that successfully decrypts and uses Internal storage - screenshot attached
(Screenshots from SHRP were also saved to /Pictures/Screenshots on the Internal storage)
Click to expand...
Click to collapse
I'm unable to mount USB storage or decrypt internal storage using the device password, its showing 0MB for me, completely black, I just switched to pixel os, using LOS recovery, and I want to shift to SHRP, any help will be greatly appreciated.
Surapathi Kiran said:
I'm unable to mount USB storage or decrypt internal storage using the device password, its showing 0MB for me, completely black, I just switched to pixel os, using LOS recovery, and I want to shift to SHRP, any help will be greatly appreciated.
Click to expand...
Click to collapse
I'm on stock and it works perfectly for me, both with unlock pin and pattern
Cannot advise you about LOS - except that switching the ROM usually (Xiaomi pgones) requires formatting (not just wiping) Data
Updated the recovery build,
- fixed the USB OTG mount
HimanshuRaj said:
Updated the recovery build,
- fixed the USB OTG mount
Click to expand...
Click to collapse
Did you maybe fix support for EXTERNAL SD card - it doesn't see anything from the SD card (to the other side it works perfectly with Internal memory)
I didn't test yet OTG - will try with the new buid
zgfg said:
Did you maybe fix support for EXTERNAL SD card - it doesn't see anything from the SD card (to the other side it works perfectly with Internal memory)
I didn't test yet OTG - will try with the new buid
Click to expand...
Click to collapse
both external sdcard and USB OTG should be working fine in this new build
HimanshuRaj said:
both external sdcard and USB OTG should be working fine in this new build
Click to expand...
Click to collapse
Attachment in the OP post #1 is still the old one - could you please update/attach
I tried to follow your GitHub link from OP post #1 but there is no Release there to download the img
PS: Seems I found on your TG channel
HimanshuRaj said:
both external sdcard and USB OTG should be working fine in this new build
Click to expand...
Click to collapse
Just downloaded from TG, please check my TG and Checksum screenshots did I download the correct boot.img?
I have both external SD card and USB OTG stick.
Screenshots show how MiXPlorer correctly reads both
I successfully mounted USB OTG stick and SHRP correctly reads it's filesystem
But I cannot Mount external_sd in SHRP, nor I could select it for the active storage.
Files in SHRP show empty external_sd - screenshots from SHRP are also attached
Am I doing something wrong, or could I provide you some log files for debugging (for the SD card)?
Thanks
phone stuck on fastboot after installing shrp, any help
Phil_z3phyr said:
phone stuck on fastboot after installing shrp, any help
Click to expand...
Click to collapse
please read the instructions carefully
Is the OP attachment updated with latest SHRP ? as the last update was on 5 feb while OP last edit is at end of Jan
shouk_1987 said:
Is the OP attachment updated with latest SHRP ? as the last update was on 5 feb while OP last edit is at end of Jan
Click to expand...
Click to collapse
Last time I downloaded the latest version (fix for OTG) from TG
zgfg said:
Attachment in the OP post #1 is still the old one - could you please update/attach
I tried to follow your GitHub link from OP post #1 but there is no Release there to download the img
PS: Seems I found on your TG channel
Click to expand...
Click to collapse
What is the TG channel name ?
shouk_1987 said:
What is the TG channel name ?
Click to expand...
Click to collapse
It was in the OP, seems you found (posted to TG)
brief question for expert members.
I tried to download directly from shrp site. In soundforge no directory of our lisa device. in devices list , no link to mi 11 lite 5g ne. the https://github.com/hraj9258/android_device_xiaomi_lisa has no img file. Where i find the last updated and official img file?

Categories

Resources