DeprecatedBuildAndroid » History » Version 7
Denis 'GNUtoo' Carikli, 08/24/2009 02:23 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | == Build system == |
|---|---|---|---|
| 2 | 7 | Denis 'GNUtoo' Carikli | * Check out the Dream Android repository following that howto: [http://source.android.com/documentation/building-for-dream],but be carefull...DO NOT RUN extract-files.sh...it would put proprietary files in your build,that you can't even redistribute |
| 3 | 1 | Denis 'GNUtoo' Carikli | Android use a custom Makefile based buildsystem |
| 4 | 5 | Denis 'GNUtoo' Carikli | * Patches can be find here [http://groups.fsf.org/wiki/Freest_hardware_comparisons/replicant] |
| 5 | Build process: |
||
| 6 | Let's say that our build directory is ~/replicant |
||
| 7 | * Add that file: |
||
| 8 | {{{ |
||
| 9 | TARGET_PRODUCT := htc_dream |
||
| 10 | }}} |
||
| 11 | To ~/replicant/buildspec.mk |
||
| 12 | * Then type |
||
| 13 | {{{ |
||
| 14 | cd ~/replicant |
||
| 15 | export ANDROID_JAVA_HOME=$JAVA_HOME |
||
| 16 | make |
||
| 17 | }}} |
||
| 18 | The files to flash are in ~/replicant/out/target/product/dream |
||
| 19 | |||
| 20 | 1 | Denis 'GNUtoo' Carikli | |
| 21 | |||
| 22 | |||
| 23 | == Status == |
||
| 24 | 4 | Denis 'GNUtoo' Carikli | * web browser crashes |
| 25 | * ril seem to work(I made some calls and received sms) |
||
| 26 | * no sound on the application cpu(the baseband cpu has sound) (that means the you can make calls but you can't play mp3 or ringtones) |