Git Product home page Git Product logo

android's Introduction

#################
## CronMod-ICS ##
#################

Sources
------------
-CyanogenMod
-CronMod
-CronicCorey
------------

Supported devices
-----------------
-HTC Bravo
-HTC Bravoc
-----------------

How to sync
-----------------------------------------------------------------------------------

To sync with CronMod, you'll need to get
familiar with [Git and Repo](http://source.android.com/download/using-repo).

To initialize your local repository using the CronMod manifest, open a terminal and 
use the commands below:

-    mkdir ~/bin && mkdir -p ~/android/system 
-    curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
-    chmod a+x ~/bin/repo

Reboot your pc then continue:

-    cd ~/android/system
-    repo init -u git://github.com/CronMod/android.git -b ics

Then to sync up:
(This will take a little bit)

-    repo sync -j16

Download Prebuilts needed by the build:

-    ~/android/system/vendor/cm/get-prebuilts

-----------------------------------------------------------------------------------

Building
--------------------------------------------------------------------

First, check for updates in the source:

-    cd ~/android/system && repo sync

Second, configure the environment for the build process:

-    . build/envsetup.sh

Third, build it:

GSM:
-    brunch bravo

CDMA:
-    brunch bravoc

The finished rom will be located at:

GSM:
~/android/system/out/target/product/bravo/cm-X.X.X-bravo-XX.zip

CDMA:
~/android/system/out/target/product/bravoc/cm-X.X.X-bravoc-XX.zip

*Please do not release builds of this rom without proper permission*

--------------------------------------------------------------------

android's People

Contributors

c-prime90 avatar

Stargazers

 avatar littlefan avatar

Watchers

James Cloos avatar  avatar

Forkers

ukarlsson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.