Re: [android-kernel] How to port my device sensor [psensor] into Gingerbread

2011-04-15 Thread Luo Chunbo
There framework for sensors are changed in Gingerbread. And and think you can refer device/htc/passion-common/libsensors or device/samsung/crespo/libsensors There are some sample code of sensors in these directories. Thanks Chunbo On 04/15/2011 08:43 PM, jagan wrote: Hi All, I am upgrading

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-15 Thread Mario
Ok, I solved the issue. Now init starts-up! The issue turned out to be related with the config file of the kernel. I don't know why, after removing support for unrelated boards (among which OMAP4 and other stuff) I was able to run the binaries. Thanks guys, have a nice day! On 15 Apr, 10:40, hed

[android-kernel] How to port my device sensor [psensor] into Gingerbread

2011-04-15 Thread jagan
Hi All, I am upgrading my android device[with qualcomm chipset] into Gingerbread. I am facing a problem with All my sensors are not working on device. I ported: --- => sensor drivers in kernel [i got the boot up sensor init logs] => my HAL sensor daemon [having all sensor operations from

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-15 Thread hedwin
@Mario, do you use the android provided toolchain or an external one. On Fri, Apr 15, 2011 at 10:39 AM, hedwin wrote: > I am using 37 kernel version but have the same problem, after removing > critical to start the servicemanager it showed that > zygote is constantly restarting. > > > > On Thu,

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-15 Thread hedwin
I am using 37 kernel version but have the same problem, after removing critical to start the servicemanager it showed that zygote is constantly restarting. On Thu, Apr 14, 2011 at 5:01 AM, AlanLance wrote: > I can booting Gingerbread with kernel 2.6.39, but got below message > and reboot. > > i

Re: [android-kernel] Re: Android kernel2.6.32 source code

2011-04-15 Thread hedwin
In your mail you use the following to build: make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- To build the kernel don't include menuconfig so it should be like this: make ARCH=arm CROSS_COMPILE=arm-eabi- or make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- uImage make menuconfig ARCH=arm CROSS_

Re: [android-kernel] Re: USB cdc_acm was not recognized by host

2011-04-15 Thread Hung Squall
Hi Jagan, This is my case, acm If# is not mapped to interface desc given from device. So I put "acm" to first order then the acm interface can be located at first one (If# = 0) on desktop side. Desktop side cat /sys/kernel/debug/usb/devices S: Product=Android HSUSB Device S: SerialNumber=123456