Go to file
RezaAdi0105 bff06d2dc0
Added If it fails to build
2018-11-13 10:29:08 +00:00
README.md Added If it fails to build 2018-11-13 10:29:08 +00:00
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 PBRP: Update Url 2018-10-14 07:02:58 +05:30

README.md

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 -bPBRP

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>
     
     $ export ALLOW_MISSING_DEPENDENCIES=true
     
     $ . build/envsetup.sh
    
     $ lunch omni_<device>-eng
     
     $ mka recoveryimage

If it fails to build:


     $ export LC_ALL=C