Go to file
Manjot Sidhu 83a7e7293b
twrp_extras: link pb_deloy.sh script to root dir
2018-11-22 21:18:15 +05:30
PitchBlack-Banner.png Add banner image for README.md 2018-11-21 20:11:24 +06:00
README.md PBRP: No need its 2018-11-21 23:59:18 +05:30
default.xml manifest: upto android-8.1.0_r51 2018-11-07 21:24:35 +05:30
omni-aosp.xml PBRP: Update Url 2018-10-14 07:02:58 +05:30
omni-caf.xml manifest: add omni Telephony repos 2018-01-05 15:43:14 -05:00
omni-default.xml Merge remote-tracking branch 'omnirom/android-8.1' into twrp-8.1 2018-06-27 15:33:00 -04:00
remove-minimal.xml Merge remote-tracking branch 'omnirom/android-8.1' into twrp-8.1 2018-07-16 12:39:16 -04:00
remove.xml manifest: use forked art 2018-07-05 16:59:57 +02:00
twrp-extras.xml twrp_extras: link pb_deloy.sh script to root dir 2018-11-22 21:18:15 +05:30

README.md

PitchBlack Recovery Project

An Open Source custom recovery for android


Getting started


To get started with PitchBlack Recovery, you'll need to get familiar with Git and Repo.

To initialize your local repository using the minimal-manifest-twrp omni trees to build PBRP, use a command like this:

$ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b PBRP

For Initial Low RAM Devices or older MTK Devices:

$ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-6.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.git -b PBRP

For Initial Low RAM Devices:

$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-6.0

Then to sync up:

$ repo sync

Then to build:


     $ cd <source-dir>

     $ . build/envsetup.sh

     $ lunch omni_<device>-eng

     $ mka recoveryimage

If it fails to build:


     $ export LC_ALL=C