Bush-cat / manifest_pb

Minimal manifest to compile PBRP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Welcome to PitchBlack Recovery Project 👋
Welcome to Bushcats Recovery based on PBRP 👋

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 PBRP Documentation License: Apache--2.0

Key FeaturesHow To buildCreditsLicense

🏠 Homepage • 📥 Official Devices

Key Features

  • Kang OS Theme
  • Resurrection Remix Theme
  • Fresh native android like UI
    • 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
    • Finalize for A/B Devices
    • Password Recovery etc

How To Build

# (NO THEME) initialize the latest stable branch
$ repo init -u git://github.com/Bush-cat/manifest_pb.git -b android-9.0

# For Resurrection Remix themed Recovery  initialize the latest stable rr branch
$ repo init -u git://github.com/Bush-cat/manifest_pb.git -b android-9.0-rr

# For Kang OS themed Recovery initialize the latest stable kang branch
$ repo init -u git://github.com/Bush-cat/manifest_pb.git -b android-9.0-kang

# 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

Credits

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

License

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


PitchBlack Recovery Project Team

About

Minimal manifest to compile PBRP