Project

General

Profile

DeprecatedBuildAndroid » History » Revision 18

Revision 17 (Denis 'GNUtoo' Carikli, 09/29/2009 08:19 PM) → Revision 18/34 (Denis 'GNUtoo' Carikli, 09/29/2009 08:26 PM)

Edit: 
 We have now a temporary git repository at gitorious: 
 http://gitorious.org/replicant 

 == Before starting Build system == 
  * root your phone 
  * Backup your current system!!! 

 == Build system == 
 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: 

  
 Let's say that our build directory is ~/replicant 
  * Add that file: 
 {{{ 
 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 




 == Status == 
  * web browser crashes 
  * ril works more or less: 
  ** seem to work(I made some calls should work(in/out) 
  ** sms should work(in/out) 
  ** hearphones not supported 
 
  and received sms,but can't receive calls)  
  * sound on the application cpu(the baseband cpu has sound too) now works even with headphones(beware calls's sound don't work with headphones)