Noisedroid/FAQ

From Noisebridge
Revision as of 22:25, 17 February 2009 by Adi (talk | contribs) (New page: == Building == * Configure a x86_32 Ubuntu 8.10 or Debian 4.0 host with at least 20GB of disk space. * download sources according to http://source.android.com/download, install needed pack...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Building

# fastboot flash boot boot.img
# fastboot flash system system.img

Working with the G1

There are two significant host apps for (ab)using the G1: fastboot and adb. Fastboot is used to write over USB to the G1's flash, for example to flash a complete system.img or replace the T-Mobile splash screen. adb gives you access to a debug root shell on the G1 with adb shell, and also "syslog" with adb logcat.