Re: [android-kernel] Re: kernel can't boot

2013-07-17 Thread Emeric VIGIER
Boyan is right. But I doubt your phone got that, except if you start breaking it down (at the hardware level). Or use a JTAG debugger. I doubt even more that your phone got that... Or have a look to KGDB, although it needs UART or ethernet connection. Eventually flash your working original ROM/kern

[android-kernel] Re: kernel can't boot

2013-07-17 Thread Boyan Vladinov
use uart/serial console to debug it On Wednesday, 17 July 2013 04:43:11 UTC-7, bo Ping wrote: > > I compile the kernel for Huawei u8825d ,but it can't boot > but no any information I can see > how to know why the kernel can't boot > -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.c

[android-kernel] Re: make kernel error

2013-07-17 Thread Boyan Vladinov
I dont see any errors in the log snippet, I think the error is in the lines above the warnings. On Wednesday, 1 May 2013 03:36:01 UTC-7, XPFirst wrote: > > fs/cifs/transport.c: In function 'SendReceive2': > fs/cifs/transport.c:653:5: warning: 'midQ' may be used uninitialized in > this function [

[android-kernel] Re: make kernel error

2013-07-17 Thread bo Ping
if you use GCC 4.7.x you can add this line in the file header #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" 在 2013年5月1日星期三UTC+8下午6时36分01秒,XPFirst写道: > > fs/cifs/transport.c: In function 'SendReceive2': > fs/cifs/transport.c:653:5: warning: 'midQ' may be used uninitialized in > this func

[android-kernel] Binder benchmark tool?

2013-07-17 Thread Boyan Vladinov
Anyone knows some binder testing tool, to measure the performance of it. We suspect that we have bottleneck there when we start too many processes/threads? -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received th

[android-kernel] ueventd not catching uevents on Linux 3.4

2013-07-17 Thread Paul Kocialkowski
I am currently experimenting with the android-3.4 branch from the AOSP common kernel tree. I've setup minimal support for my device so that the whole things boots. The kernel starts, loads Android initramfs and starts init, which creates /dev (among other directories). I figured it is ueventd's ro

Re: [android-kernel] cpu.shares calculation

2013-07-17 Thread Abdul Haseeb
Use the top utility from adb shell to display the CPU utilization of all the processes. adb shell # top -t Thanks, Abdul Haseeb On Tue, Jul 16, 2013 at 2:07 AM, Boyan Vladinov wrote: > Anyone knows how cpu.shares is calculate through the root group to apps > and bg_non_interactive? Thanks! > >

[android-kernel] kernel can't boot

2013-07-17 Thread bo Ping
I compile the kernel for Huawei u8825d ,but it can't boot but no any information I can see how to know why the kernel can't boot -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are

[android-kernel] log message to logcat radio using LOGE or LOGI

2013-07-17 Thread ngujason
Hi Is it possible to route logcat logs using LOGE or LOGI to a specific logcat buffer such as "system", "radio", or "main"? Thanks. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because yo

[android-kernel] USB 3G NOT CONNECTED IN ANDROID

2013-07-17 Thread Kala Ranjani
Hello All, I have struck out with the problem.Pls try to help me out from here Am using AM33x and i am trying 3gusb modem on android : Check list : i followed the* ti-ics porting guide* and i checked 1.the kernel configuration is done... 2.file system ch