Skip to content

multirom-redmi2/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Getting Started

To get started with TWRP & MULTI-ROM, you'll need to get familiar with Git and Repo.

To initialize your local repository using the MULTI-ROM trees, use a command like this:

repo init -u git://github.com/multirom-redmi2/android.git -b n7.0

Then to sync up:

repo sync

Then to build for the M8:

 ./mr-wt88047.sh

Or for other devices, the old-fashioned way:

 . build/envsetup.sh; lunch <device_name>

The following is from: https://github.com/Tasssadar/multirom/wiki/Porting-MultiROM

make recoveryimage # builds the recovery image

make multirom # builds multirom binary

make trampoline # builds trampoline - MultiROM's init daemon

make multirom_zip # builds multirom and trampoline and installation ZIP file

make multirom_uninstaller # builds uninstaller ZIP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published