Home / DROID4_VZW / DR4_M2-37
Name Modified Size InfoDownloads / Week
Parent folder
kernel_omap4tar.gz 2012-09-06 100.5 MB
external_webkittar.gz 2012-08-31 46.3 MB
system_coretar.gz 2012-08-31 906.4 kB
README.TXT 2012-08-31 663 Bytes
Makefile 2012-08-31 90 Bytes
unpack.pl 2012-08-31 423 Bytes
motorola_external_bthelptar.gz 2012-08-31 9.3 kB
motorola_external_jcifstar.gz 2012-08-31 257.5 kB
motorola_external_lbltar.gz 2012-08-31 32.4 kB
motorola_external_wbxmlparsertar.gz 2012-08-31 72.2 kB
kernel_buildtar.gz 2012-08-31 32.3 kB
hardware_ti_wpantar.gz 2012-08-31 2.6 MB
hardware_ti_wlantar.gz 2012-08-31 11.0 MB
external_iptablestar.gz 2012-08-31 334.4 kB
external_libnl-headerstar.gz 2012-08-31 37.5 kB
external_expattar.gz 2012-08-31 458.9 kB
external_hyphenationtar.gz 2012-08-31 79.0 kB
external_iproute2tar.gz 2012-08-31 477.4 kB
external_dnsmasqtar.gz 2012-08-31 432.9 kB
external_e2fsprogstar.gz 2012-08-31 4.5 MB
external_dbustar.gz 2012-08-31 1.4 MB
external_chromiumtar.gz 2012-08-31 19.8 MB
external_bluetooth_blueztar.gz 2012-08-31 1.0 MB
external_bluetooth_glibtar.gz 2012-08-31 3.4 MB
bionictar.gz 2012-08-31 2.3 MB
buildtar.gz 2012-08-31 1.2 MB
device_motorola_modem_ste_src_m570_midtar.gz 2012-08-31 1.7 MB
external_alsa-libtar.gz 2012-08-31 1.1 MB
vendor_authentec_vpndrivertar.gz 2012-08-31 90.7 kB
Totals: 29 Items   200.1 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 icecream sandwitch release from Google. 


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 2012-08-31