[android-kernel] Re: out of memory when excute the CTS case of Camera

2011-08-10 Thread Ranjan
Found the solution?? On Jul 30, 12:57 pm, xhy wrote: > Hi all, > > The error occurs when excute CTS case > "android.hardware.cts.CametaTest#testPreviewPictureSizesCombination",it fail > in the method "takePicture()" of  the code.But it is normal when take a > photograph. And the parameters are bo

[android-kernel] Re: android emulator touch driver

2011-08-10 Thread Ron M
Yeah I found that too, thanks. I am actually trying to make sense of the "call stack" of input generation events. I noticed that this driver registers with the drivers/input/input.c system, and when it receives an interrupt, it calls the handle_event() function, which in turn switch-case's over

[android-kernel] Screen timed out in power manager.

2011-08-10 Thread Pratik Prajapati
Hi, Can any one please let me know, how/where the screen timeout is implemented? Its like when user does not press any key or touch on the screen, the screen goes timed out and turn off the back light or reduces the brightness! Regards, Pratik -- unsubscribe: android-kernel+unsubscr...@googleg

[android-kernel] Re: android emulator touch driver

2011-08-10 Thread Viral Mehta
Yes, later on I hacked common/drivers/input/keyboard/goldfish_events.c file to solve my problem... Let me know what problem you are facing, I might be able to help you. On Wed, Aug 10, 2011 at 6:30 AM, Ron M wrote: > Hi Viral, > Did you find a solution for this issue? Can you please share

[android-kernel] Re: Goldfish Kernel 2.6.27 problem for emulator

2011-08-10 Thread patrick Immling
Hi All, I did the same thing and I get the same set of logs and my screen stops at A N D R O I D with init: Unable to open persistent property directory /data/property errno: 2 init: cannot find '/system/bin/sh', disabling 'console' init: cannot find '/system/bin/mountd', disabling 'mountd' i

Re: [android-kernel] RNDIS behaviour in USB composite mode

2011-08-10 Thread Thirupathi ch
Hi All, The issue is not seen in Linux OS.From the bus logs,Windows Host does not sending the Set_Configuration Control Request. Regards, Thirupathi.ch On Tue, Aug 9, 2011 at 4:33 PM, Thirupathi ch < thirupathi.chippakur...@sasken.com> wrote: > Hi All, > > RNDIS USB composite mode issue in *Win