/platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 11


Welcome to PitchBlack Recovery Project 👋
Welcome to PitchBlack Recovery Project 👋

The Perfect Android Recovery for your device! PBRP provides the most advanced Open Source Android Recovery to troubleshoot your device on the GO!

Version Status chat Documentation License: Apache--2.0

Key FeaturesHow To buildBecome Official MaintainerDownloadFollow UsCreditsSupportLicense

🏠 Homepage • 📥 Official Devices

Key Features

  • Fresh native android like UI
    • New file manager
    • New Icons
    • New Accent
    • New Background
    • New Action Screens
  • Universal package flasher (zip, ozip, img etc)
  • MIUI OTA Support
  • Encryption Support
  • PBRP in house tweaks:
    • AVB 2.0 disabler
    • Treble checker disabler
    • Easy logger
  • Popular public tools:
    • Magisk Installer & Remover
    • Magisk Recovery
    • SuperSU Installer & Remover
    • System Apps Remover
    • Password Recovery etc

How To Build

To get started with AOSP sources to build TWRP, you'll need to get familiar with Git and Repo.

To initialize your local repository using the AOSP trees to build PitchBlack, use a command like this:

repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb -b android-11.0

To initialize a shallow clone, which will save even more space, use a command like this:

repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb -b android-11.0

Sync the latest stable branch

repo sync

Follow our omni_device.mk sample

📱 omni_device.mk sample

⚙️ Build

$ cd <source-dir>
$ . build/envsetup.sh
$ lunch omni_<device>-eng
$ mka recoveryimage

Become Official Maintainer

To become official maintainer for a device make sure you have build a fully working PBRP build for the device. After that apply for official maintainer ship here. Feel free to contact us at telegram.

Download

You can download the latest version of PBRP official build for your device from our website.

Follow Us

Credits

This software uses the following open source project(s):

Support

Give a ⭐️ if this project helped you!

License

Copyright © 2020 PitchBlack Recovery Project.
This project is Apache 2.0 licensed.


PitchBlack Recovery Project Team