[Recovery] [OFFICIAL] Pitch Black Recovery Project for the S20 Family || 2022-02-03

Search This thread

Nico1544

Senior Member
May 27, 2016
137
36
Dortmund
pbrp3-banner-xda.png

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.


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

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

PBRP Side Changelog

Code:
PBRP Version - 4.0
- Bump to 4.0
- Based on TWRP 3.7.0_12.1
- Redesigned homescreen
- Fixed minor glitches
- Added more languages support

Device Side Changelog
Code:
-/-

Bugs
- You tell me!

Downloads

Flashable zip

 
Last edited:
  • Like
Reactions: nalas and Rman666

Actixel

New member
Oct 29, 2021
1
1
Thanks working good on my S20+
 

Attachments

  • Screenshot_PBRP_2023-02-01-09-48-18[1].png
    Screenshot_PBRP_2023-02-01-09-48-18[1].png
    230.9 KB · Views: 156
  • Screenshot_PBRP_2023-02-01-09-48-16[1].png
    Screenshot_PBRP_2023-02-01-09-48-16[1].png
    145.2 KB · Views: 157
  • Like
Reactions: Nico1544

ZeroCount

Senior Member
Oct 31, 2019
50
5
It says for s20 ultra. Is it going to work on s20 plus or there is something else to download?
 

nacos

Senior Member
Sep 27, 2007
614
275
Here & Now
pbrp3-banner-xda.png

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.


Features



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

PBRP Side Changelog

Code:
PBRP Version - 4.0
- Bump to 4.0
- Based on TWRP 3.7.0_12.1
- Redesigned homescreen
- Fixed minor glitches
- Added more languages support

Device Side Changelog
Code:
-/-

Bugs
- You tell me!

Downloads

Flashable zip

Hi,

Does this version work on the x1s (SM-G980F) running A10? Although the instructions indicate that it does, the flashable zip file seems to be dedicated to the z3s.

Thanks!
 

supqt

New member
Jan 15, 2021
4
0
pbrp3-banner-xda.png

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.


Features



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

PBRP Side Changelog

Code:
PBRP Version - 4.0
- Bump to 4.0
- Based on TWRP 3.7.0_12.1
- Redesigned homescreen
- Fixed minor glitches
- Added more languages support

Device Side Changelog
Code:
-/-

Bugs
- You tell me!

Downloads

Flashable zip


Works fine, looks amazing, but one thing that im missing and its also not possible in the basic twrp is:

other partitions in recovery script.
Im using tasker to backup my phone automaticly when an usb stick is inserted.
but only for those: (taken from openrecoveryscript-java)

if (system) mCommands.append("S");
if (data) mCommands.append("D");
if (cache) mCommands.append("C");
if (recovery) mCommands.append("R");
if (boot) mCommands.append("B");
if (androidSecure) mCommands.append("A");
if (useCompression) mCommands.append("O");
if (createMD5) mCommands.append("M");
if (TextUtils.isEmpty(foldername)) {
mCommands.append(" " + foldername);
}
mCommands.append('\n');

i need the other partitions:

efs
drb
and so on
ADDED FR. https://github.com/PitchBlackRecoveryProject/android_bootable_recovery/issues/97
 
Last edited:

Nico1544

Senior Member
May 27, 2016
137
36
Dortmund
Works fine, looks amazing, but one thing that im missing and its also not possible in the basic twrp is:

other partitions in recovery script.
Im using tasker to backup my phone automaticly when an usb stick is inserted.
but only for those: (taken from openrecoveryscript-java)

if (system) mCommands.append("S");
if (data) mCommands.append("D");
if (cache) mCommands.append("C");
if (recovery) mCommands.append("R");
if (boot) mCommands.append("B");
if (androidSecure) mCommands.append("A");
if (useCompression) mCommands.append("O");
if (createMD5) mCommands.append("M");
if (TextUtils.isEmpty(foldername)) {
mCommands.append(" " + foldername);
}
mCommands.append('\n');

i need the other partitions:

efs
drb
and so on
ADDED FR. https://github.com/PitchBlackRecoveryProject/android_bootable_recovery/issues/97
As I said already on GH, I won't add all partitions bc high sensetive device data, and if somebody do something wrong, it could cause a brick
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    pbrp3-banner-xda.png

    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.


    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

    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

    PBRP Side Changelog

    Code:
    PBRP Version - 4.0
    - Bump to 4.0
    - Based on TWRP 3.7.0_12.1
    - Redesigned homescreen
    - Fixed minor glitches
    - Added more languages support

    Device Side Changelog
    Code:
    -/-

    Bugs
    - You tell me!

    Downloads

    Flashable zip

    1
    Changelog:

    28.Januar.2022
    Fixed Torch
    1
    Thanks working good on my S20+