forked from ymdzq/patchrom
-
Notifications
You must be signed in to change notification settings - Fork 0
Use disassemble/assemble technology to porting miui to misc android devices
andykoa/patchrom
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
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) And add the sdk tools and platform-tools to PATH. vim .bashrc export PATH=$PATH:/home/xxx/android-sdk/tools:/home/xxx/anroid-sdk/platform-tools Getting Started --------------- To get started with MiCode/patchrom, you'll need to get familiar with [Git and Repo](http://source.android.com/source/downloading.html, http://source.android.com/source/version-control.html). To initialize your local repository using the patchrom trees, use a command like this: mkdir patchrom cd patchrom repo init -u git://github.com/ymdzq/patchrom.git -b ics Then to sync up: repo sync Build -------- Assumed current directory is patchtom and you want to build the ROM for HTC Desire HD . build/envsetup.sh cd ace make fullota After build completed, there will be a fullota.zip under out directory, now you can flash this file into your device. Now you can get your own miui ROM, enjoy it!
About
Use disassemble/assemble technology to porting miui to misc android devices
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published