to observe kernel, you can not use logcat. logcat only dump userland programs. you can compile your own kernel and replace it with ROM's kernel. if so, you can specify the console(tty or ttyUSB). using a vterm tool like minicom to see what's happening in kernel.
thanks, --lx On Sun, Mar 30, 2014 at 8:33 AM, Tox1c1ty75 <[email protected]> wrote: > So basically, what I have to do is to take the graphics driver from > another rom from another device with the same GPU? > > Also, I doubt it boots successfully. > > Well, when trying this kernel on stock ROM, it boots but displays nothing > (if I remember correctly, I'll have to retry that). When trying to boot > AOSP I compile, I can't reach logcat, so I can't even know what is wrong. > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
