Re: [android-kernel] Instructions to install Android on Netbook

2010-01-14 Thread Yi Sun
read the wiki, just look for word "Gregory Gee", you will know. On Wed, Jan 13, 2010 at 11:58 PM, Jaswinder Singh Rajput wrote: > Hello Yi Sun, > > On Thu, Jan 14, 2010 at 1:24 PM, Yi Sun wrote: >> Acer has a bios that can not handle the grub we are using. Check the &

Re: [android-kernel] Instructions to install Android on Netbook

2010-01-13 Thread Yi Sun
Acer has a bios that can not handle the grub we are using. Check the "getsource" wiki to see how to install iso image on u usb drive. On Wed, Jan 13, 2010 at 11:44 PM, Jaswinder Singh Rajput wrote: > Hello, > > With USB image android-x86-20091113_usb.img on Acer Aspire one > D250-1962 Netbook, I

Re: [android-kernel] android_power: sleep and then stuck up

2010-01-13 Thread Yi Sun
On Wed, Jan 13, 2010 at 4:06 AM, vkmgeek wrote: > Hi list, > > I am developing a middle layer service and also using a third party > kernel driver However, everything runs fine on plain linux but as > soon as I cross-compile and switch to Android, things stop working.. > I assume that by the w

Re: [android-kernel] Re: Loading modules at boot-time.

2010-01-07 Thread Yi Sun
; On Jan 7, 10:57 pm, Yi Sun wrote: >> If you are using android-x86 the you don't need to change init.rc. >> Take a look at the autodetect script in the newinstaller directory. >> For quicker answer on android-x86, please send question to android-x86 >> discussion group.

Re: [android-kernel] Re: Loading modules at boot-time.

2010-01-07 Thread Yi Sun
If you are using android-x86 the you don't need to change init.rc. Take a look at the autodetect script in the newinstaller directory. For quicker answer on android-x86, please send question to android-x86 discussion group. Yi On 2010-1-7, at 17:45, Chew Esmero wrote: I'm not sure with

Re: [android-kernel] Regarding android-86 Live CD

2010-01-07 Thread Yi Sun
Send message to android-x86 group may give you a quicker answer. Anyway, will VESA work? The system may not be able to recognize your hardware and install the right driver. Yi On Thu, Jan 7, 2010 at 5:16 AM, uday bhaskar wrote: > Hi, >  I got a small problem, when i started android-x86 Live CD in

Re: [android-kernel] Compiling Android Kernel For X86

2009-12-15 Thread Yi Sun
You can pick up android kernel with tested configuration from android-x86.org. We have both 2.6.29 and 2.6.32 kernels (the 2.6.32 is only hosted on a private git server for testing internal). Yi On Tue, 2009-12-15 at 09:35 -0800, Greg KH wrote: > On Tue, Dec 15, 2009 at 5:35 AM, Santosh Kadam wrot

[android-kernel] Re: What your the policy to accept patches?

2009-05-11 Thread Yi Sun
I don't have an answer for your question. I don't know why .29 is not released with CUPCAKE and when it will be released. Maybe google guys could comment. I'm about to try it out on my eeePC and will keep everyone posted. For the patchs, I will let Chih-wei to reply when he wakes up. (he is in ano

[android-kernel] Re: What your the policy to accept patches?

2009-05-11 Thread Yi Sun
On Mon, 2009-05-11 at 11:04 -0700, Greg KH wrote: > On Mon, May 11, 2009 at 1:18 AM, Chih-Wei wrote: > > > > Hi, > > I have tried to submit two patches (9749, 9782) to 2.6.27 branch. > > Do you have direct links to these patches? > > > One is an enhancement (adding a driver) and the other is a

[android-kernel] Re: What's goldfish kernel?

2009-05-07 Thread Yi Sun
Has anyone tested 2.6.29 on x86? On Thu, 2009-05-07 at 03:00 -0700, Piethein Strengholt wrote: > I believe they just moved to the 2.6.29 branch. If you are interested > in Android on x86 you should also have a look at this: > > http://code.google.com/p/patch-hosting-for-android-x86-support/downlo

[android-kernel] Re: emulator support in 2.6.27 ?

2009-04-08 Thread Yi Sun
I have done a little bit different from what you did, 1. instead of to get toolchain from CodeSourcery, I get it from the prebuild directory of android source 2. get the goldfish by: git-clone git://android.git.kernel.org/kernel/common.git git checkout -t origin/android-goldfish-2.6.27 -b goldf