Skip to content

JactiveLTEam/MIUI-8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIUI 8 for Samsung S4 Active

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, digite 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:

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 git@github.com:JactiveLTEam/MIUI-8.git jactivelte

Build

$ . build/envsetup.sh && cd jactivelte

$ make fullota

About

MIUI 8 repos for S4 Active

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smali 99.6%
  • Vim Script 0.2%
  • IDL 0.2%
  • Shell 0.0%
  • Roff 0.0%
  • Makefile 0.0%