[TESTING] [RECOVERY] [UNOFFICIAL] TeamWin Recovery Project (omni, 9.0, 3.7.0) for the OPPO Reno Z - OPPO Reno Z ROMs, Kernels, Recoveries, & Other Dev

{
"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"
}
DISCLAIMER​This recovery TRIGGERS anti-root measures in ColorOS. You WILL get the red status bar and notifications. This is not an issue and is unavoidable without ColorOS Patches.
And obviously.
Code:
/*
* Your warranty is now void.
*
* 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.
*
*/
INTRODUCTION​TWRP or the TeamWin Recovery Project is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. But I think nobody needs an introduction ​BUILD INFO​This is an unofficial build compiled by me, using the OmniROM (9.0) TWRP sources.
I've only tested this recovery using Android 9 stock.
This recovery uses the stock, prebuilt Android 9 kernel.​What works? What doesn't?​WORKS:​- Booting
-Display
- Partition access
- Flashing and erasing
- Backups
- Vibrations, display brightness
- Battery charging
- USB
- Decryption​BROKEN:​- CPU temperature sensor
The rest of the features that are in TWRP are untested by me. I'm however welcome to any feedback for the rest of the features of the Reno Z.​How to flash?​1. Patch the phone's fastboot lock. You can patch lk.bin yourself, or use the binary and instructions in this post
2. Boot into fastboot, this is done by holding VOL- and POWER while the phone is off.
3. At the "serial does not match, verify ok" screen, plug the phone in and flash the recovery using fastboot.
Code:
fastboot flash twrp-3.7.0_9.0-CPH1979-UNOFFICIAL.img
4. This phone DOES NOT have any means to boot into recovery using hardware buttons (yet, i'll mess in the lk to see if i can enable it). Reboot into fastboot and boot into TWRP using
Code:
fastboot oem reboot-recovery
5. Enjoy!
6. Any major issues? Make a reply in this thread, I'll try to reply as soon as I can.​Sources?​I'm a big advocate of open-source software, but the source of this minimal device tree is messy right now. I'll clean it up as soon as I can and try to upload it after that. Sorry.
Use OPPO's kernel repository for the kernel sources. No patches or any modifications have been applied to the GPL-protected code.​

VERSION 2
- Fixes clock cutout
- Fixes img flash partitions
- Cleans up device tree

Related

[RECOVERY][UNOFFICIAL] - PitchBlack-Recovery

UNOFFICIAL PITCHBLACK RECOVERY FOR G5 PLUS
{
"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:
/*
* 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.
*/
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Pitch Black Recovery was started in March 18 2018 with the movement to enhance TWRP with better customizatons, themes and features.
https://sourceforge.net/projects/pitchblack-twrp/
Its a ported recovery but everything works like official TWRP
​
build Based on Official TWRP version: 3.2.3-1 by nick
Upto date with latest TWRP source
Supports Treble and non-Treble ROMs
Full dark theme with changeable accents
Force encryption disabler
Use AromaFM as default file manager
Various tools are include
Many bug fixes & optimization
CHANGELOG :
Code:
# PB v2.9.0 v1 (Initial Release)
DOWNLOAD :
PitchBlack-Potter-UNOFFICIAL
INSTALLATIONS :
Flash Zip file with other TWRP
and then it will reboot automatically to recovery
Enjoy
KNOWN BUGS:
Gray theme doesn't work.
Let me know if you find others bugs
SCREENSHOTS:
Source Code: https://github.com/PitchBlack-Recovery
Official Site: https://sourceforge.net/projects/pitchblack-twrp
Created 2019-02-15
Last Updated 2019-02-15
Hasn't been built from PBRP source?
Source sites show error 404 for me, so I can't tell.
How to revert back from pitch black to original twrp
mohammedfarhan said:
How to revert back from pitch black to original twrp
Click to expand...
Click to collapse
Back to original TWRP: Just flash it.
By fastboot:
Code:
fastboot flash recovery "name-of-recovery".img
where "name of recovery" has to be replaced with its original name.
Or by TWRP, under install change from zip to img ending and choose recovery instead of boot.
Sent from my Moto G5 Plus using XDA Labs

[RECOVERY] [OFFICIAL] [TWRP] Lenovo K8 Note XT1902-3(manning)

{
"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"
}
Team Win Recovery Project 3.x, or TWRP3.x 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:
[B][COLOR="Red"]/*
* Your warranty is now void.
*
* 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.
*
*/[/COLOR][/B]
Things to be checked ( Not really bugs that affect us but somethings which needs to be fixed )
* Data decryption for which you can select format data under Wipe tab as a workaround(You'll loose your data present in phone's storage and this bug is present in all recent mtk phones. Once if you do this it'll stay like that unless you flash your stock rom again using SP Flash Tool or fastboot)
* Battery % ( I disabled it as our phone is having problems displaying battery % in twrp it'll be stuck at 50%, even when I checked the battery file path in rom it is fine but in twrp file is showing 50)
Download Link: TeamWin Recovery Project for Lenovo K8 Note
Flashing command (reboot phone to fastboot and connect it to PC):
Code:
[B]fastboot flash recovery "drag and drop recovery file from file explorer"
fastboot oem reboot-recovery[/B]
Flashing Magisk is recommended to avoid twrp being replaced by stock recovery in next reboot
All others guides about Force Encryption and other useful stuff can be found in threads under "LENOVO K8 NOTE GUIDES, NEWS, & DISCUSSION"
Source code:
TWRP: https://github.com/omnirom/android_bootable_recovery
Device Tree: https://github.com/TeamWin/android_device_lenovo_manning
Thanks to Devs and Members of TWRP for giving our device official TWRP

[RECOVERY][UNOFFICIAL][on5ltetmo] OrangeFox Recovery Project [R10]

{
"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:
* 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 recovery
* 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.
*
I know this works with on5ltetmo, and it should work on on5ltemtr.
Downloads
Google Drive
INSTALLATION W/ EXISTING RECOVERY
Download the .img and flash it to recovery
INSTALLATION W/ DOWNLOAD MODE:
unlock your bootloader by turning on OEM unlock in developer settings
reboot to download mode
using odin, flash the recovery.tar file in the AP slot.
FEATURES
Synced with the latest Teamwin changes
Designed with latest Material design 2 guidelines
Implemented support for Flyme and MIUI OTA, and incremental block-based OTA in custom ROMs
Included customization
Inbuilt patches, like Magisk and password reset patch
Password protection
Fully open-source
Frequently updated
Known issues
Splash screen customization doesn't work
App manager doesn't work (On stock from, at least. No custom roms available to test.)
Some foxstart.sh error in logs
No flashlight file error
Screenshots colors are wrong, but actual screen is right
Orangefox zip builds can't be flashed because the compiler won't respect some settings
Screenshots
Index of /Screenshots/R10
Spoiler: Screenshots
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
Sources
OrangeFox
TWRP Device Tree
Version Information
OrangeFox: R10
Status: Testing
Created 2021-03-13
Last Updated 2021-03-14
Can U make This Recovery For Galaxy Note 5

Development [RECOVERY][UNOFFICIAL] TWRP for Galaxy S22+ (Exynos)

{
"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"
}
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:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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 me for messing up your device, I will laugh at you.
Supported Models:
Galaxy S22+ S906B
Download & Guide:
1. Unlock your bootloader.
2. Downloads for S22+: AFH: g0s twrp and kernel / Drive: g0s twrp and kernel
3. Reboot to download mode
4. Put the TWRP TAR for your device with Odin in the AP slot, vbmeta_disabled_R.tar in USERDATA slot and click start.
5. Reboot to recovery via recovery key combo (Vol up + power + USB connected).
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​- Go back to Wipe > Format Data > type yes.​- Reboot to recovery.​7. Flash custom kernel and magisk apk in twrp.
8. Reboot to system, Enjoy.
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
Thanks:
TWRP team
@ianmacd for multidisabler
@Dan_FFM (David Dean) for helping with convert readonly f2fs vendor to readwrite
Donators
Sources:
Kernel tree
Device tree
Changelog:
GitHub History
Note1: You need a custom permissive kernel to boot with R/W vendor.
Note2: If you got bootloop on Samsung logo, reboot to TWRP and wipe metadata from Advanced Wipe section.
Great job
where do I get custom kernel though?
edit: nevermind just found the links.
will it work on UI 5?
edit: nevermind, it works flawlessly!
Nice
what is TWRP used for nowadays?
-there are no TWRP flashable roms
-couldnt find a way to restore from TWRP backup without a bootloop

Development [RECOVERY][UNOFFICIAL] TWRP for Galaxy S22+ (Snapdragon)

{
"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"
}
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:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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 me for messing up your device, I will laugh at you.
Supported Models:
Galaxy S22+ S906E/S906N/S9060.
Download & Guide:
1. Unlock your bootloader.
2. Downloads for S22+: AFH: g0q twrp and kernel / Drive: g0q twrp and kernel
3. Reboot to download mode
4. Put the TWRP TAR for your device with Odin in the AP slot, vbmeta_disabled_R.tar in USERDATA slot and click start.
5. Reboot to recovery via recovery key combo (Vol up + power + USB connected).
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​- Go back to Wipe > Format Data > type yes.​- Reboot to recovery.​7. Flash custom kernel and magisk apk in twrp.
8. Reboot to system, Enjoy.
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
Thanks:
TWRP team
@ianmacd for multidisabler
@Dan_FFM (David Dean) for helping with convert readonly f2fs vendor to readwrite
Donators
Sources:
Kernel tree
Device tree
Changelog:
GitHub History
Note1: You need a custom permissive kernel to boot with R/W vendor.
Note2: If you got bootloop on Samsung logo, reboot to TWRP and wipe metadata from Advanced Wipe section.
Does encryption still not fixed?
trevinutomo said:
Does encryption still not fixed?
Click to expand...
Click to collapse
Could be forever broken.
Good job boys
Backup/Restore full working ?
Hello all...I have a SM-S906U1. Will it work?
galaxy23 said:
Hello all...I have a SM-S906U1. Will it work?
Click to expand...
Click to collapse
not unlockable bootloader

Categories

Resources