Re: [android-kernel] Kernel Sources for Android 4.0 - Ice Cream Sandwich

2012-05-17 Thread Prabhakar Lad
Hi, On Tue, May 8, 2012 at 7:40 PM, Srinidhi M wrote: > > Dear All, > > I have downloaded Android 4.0 sources as per the instructions given in > the following links. > > http://source.android.com/source/initializing.html > http://source.android.com/source/downloading.html > > I was downloaded the

[android-kernel] enable the android softkeyboard in androidsource build emulator

2012-05-17 Thread kumarmaheswaran
Hi all, I have build android source for 4.0.3 successfully and launch the emulator for the source has been done. Now i want to enable the softkeyboard on the emulator. I searched in the emulator there is no option to enable that software keyboard. Please help me to enable the keyboard on the emul

[android-kernel] Re: FYI - Android ION Mem allocator [/dev/ion] replacement for PMEM

2012-05-17 Thread Nimesh Chanchani
Hi There, I am using a pandaboard , and I have ubuntu chrooted from android. i have a framebuffer that i want to overlay on the android side , which is being produced on the ubuntu side. to share memory , I know i can use "ashmem" or "ion_alloc"  , but i dont want to use them as it would involve a

[android-kernel] Adding Loadable Kernel Modules

2012-05-17 Thread Ryan Daniels
Hey all, I am working on trying to add custom kernel modules to my AOSP build. Currently I have a personal git repo in the AOSP/external/ directory. If I build my kernel module in its directory and then build AOSP from the AOSP/ directory, my module is loaded successfully into /system/lib/mo

[android-kernel] problem when build LKM

2012-05-17 Thread scott
Here is a loadable kernel module for HTC Sensation XL (runnymede- crc-2.6.35). /* * mydebug.c * System Call sys_open dubugging */ #include /* Needed for KERN_INFO */ #include /* Needed by all modules */ #include /* Needed for macros */ #include #include #include #include #include #include

[android-kernel] Re: patches/ procedure to make Linux mainframe kernel working for Android

2012-05-17 Thread Baskar
Hi, Any link for list of patches to be apply. Thanks & Regards, Baskaran.K On May 14, 11:25 am, raja pavan wrote: > Hi > > I have the following set of suggestions. > > Android' set of drivers > > Ashmem, > Binder, > Power management, etc > > Take these drivers from android kernel git. > > A

[android-kernel] Re: ION Memory manging module in ICS kernel.

2012-05-17 Thread Nimesh Chanchani
i have compiled the AOSP android with " lunch full_panda-eng" , and i also extracted platform specific binaries with "extract-imgtec-panda.sh" . Apart from that I rebuilt the omap kernel with ion memory manager enabled in "make menuconfig" . Still I cannot see /dev/ion in the android shell? On