|
2010-02-01
, 17:58
|
|
Posts: 290 |
Thanked: 132 times |
Joined on Jan 2010
@ New York City
|
#112
|
yep. no google apps. ask@cyanogen.
still, android without google apps is still good? ...right?
|
2010-02-01
, 18:02
|
Posts: 518 |
Thanked: 160 times |
Joined on Dec 2009
|
#113
|
ummm????
No Youtube - No Google Maps - No Android Market Place to download New Apps and a Flash-less Browser???
You tell me . . . . .
|
2010-02-01
, 20:12
|
Posts: 113 |
Thanked: 30 times |
Joined on Oct 2009
|
#114
|
|
2010-02-01
, 20:35
|
|
Posts: 290 |
Thanked: 132 times |
Joined on Jan 2010
@ New York City
|
#115
|
|
2010-02-01
, 23:26
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#116
|
|
2010-02-02
, 14:15
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2010
@ Paris
|
#117
|
Ok guys, sorry for the wait. Here are the patches I used to get the kernel working for android. I don't have complete build instructions yet, but I suppose you know how to patch files, compile a kernel, etc. I take no responsibility for what you're doing!
I'm still trying to get it more functional, but at least more people can duplicate it now. I'll try to help with any questions.
If you want a packaged android build, check out http://code.google.com/p/rowboat
|
2010-02-02
, 14:26
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#118
|
Thank you that's great!
One question though, did you manage to launch Android using fanoush's bootmenu? And if you did, what's in your android.item?
I don't really want to flash my Maemo, or boostrap the kernel using the flasher...
Thanks
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"
The Following User Says Thank You to bdogg64 For This Useful Post: | ||
|
2010-02-02
, 14:47
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2010
@ Paris
|
#119
|
I did launch android using fanoush's bootmenu. Here is my android3.ext.item
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.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"
|
2010-02-03
, 02:23
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#120
|
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?
still, android without google apps is still good? ...right?
Last edited by springah; 2010-02-01 at 03:55.