DeprecatedBuildAndroid » History » Version 19
Denis 'GNUtoo' Carikli, 09/29/2009 08:27 PM
| 1 | 16 | Denis 'GNUtoo' Carikli | Edit: |
|---|---|---|---|
| 2 | We have now a temporary git repository at gitorious: |
||
| 3 | http://gitorious.org/replicant |
||
| 4 | |||
| 5 | 18 | Denis 'GNUtoo' Carikli | == Before starting == |
| 6 | 8 | Denis 'GNUtoo' Carikli | * root your phone |
| 7 | 1 | Denis 'GNUtoo' Carikli | * Backup your current system!!! |
| 8 | 18 | Denis 'GNUtoo' Carikli | |
| 9 | == Build system == |
||
| 10 | Let's say that our build directory is ~/replicant |
||
| 11 | |||
| 12 | Check out the Dream Android repository : |
||
| 13 | 15 | Aaron Williamson - | {{{ |
| 14 | 17 | Denis 'GNUtoo' Carikli | mkdir replicant |
| 15 | cd replicant |
||
| 16 | repo init -u git://gitorious.org/replicant/manifest.git |
||
| 17 | 15 | Aaron Williamson - | repo sync |
| 18 | 1 | Denis 'GNUtoo' Carikli | }}} |
| 19 | 15 | Aaron Williamson - | |
| 20 | 5 | Denis 'GNUtoo' Carikli | Build process: |
| 21 | 18 | Denis 'GNUtoo' Carikli | |
| 22 | 5 | Denis 'GNUtoo' Carikli | * Add that file: |
| 23 | {{{ |
||
| 24 | TARGET_PRODUCT := htc_dream |
||
| 25 | }}} |
||
| 26 | To ~/replicant/buildspec.mk |
||
| 27 | * Then type |
||
| 28 | {{{ |
||
| 29 | cd ~/replicant |
||
| 30 | export ANDROID_JAVA_HOME=$JAVA_HOME |
||
| 31 | make |
||
| 32 | }}} |
||
| 33 | 1 | Denis 'GNUtoo' Carikli | * The files to flash are in ~/replicant/out/target/product/dream,flash them and then clear the cache |
| 34 | * boot and push the wifi firmware if you want it |
||
| 35 | |||
| 36 | |||
| 37 | |||
| 38 | |||
| 39 | == Status == |
||
| 40 | 18 | Denis 'GNUtoo' Carikli | * ril works more or less: |
| 41 | 19 | Denis 'GNUtoo' Carikli | * * calls should work(in/out) |
| 42 | * * sms should work(in/out) |
||
| 43 | * * hearphones not supported |
||
| 44 | 18 | Denis 'GNUtoo' Carikli | |
| 45 | * sound works even with headphones(beware calls's sound don't work with headphones) |