Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 938 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 938 Bytes

Patchrom MIUI V5 for XPERIA SP (HUASHAN)

Get started

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 jellybean42

Then to sync up:

$ repo sync

After Repo sync do comman below, to get working patchrom miui for our devices from my repo

$ git clone -b jellybean42 https://github.com/imanesaurus/patchrom_huashanCM.git huashan

Build MIUI V5

use this command

$ . build/envsetup.sh

$ cd huashan

$ make fullota PORT_PRODUCT=huashan BUILD_NUMBER=3.XX.XX

ps : 3.XX.XX is filled by miui version. ex : 3.12.6

Credits

Micode For patchrom CyanogenMod Team for bring CM to our Devices (ubberlaggydarwin, adfad666, -kali, eagleeyetom)