Noisedroid/Hacking: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (AndroidHacking moved to NoisedroidHacking: Align page names for consistency)
No edit summary
Line 1: Line 1:
A group of Noisebridge members are working with the Google Android OS for mobile phones (and other devices). This page lists current Noisebridge Android resources.
== People ==
A partial list of people interested in Android:
* Andy Isaacson
* David Molnar
* [[User:jof|jof]]
* [[User:Ioerror|Jacob Appelbaum]]
* [[User:Christie|Christie]]
* [[User:jlapenna|jlapenna]]
== Code ==
== Code ==


* There is an Android build-environment on pony in /d3/android/ . Clone your own copy - it's all git-based!
* There is an Android build-environment on pony in /d3/android/ . Clone your own copy - it's all git-based!


== Meetings ==
== Resources ==


* There's a group of Noisebridge Android hackers talking on irc right now (2:01 AM Pacific Time, Monday 9 February 2009).
* http://source.android.com/download
* http://source.android.com/documentation/building-for-dream


== Projects ==
== Building ==
* [[Noisedroid]] is an Android build by Noisebridge.
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]


== Resources ==
== Flashing ==
* [http://www.htc.com/www/support/android/adp.html Flashing original ADP image]


* http://source.android.com/download
== Flashing a custom image
* http://source.android.com/documentation/building-for-dream
Use fastboot like so:
./fastboot flash system path/to/system.img


[[Category:Cellular]]
[[Category:Cellular]]

Revision as of 16:40, 15 March 2009

Code

  • There is an Android build-environment on pony in /d3/android/ . Clone your own copy - it's all git-based!

Resources

Building

Building a system image documented pretty clearly on [1]

Flashing

== Flashing a custom image Use fastboot like so:

./fastboot flash system path/to/system.img