|
|
| (3 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| == Code ==
| | #REDIRECT [[Noisedroid/FAQ]] |
| | |
| * There is an Android build-environment on pony in /d3/android/ . Clone your own copy - it's all git-based!
| |
| | |
| == Resources ==
| |
| | |
| * http://source.android.com/download
| |
| * http://source.android.com/documentation/building-for-dream
| |
| | |
| == Building ==
| |
| Building a system image documented pretty clearly on [http://source.android.com]
| |
| * [http://source.android.com/download#Building-the-code Building the code]
| |
| * [http://source.android.com/using-eclipse Using Eclipse to Develop the Platform]
| |
| * [http://source.android.com/documentation/building-for-dream Building for Dream]
| |
| | |
| == Flashing ==
| |
| * [http://www.htc.com/www/support/android/adp.html Flashing original ADP image]
| |
| | |
| == Flashing a custom image
| |
| Use fastboot like so:
| |
| ./fastboot flash system path/to/system.img
| |
| | |
| [[Category:Cellular]]
| |