Go to file
Firewolf 279b605e8b
Update README.md
2018-10-10 19:51:02 +06:00
README.md Update README.md 2018-10-10 19:51:02 +06:00
default.xml manifest: android-8.1_r40 2018-07-06 08:24:28 +00:00
omni-aosp.xml Update omni-aosp.xml 2018-08-03 21:21:49 +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 Update twrp-extras.xml 2018-07-25 16:12:52 +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 trees omni to build PBRP, use a command like this:

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

For Initial Low RAM Devices or older MTK Devices:

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

For Initial Low RAM Devices:

$ repo init --depth=1 -u git://github.com/PitchBlack-Recovery/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