[android-kernel] "Binder Thread #" in task->comm!!

2012-11-05 Thread Manish Sharma
Hi, I want to find out the current process name. I tried current->comm but what I get is "Binder Thread #" with different thread numbers. For ex. I get "Binder Thread#' from comm for id.defcontainer. Any suggestions on other possible method to identify current process name? --Manish -- u

[android-kernel] Re: Flashing Android Kernel -- do I need to compile the entire source tree?

2012-11-05 Thread Punit Soni
You can do make bootimage from build root. It will update the boot.img file in your out directory. On Friday, August 24, 2012 12:10:17 PM UTC-7, akk wrote: > > Hi guys, > > I have a toroplus (sprint galaxy nexus). I want to add a couple lines to > my kernel config file --> compile my kernel, and

Re: [android-kernel] Re: Error while extracting bootchart.tgz

2012-11-05 Thread Dongjune Youn
Oh, Pavan! Your effort, your solution was really helpful to me. It solved every problem what I encountered. Thanks! On Tuesday, May 10, 2011 2:30:55 PM UTC+9, Pavan Manjunath wrote: > > Hi jagan, > > I once faced a similar issue. Replace the attached files into > /usr/share/pyshared/pybootchart

[android-kernel] usb peripherals node not created

2012-11-05 Thread Pravin Bharwad
Gretting i have simple usbdriver for one usb device, but from that node is not created in /dev/ directory i have registered driver with following code and driver's entry is there in sys directory. static struct usb_class_driver test_class = { .name = "test%d", .fops = &vcom_fops, //

Re: [android-kernel] Kernel 3.x for vbox_x86 target

2012-11-05 Thread Ilya Kryukov
Hi, Stepan. I've found workaround for this issue. The solution is to us Intel kernel. I wrote blog about my experience, but in Russian. You can find it here . English translation coming soon. Ilya. четверг, 25 октября 2012 г., 10:32:06 UTC+4 пользов

Re: [android-kernel] Compiler inside Android

2012-11-05 Thread Prabagaran Thangavel
What you mean here by system program?.(system call?) If so , Can you please explain why you want to make compiler as a system program. Thanks and Regards, Prabagaran. On Sat, Oct 27, 2012 at 7:10 PM, biga gaber wrote: > hi > my name is biga gaber > I'm working in developing fully IDE in mobile