Download Latest Version kernel_omap4.tgz (102.7 MB)
Email in envelope

Get an email when there's a new version of moto-mz617

Home / 1.6.0M-218.14_TA
Name Modified Size InfoDownloads / Week
Parent folder
hardware.ti.omap4.omap3.tar.gz 2012-01-04 900.5 kB
README.txt 2012-01-04 1.2 kB
vendor.authentec.vpndriver.tar.gz 2011-12-29 88.8 kB
motorola.external.bthelp.gz 2011-12-29 9.3 kB
motorola.external.bthelp.tar.gz 2011-12-29 9.3 kB
system.wlan.ti.tar.gz 2011-12-29 5.7 MB
kernel.omap4.tar.gz 2011-12-29 93.3 MB
kernel.build.tar.gz 2011-12-29 30.1 kB
hardware.ti.omap4.wpan.tar.gz 2011-12-29 49.5 kB
hardware.ti.wlan.tar.gz 2011-12-29 4.4 MB
hardware.ti.omap4.omx.tar.gz 2011-12-29 2.4 MB
external.webkit.tar.gz 2011-12-29 35.2 MB
external.hyphenation.tar.gz 2011-12-29 79.0 kB
external.iproute2.tar.gz 2011-12-29 484.8 kB
external.iptables.tar.gz 2011-12-29 249.2 kB
external.dnsmasq.tar.gz 2011-12-29 448.9 kB
external.e2fsprogs.tar.gz 2011-12-29 4.5 MB
external.chromium.tar.gz 2011-12-29 19.3 MB
external.dbus.tar.gz 2011-12-29 1.5 MB
external.bluetooth.bluez.tar.gz 2011-12-29 888.9 kB
external.bluetooth.glib.tar.gz 2011-12-29 3.4 MB
external.alsa-lib.tar.gz 2011-12-29 1.1 MB
Totals: 22 Items   174.0 MB 0
1. For general Android prerequisites, see http://source.android.com/source/download.html

2. Create workspace containing Honeycomb release from Google.

3. 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 25564b2..764b562 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 l
+    $(warning user tag detected on new module - user tags are only supported on
   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 2012-01-04