Re: [android-kernel] Video decoding on Galaxy Nexus running Android 4.02

2012-02-18 Thread Vladimir Murzin
Hi! I'm afraid there is nothing can be done on the kernel side. It seems userspace app is trying to load dynamic library and fail with it, so it is why video can't be played. The library could be requested on linking stage or runtime via dlopen() call. Best wishes, Vladimir Murzin -Origina

[android-kernel] Re: android-msm-2.6.35 compilation errors

2012-02-18 Thread bertoe
I did try disabling the driver in he config, but another driver error popped up. The default N1 config worked, then I modified it with my needed configs (see below post). Hope this helps all interested. Thx! On Feb 16, 7:20 pm, x1123 wrote: > dear Bertoe, > > I dont have time to try with another

[android-kernel] Re: android-msm-2.6.35 compilation errors

2012-02-18 Thread bertoe
Thanks, that worked! I just used: make mahimahi_defconfig and it compiled and flashed/booted to the phone fine. After the default config, I went back and did menu config to add some other features I needed like kprobes and all went well. Thanks again!!! On Feb 16, 8:22 pm, James Snee wrote: > I