Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.92 KB

README.mkdn

File metadata and controls

74 lines (46 loc) · 1.92 KB

Android for ARMv6 and Thunderc - CyanogenMod 11.0

Getting Started

To get started with Android for ARMv6/CyanogenMod, you'll need to get familiar with Git and Repo.

To initialize your local repository using this tree, use a command like this:

repo init -u git://github.com/bigsupersquid/android.git -b cm-11.0

Then to sync up:

repo sync
sh vendor/cm/get-prebuilts

Build your device:

source build/envsetup.sh
lunch cm_thunderc-userdebug

Flash ZIP:

out/target/product/thunderc/cm-VERSION-thunderc.zip

Please see the CyanogenMod Wiki for building instructions.

Gerrit Code Review

We have a gerrit instance at http://review.androidarmv6.org. Please don't try to push directly to github. Ask an owner for forking stuff for gerrit. We will be happy to oblige.

Gerrit Setup (yes double review.review, change GERRITUSERNAME with your username)

git config --global review.review.androidarmv6.org.username GERRITUSERNAME

Uploading Patches

cd WORKING_DIR
source build/envsetup.sh
cd PROJECT_DIR
repo start cm-11.0 .
... make changes ...
git add .
git commit -m "Commit message"
repo upload .
repo abandon cm-11.0 .

Contact

For more information on this Github Organization and how it is structured, please go to http://androidarmv6.github.io/

Join us on #droidarmv6 (temporarily) or usually #androidarmv6 (usually - don't join this channel now) for help and support or just for a chat!

Disclaimer

All of these device are not supported by CyanogenMod since they use the old Qualcomm Snapdragon MSM7x27 chip, and hence cut off by the CyanogenMod team. This team (androidarmv6) is in no way, shape or form affiliated by the CyanogenMod team and this project is not endorsed or supported by the CyanogenMod team.