Home / DroidRAZR / 6.5.1-73_DHD-11_TA-3
Name Modified Size InfoDownloads / Week
Parent folder
kernel_omap4.tar.gz 2011-11-21 134.3 MB
Makefile 2011-11-21 87 Bytes
vendor_authentec_vpndriver.tar.gz 2011-11-21 82.6 kB
system_wlan_ti.tar.gz 2011-11-21 5.8 MB
unpack.pl 2011-11-21 423 Bytes
system_core.tar.gz 2011-11-21 1.1 MB
README.txt 2011-11-21 1.4 kB
system_bluetooth.tar.gz 2011-11-21 57.8 kB
motorola_external_visualization.tar.gz 2011-11-21 2.9 MB
motorola_external_wbxmlparser.tar.gz 2011-11-21 73.2 kB
motorola_external_jcifs.tar.gz 2011-11-21 212.5 kB
motorola_external_hunspell.tar.gz 2011-11-21 3.7 MB
motorola_external_bthelp.tar.gz 2011-11-21 12.2 kB
hardware_ti_wlan.tar.gz 2011-11-21 4.5 MB
kernel_build.tar.gz 2011-11-21 38.3 kB
hardware_ti_omap4_syslink.tar.gz 2011-11-21 678.2 kB
hardware_ti_omap4_wpan.tar.gz 2011-11-21 599.6 kB
hardware_ti_omap4_omx.tar.gz 2011-11-21 2.6 MB
external_webkit.tar.gz 2011-11-21 28.5 MB
hardware_ti_omap4_omap3.tar.gz 2011-11-21 1.2 MB
external_iproute2.tar.gz 2011-11-21 480.3 kB
external_iptables.tar.gz 2011-11-21 260.0 kB
external_e2fsprogs.tar.gz 2011-11-21 4.3 MB
external_expat.tar.gz 2011-11-21 463.1 kB
external_dbus.tar.gz 2011-11-21 1.4 MB
external_dnsmasq.tar.gz 2011-11-21 434.1 kB
external_bluetooth_glib.tar.gz 2011-11-21 4.2 MB
external_bluetooth_bluez.tar.gz 2011-11-21 1.6 MB
external_alsa-lib.tar.gz 2011-11-21 1.1 MB
bionic.tar.gz 2011-11-21 1.7 MB
build.tar.gz 2011-11-21 1.2 MB
Totals: 31 Items   203.6 MB 0
####Prerequisites

1. For general Android prerequisites, see http://source.android.com/source/download.html

2. Unpack all the git archives, by running: 
	./unpack.pl

3.Create a workspace containing "vanilla" gingerbread release from Google. You may need to apply the following change in build repo to prevent the build from aborting when unexpected user tag is found on some modules:

	diff --git a/core/base_rules.mk b/core/base_rules.mk
	index 3c11673..ecf611d 100644
	--- a/core/base_rules.mk
	+++ b/core/base_rules.mk
	@@ -99,7 +99,7 @@ ifneq ($(filter $(LOCAL_MODULE_TAGS),user),)
	     $(warning * PRODUCT_PACKAGES section of)
	     $(warning * build/target/product/core.mk)
	     $(warning * )
	-    $(error user tag detected on new module - user tags are only supported on legacy modules)
	+    $(warning user tag detected on new module - user tags are only supported on legacy modules)
	   endif
	 endif

4.Overlay Motorola-provided published repos on top of original Google versions.

5.Build user space components:

	cd <workspace>
	. build/envsetup.sh
	lunch generic-user
	make BOARD_HAVE_BLUETOOTH=true TARGET_BOARD_PLATFORM=omap4 <target>
	Where is something like out/target/product/generic/system/bin/bluetoothd

6.Building kernel and kernel modules.
	
	make TARGET_BOARD_PLATFORM=omap4 -f kernel/build/kernel.mk all
Source: README.txt, updated 2011-11-21