View Single Post
Posts: 2 | Thanked: 0 times | Joined on Feb 2010 @ Paris
#119
Originally Posted by bdogg64 View Post
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.
So, for the moment, you've flashed the phone kernel with the Android one right?
What about the ITEM_LINUXRC option? Doesn't it enable the launching of another kernel?