Project

General

Profile

DeprecatedBuildAndroid » History » Version 17

Denis 'GNUtoo' Carikli, 09/29/2009 08:19 PM

1 16 Denis 'GNUtoo' Carikli
Edit:
2
We have now a temporary git repository at gitorious:
3
http://gitorious.org/replicant
4
5 1 Denis 'GNUtoo' Carikli
== Build system ==
6 8 Denis 'GNUtoo' Carikli
 * root your phone
7
 * Backup your current system!!!
8 17 Denis 'GNUtoo' Carikli
 * Check out the Dream Android repository :
9 15 Aaron Williamson -
{{{
10 17 Denis 'GNUtoo' Carikli
 mkdir replicant
11
 cd replicant
12
 repo init -u git://gitorious.org/replicant/manifest.git
13
 repo sync
14 15 Aaron Williamson -
}}}
15
16 5 Denis 'GNUtoo' Carikli
Build process:
17
Let's say that our build directory is ~/replicant
18
 * Add that file:
19
{{{
20
TARGET_PRODUCT := htc_dream
21
}}}
22
 To ~/replicant/buildspec.mk 
23
 * Then type
24
{{{
25
 cd ~/replicant
26
 export ANDROID_JAVA_HOME=$JAVA_HOME
27
 make
28
}}}
29 12 Denis 'GNUtoo' Carikli
 * The files to flash are in ~/replicant/out/target/product/dream,flash them and then clear the cache
30
 * boot and push the wifi firmware if you want it
31 5 Denis 'GNUtoo' Carikli
32 1 Denis 'GNUtoo' Carikli
33
34
35
== Status ==
36 4 Denis 'GNUtoo' Carikli
 * web browser crashes
37 14 Denis 'GNUtoo' Carikli
 * ril seem to work(I made some calls and received sms,but can't receive calls) 
38 12 Denis 'GNUtoo' Carikli
 * sound on the application cpu(the baseband cpu has sound too) now works