[CLOSED][RECOVERY][dandelion][v3.0.0]Pitch Black Recovery[31/12/2020]

Search This thread

wanlus

Member
Dec 9, 2010
15
1
you have to flash vbmeta to avoid bootloop
fastboot flash vbmeta vbmeta.img
I've flashed vbmeta.img and no way. It doesn't work neither. Thanks anyway
 

yoshijulas

Member
Apr 17, 2019
37
10
For me was working perfectly, now that its closed, how i can compile it by myself, i really dont have experience with this, thx
 

BilalBZaka

Member
Jun 29, 2020
9
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



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
    Code:
    fastboot flash recovery recovery.img
  • Flash vbmeta (get from fastboot rom)
    Code:
    fastboot --disable-verification flash vbmeta vbmeta.img
  • Boot into PBRP by
    Code:
    fastboot boot recovery.img
    or
    Code:
    fastboot oem reboot-recovery
  • Boot into PBRP
  • Copy the zip to internal storage
  • Flash it
  • Enjoy

Bugs
- fastbootd
- sideload

Device Tree:- https://github.com/PitchBlackRecoveryProject/android_device_xiaomi_dandelion-pbrp

Downloads
Dropped Support

You Can Build Amd Fix Bugs As Device Tree I have shared
Can you provide the download .zip, plzzz
 

TabascoTX

Senior Member
Jun 13, 2009
422
42
South Central Texas
Redmi 9A

Attachments

  • 3.4.0 Redmi 9a dandelion test.rar
    19.8 MB · Views: 196

zeshansari

New member
Aug 13, 2021
4
3
i have TWRP recovery installed and my device is also unlocked but i am unable to find ROM for my device redmi 9A. does anyone have custom Pixel Experience or Extended or Lineage for my device?
 

SlimShady08

Senior Member
Apr 30, 2014
117
4
Hey mates
I am running the stock ROM without any recoveries whatsoever, tried
  • fastboot flash recovery recovery.img
  • fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
  • fastboot boot recovery.img

But to not avail. It just boots up the phone as normal. What am I doing wrong? Downloaded the recovery you guys shared previously but no joy, it is just not getting into recovery by any means.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    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
      Code:
      fastboot flash recovery recovery.img
    • Flash vbmeta (get from fastboot rom)
      Code:
      fastboot --disable-verification flash vbmeta vbmeta.img
    • Boot into PBRP by
      Code:
      fastboot boot recovery.img
      or
      Code:
      fastboot oem reboot-recovery
    • Boot into PBRP
    • Copy the zip to internal storage
    • Flash it
    • Enjoy

    Bugs
    - fastbootd
    - sideload

    Device Tree:- https://github.com/PitchBlackRecoveryProject/android_device_xiaomi_dandelion-pbrp

    Downloads
    Dropped Support

    You Can Build Amd Fix Bugs As Device Tree I have shared
    1
    i meant did you flash gsi with this
    no it cannot be flashed
    1
    i can not edit system files from any root explorer
    or move files in root with pbrp file manager. any suggestions?
    several forum post suggested that editing system files is hard in android 10
    any way to do that?
    (and in magisk log it says that unlock failed with error 13 permission denied)
    You can't modify system in recovery because of dynamic partition
    1
    [/QUOTE]
    i can not edit system files from any root explorer
    or move files in root with pbrp file manager. any suggestions?
    several forum post suggested that editing system files is hard in android 10
    any way to do that?
    (and in magisk log it says that unlock failed with error 13 permission denied)

    Try this way
    IMG_20210204_155354.jpg
    1
    Here's what i've found if you still need it.
    Did you try that?