Re: [android-kernel] how to use the latest kernel in android?

2012-09-24 Thread Jeremy Morales
Its a lot of work, if you are new its not a thing for you. On Sep 24, 2012 11:10 AM, "ehtancai" wrote: > hi~~all, I am new in android. > Is it possible to use the latest kernel(download from kernel.org) in > android? > how to patch it? > > tks~ > > -- > unsubscribe: android-kernel+unsubscr...@goo

[android-kernel] Compiling Kernel Image for Pandaboard

2012-09-24 Thread Sagar Shinde
Hi, We are using kernel sources from http://source.android.com/source/building-kernels.html We are configuring and compiling them as per the instructions given on the AOSP website. But when we use this compiled kernel in Pandaboard (Android ICS) and then use this ICS we have a problem in netw

[android-kernel] [want to ask] Android system call log interpretation

2012-09-24 Thread syahaz
Hi, Dear all, I would like to seek your help in interpreting the system call log file in android, if you have any experience in doing it. For your information, I’m using the strace to dump the log of an application. The example is as follows: syscall_983042(0x47a8e074, 0x47a8e078, 0,

[android-kernel] Question : How to get element tree more faster than hierarchyviewer?

2012-09-24 Thread Binhua Liu
Hi All, I am try write a open source tool which need get UI element tree out of the application, just like hierarchyviewer. but the problem is the way like hierarchyviewer is too slow, need about 3-5 seconds. I have read the code of ViewServer.java and WindowManagerService.java. In viewServer

Re: [android-kernel] Panda Board booting on ICS

2012-09-24 Thread Nithin Prakash
Hi Amit I am trying to run ICS on a custom made board with a software Opengl. I download the AOSP repo and did a full-eng build and i was able to run the emulator on my PC. Next i disabled openGL for emulator by commenting out the line "0 1 emulator" in the egl.cfg file present in /development

[android-kernel] usbfs: interface 0 claimed by usbfs while 'vcsFPService' sets config #1"

2012-09-24 Thread Sangili Pandian Chelliah
When i start up my service through hyper terminal window the following error has been occurred. * "[ 460.987579] usb 1-1.4: usbfs: interface 0 claimed by usbfs while 'vcsFPService' sets config #1"* * * *1. How to fix this error?* *2. Kindly share why it was happened?* * * *System config ,* *

[android-kernel] software opengl rendering not working

2012-09-24 Thread Tintin
Hi All I am new to Android and i just started porting ICS on quad core Cortex A15 CUSTOM hardware board, this is non tablet/phone hardware. I download the AOSP repo and did a full-eng build and i was able to run the emulator on my PC. Next i disabled openGL for emulator by deleteing egl.cfg

[android-kernel] how to use the latest kernel in android?

2012-09-24 Thread ehtancai
hi~~all, I am new in android. Is it possible to use the latest kernel(download from kernel.org) in android? how to patch it? tks~ -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Android as Handsfree Unit (Sink role)

2012-09-24 Thread Rommel Holmes
I am also trying to make that work, but as far as I know, only change audio.conf is not enough. It's not like computer with full profiles (source/sink), it only has one (either source or sink) PS: can you share it with me to see how you use Bluecove library and AT to manage calls please? On

[android-kernel] Re: Using the full range of the Accelerometer via a public API

2012-09-24 Thread Dan Reznik
Walter I too desperately need this functionality. Any luck so far? On Wednesday, August 29, 2012 5:28:15 AM UTC-3, Walter Jenny wrote: > > I want to measure shocks of more than a few g. For example, the ST > Microelectronics LSM330DLC accelerometer built into the Galaxy has a > dynamically selec

[android-kernel] USB mounting error (usbfs: interface 0 claimed by usbfs whi le 'xxx' sets config #1)

2012-09-24 Thread chainz
Hi I'm working with android and using Linux kernel 3.2 ( rowboat-am335x-kernel-3.2 ). I trying to use my finger print scanner service with android, the scanner communicate over USB. so i have add the libusb.so and libusb1.0.so into the system/lib folder manually. Then i have mount the usb manua