[android-kernel] Re: [Build Kernel] Phone freezes on boot after install

2013-12-10 Thread petter
Hello, change cmdline for your kernel to enable printing log into framebuffer. For example, if you have in your config "CONFIG_CMDLINE="console=ttyFIQ0,115200 init=/init" to "CONFIG_CMDLINE="console=tty0,115200 init=/init" and if framebuffer will be inityialiyed properly you should see logs on

[android-kernel] Re: Accessing Character device from user space.

2013-12-10 Thread Ramesh rama
> > chmod 777 filename . this command will give the root and > all permission on file .try that command > -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the

[android-kernel] [Build Kernel] Phone freezes on boot after install

2013-12-10 Thread coiso22
Hi everyone, I'm trying to initialize on Android Kernel and my first aim is to build and install a Kernel from a source. I have a LG P990 with CM 10.1 and the Kowalsky Kernel made by pengus77 (kowalski-kernel-100p5-oldbl). I'm trying to build it's source from https://github.com/pengus77/lge-ke

[android-kernel] Re: Custom Android kernel to expose methods to access in-call audio (Rx and Tx)

2013-12-10 Thread Raphael Quivel
Hello Tillman, basically , I have found that someone already did this, http://stackoverflow.com/questions/15204570/inject-uplink-audio-in-call-with-snapdragon-msm8960-soc https://www.codeaurora.org/xwiki/bin/QAEP/ On Friday, October 25, 2013 1:47:44 AM UTC+3, Tillman Zschucke wrote: > > Hi! >