Current things I know work and are broken in the code as I have it right now:
Works:
Bluetooth (will pair and connect, but since audio is broken is worthless at present.)
Wifi (works; pushed the market on the phone, was able to download other things.)
Cell radio ex data (voice and SMS function, data does not come up although it shows available in the status) Does not come up automatically though - despite what should fix that, it doesn't. Investigating the reason for that (it's a mode problem in the device directory and thus needs an "adb" poke to turn it on once booted. The expected command in the init file does nothing.)
Illumination sensor (Lux) - auto-brightness SHOULD work as I can poll the lux sensor but it doesn't.
Status LED - partial. Red/Green charge state works, notification locks the phone at present and/or causes a crash and worse, erases battery charge state and causes an immediate power-loop! That desperately needs work!
Does NOT work:
Sensors (compass, inclination/accel and GPS)
Audio (dsp manager blows up on init)
Camera (at all)
That's where we are right now.
Tanner, as of right now the file you have a link to is several revisions back. I do not at present have a public file available to be flashed - it's not usable at all at present even as a phone, and won't be until we get the audio working. The existing binary also has NO applications in it - including the market and Google's account add components, so it's literally impossible without using the debugging tools to do anything with this other than look at it and say "oh yeah, it boots."
Either I or Isaac will start posting incremental loads once we have at least basic phone functionality going. Right now the code is limping rather than walking, so other than curiosity there's no real reason to load it.