Project

General

Profile

DeprecatedBuildAndroid » History » Revision 5

Revision 4 (Denis 'GNUtoo' Carikli, 08/24/2009 02:12 PM) → Revision 5/34 (Denis 'GNUtoo' Carikli, 08/24/2009 02:19 PM)

== Build system == 
 Android use a custom Makefile based buildsystem 
  * Patches can be find here [http://groups.fsf.org/wiki/Freest_hardware_comparisons/replicant] 
 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 




 



 == Status == 
  * web browser crashes 
  * ril seem to work(I made some calls and received sms) 
  * 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)