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

2010-01-13 Thread Jaswinder Singh Rajput
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 > "getsource" wiki to see how to install iso image on u usb drive. > You mean usb image does work on Acer, I should use CD iso, right ? By the way is these content

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] Instructions to install Android on Netbook

2010-01-13 Thread Jaswinder Singh Rajput
Hello, With USB image android-x86-20091113_usb.img on Acer Aspire one D250-1962 Netbook, I am getting : GRUB Loading stage2... Thats it. Am I missing something. Thank you, -- Jaswinder Singh. On Thu, Jan 14, 2010 at 1:18 AM, Jaswinder Singh Rajput wrote: > On Mon, Jan 11, 2010 at 11:15 PM, he

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

2010-01-13 Thread Mike Chan
If you are writing a java app then you need to grab a wake_lock to prevent the phone from going to sleep. This message is only harmful if the kernel has crashed going into suspend or on the way back up to resume. -- Mike On Wed, Jan 13, 2010 at 10:00 PM, wrote: > Hi > Thanks for your help. It

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

2010-01-13 Thread viral . vkm
Hi Thanks for your help. It makes much sense and helped me to understand the problem a bit more... But still the question is, is it harmful?? My application is actually stuck up and not going ahead and it was the last msg from kernel In that context, does it tell something fruitful ?

[android-kernel] how install boot.img in emulator?

2010-01-13 Thread gopu
Hi , Any body knows How to install new kernel image(boot.img) in emulator? is it possible? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

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

2010-01-13 Thread Jaswinder Singh Rajput
On Mon, Jan 11, 2010 at 11:15 PM, hedwin wrote: > Check www.android-x86.org > OK, I am also CC android-x86 and I found the instructions : http://www.android-x86.org/releases/releasenote_1_6 I will test it on Acer Aspire one D250-1962 Netbook. Thank you, -- Jaswinder Singh. > On Mon, Jan 11, 2

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

2010-01-13 Thread Mike Chan
That message indicates that the device is going into sleep. State 0 is on, I'm not sure what state 2 is, as android should only use states 0 and 3 (3 is suspend). This is being triggered by userspace so most likely the framework is telling the kernel to sleep (probably screen timeout). What kernel

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

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

2010-01-13 Thread vkmgeek
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.. This is the last message from kerne, android_power: sleep (0->2) at 156039663510.