I did launch android using fanoush's bootmenu. Here is my android3.ext.item Code: ITEM_NAME="Android (external SD, partition 3)" ITEM_ID="android3" ITEM_DEVICE="${EXT_CARD}p3" ITEM_MODULES="mbcache jbd ext3" ITEM_FSTYPE="ext3" ITEM_FSOPTIONS="noatime" You're going to have to boot a different kernel than the stock kernel for android to work because of the dependencies. My hope is that these can be built as modules and loaded, but that may not be possible. I will try to package a working filesystem and kernel just for testing.
ITEM_NAME="Android (external SD, partition 3)" ITEM_ID="android3" ITEM_DEVICE="${EXT_CARD}p3" ITEM_MODULES="mbcache jbd ext3" ITEM_FSTYPE="ext3" ITEM_FSOPTIONS="noatime"