Skip to content
forked from MiCode/patchrom

Use disassemble/assemble technology to porting miui to misc android devices

Notifications You must be signed in to change notification settings

ExPeacer/patchrom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Patchrom
===========

Get Android SDK
----------------

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

Getting Started
---------------

To get started with MiCode/patchrom, you'll need to get
familiar with [Git and Repo](http://source.android.com/download/using-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/ExPeacer/patchrom.git -b ics

Then to sync up:

    repo sync

Build
--------

Assumed current directory is patchtom and you want to build the ROM for Xperia 2011 MDPI Series


     . build/envsetup.sh
     cd sk17i
     sh build.sh

After build completed, there will be a update_ExMIUIv4.zip in the device directory, now you can flash this file into your device.

About

Use disassemble/assemble technology to porting miui to misc android devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published