Skip to content

nitesh-prasad/patchrom_tomato_volte

Repository files navigation

MIUI8 PatchROM for YUREKA (VoLTE)

This is the Git repo of MIUI 8 patchROM for tomato (Yureka) developed by nitesh9 (@nitesh-prasad)

image

Getting Android SDK

In order to build patchrom project, you must have android sdk installed.(http://developer.android.com/sdk/installing.html)

And add the sdk tools and platform-tools to PATH. Open Terminal, type this:

gedit ~/.bashrc

add this line in top:

export PATH=${PATH}:/home/xxx/android-sdk-linux/tools export PATH=${PATH}:/home/xxx/android-sdk-linux/platform-tools

Getting Started

To get started with MiCode/patchrom, you'll need to get familiar with Git and Repo. To get started with MiCode/patchrom, you'll need to get familiar with Git and Repo.

To initialize your local repository using the patchrom trees, use a command like this:

$ mkdir patchrom

$ cd patchrom

$ repo init -u git://github.com/MiCode/patchrom.git -b marshmallow

Then to sync up:

$ repo sync

$ git clone https://github.com/nitesh-prasad/patchrom_tomato_volte.git tomato

Build

$ . build/envsetup.sh && cd tomato

$ make fullota

Credits

Special thanks to @princepaul, @DROHAN898 and @a136fei for helping me in this project.

Releases

No releases published

Packages

No packages published

Languages