• Home
Name Date Size #Lines LOC

..--

AndroidBoard.mkD03-May-20243 KiB9562

AndroidProducts.mkD03-May-202451 42

BoardConfig.mkD03-May-2024845 3617

README.txtD03-May-2024829 2515

apns.xmlD03-May-20246.4 KiB266223

extract-files.shD03-May-20241.8 KiB3830

h2w_headset.klD03-May-202433 21

htc_dream.mkD03-May-2024168 104

init.trout.rcD03-May-20241.7 KiB6552

kernelD03-May-20241.6 MiB

kernel.versionD03-May-2024268 85

system.propD03-May-202493 75

trout-keypad-qwertz.kcmD03-May-20243.9 KiB6857

trout-keypad-qwertz.klD03-May-20243.1 KiB8882

trout-keypad-v3.kcmD03-May-20243.9 KiB6857

trout-keypad-v3.klD03-May-20243.1 KiB8882

vold.confD03-May-2024368 127

wlan.koD03-May-2024599.5 KiB

README.txt

1
2---- build configuration ----
3
4You can configure to build for HTC Dream (aka T-Mobile G1) by putting
5the following in your buildspec.mk file at the root of the source tree:
6
7TARGET_PRODUCT := htc_dream
8
9If you wish to override the included prebuilt kernel image, add:
10
11TARGET_PREBUILD_KERNEL := /path/to/kernel/arch/arm/boot/zImage
12
13---- proprietary files ----
14
15The HTC Dream device includes a small number of proprietary binary
16files that are necessary for Android to work correctly on it.
17
18They can be obtained from your Dream device by running the
19extract-files.sh script in this directory.  It will create the
20proprietary subdirectory, and use adb (which will need to be in
21your path) to copy the files from your device.  You will need to
22enable USB Debugging (under Settings/Applications/Development)
23for this to work.
24
25