Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge JRO03L #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
50 changes: 49 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,8 +1,56 @@
HERE we goooooo
davros

Visit http://www.forums.droidconcepts.com

Follow http://twitter.com/davros

To compile Droid Concepts yourself follow instructions below

Getting Started

Please see the Android source page for building instructions. Once you follow those instructions you can download the Droid Concepts source.

First make a directory called DC and cd to that directory:

mkdir ~/DC
cd ~/DC

To initialize your local repository using our trees, use the following command:

* for edited option rich Droid Concepts source

repo init -u git://github.com/davros-/DC_toro.git -b jb

* for a stock jelly bean Droid Concepts source

repo init -u git://github.com/davros-/DC_toro.git -b master


Then to sync up:

repo sync

To start a compile:

. build/envsetup.sh

Choose the device:

lunch

Chose a combo

9

Select the number of your target build then

make -j4 otapackage

You compile has now begun. See Android Source page for decided one what -j number to use







6 changes: 3 additions & 3 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fetch="https://android-review.googlesource.com/" />
<remote name="davros"
fetch="git://github.com/davros-/" />
<default revision="refs/tags/android-4.1.1_r3"
<default revision="refs/tags/android-4.1.1_r4"
remote="aosp"
sync-j="4" />

Expand Down Expand Up @@ -174,7 +174,7 @@
<project path="external/tremolo" name="platform/external/tremolo" />
<project path="external/v8" name="platform/external/v8" />
<project path="external/valgrind" name="platform/external/valgrind" />
<project path="external/webkit" name="platform/external/webkit" />
<project path="external/webkit" name="external_webkit" remote="davros" revision="jb" />
<project path="external/webp" name="platform/external/webp" />
<project path="external/webrtc" name="platform/external/webrtc" />
<project path="external/wpa_supplicant_6" name="platform/external/wpa_supplicant_6" />
Expand Down Expand Up @@ -247,7 +247,7 @@
<project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" />
<project path="packages/apps/Settings" name="platform_packages_apps_Settings" remote="davros" revision="master" />
<project path="packages/apps/SoundRecorder" name="platform/packages/apps/SoundRecorder" />
<project path="packages/apps/SpareParts" name="platform/packages/apps/SpareParts" />
<project path="packages/apps/SpareParts" name="platform_packages_apps_SpareParts" remote="davros" revision="jb" />
<project path="packages/apps/SpeechRecorder" name="platform/packages/apps/SpeechRecorder" />
<project path="packages/apps/Stk" name="platform/packages/apps/Stk" />
<project path="packages/apps/Tag" name="platform/packages/apps/Tag" />
Expand Down