Skip to content

Main repository for the manifest files used to get the Meow Universal Recovery Project sources.

Notifications You must be signed in to change notification settings

Meow-Universal-Recovery-Project/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meow Universal Recovery Project

Main repository for the manifest files used to get the Meow Universal Recovery Project sources.

Note

Make sure you have enough space to store MURP source code.

Getting Started

Caution

Not ready for building, bugs may occur.

First, create new folder and cd to it:
mkdir MURP && cd MURP

Then, sync source code:
repo init --depth=1 -u https://github.com/Meow-Universal-Recovery-Project/manifest.git -b main
repo sync -jX

Clone your devie-specific repositories and start building:
export ALLOW_MISSING_DEPENDENCIES=true
export FOX_BUILD_DEVICE=<device>
export LC_ALL="C"
source build/envsetup.sh

for the 11.0 (or higher) branch, if the device has a separate recovery partition
lunch twrp_<device>-eng && mka adbd recoveryimage

for the 11.0 (or higher) branch, with A/B partitioning, and no separate recovery partition
lunch twrp_<device>-eng && mka adbd bootimage

for the 12.1 (or higher) branch, vendor_boot-as-recovery builds [this is highly experimental and unsupported!]
lunch twrp_<device>-eng && mka adbd vendorbootimage

About

Main repository for the manifest files used to get the Meow Universal Recovery Project sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published