Actions
  DeprecatedBuildAndroid » History » Revision 19
      « Previous |
    Revision 19/34
      (diff)
      | Next »
    
    Denis 'GNUtoo'  Carikli, 09/29/2009 08:27 PM 
    
    
Edit:
We have now a temporary git repository at gitorious:
http://gitorious.org/replicant
Let's say that our build directory is ~/replicant
Check out the Dream Android repository :
{{{
 mkdir replicant
 cd replicant
 repo init -u git://gitorious.org/replicant/manifest.git
 repo sync
}}}
Build process:
{{{
TARGET_PRODUCT := htc_dream
}}}
 To ~/replicant/buildspec.mk 
 * Then type
{{{
 cd ~/replicant
 export ANDROID_JAVA_HOME=$JAVA_HOME
 make
}}}
 * The files to flash are in ~/replicant/out/target/product/dream,flash them and then clear the cache
 * boot and push the wifi firmware if you want it
- Add that file:
Updated by Denis 'GNUtoo' Carikli about 16 years ago · 19 revisions