[android-kernel] Grub For Android ?

2010-09-02 Thread Santosh Kadam
Hi There - In Linux - there is a way to provide multiple boot options using sophisticated boot-loaders like grub, lilo etc. They allow users to select multiple boot options. Is there any way by which this can be done on an Android phone ? e.g. the boot-loader provides multiple options to boot 1.6

[android-kernel] Start a native C application at startup....

2010-02-22 Thread Santosh Kadam
Hi - Is there a way to start a native C/C++ application at the startup ? One way is to add it to the init.rc and recreate the ramdisk image. But every time I write an application - I don't want to create a ramdisk image. Is there any way by which i can modify the init.rc to achieve the same ?? an

[android-kernel] Re: USB ADB as module

2010-02-16 Thread Santosh Kadam
Hi -- I don't have an answer to this question thought - have a different Question thoughI am not sure this is the right place and right Q - but still I want to ask... U mentioned that u built the ADB as a module...I assume that you are referring to the adb daemon onto the device...if that's t

[android-kernel] How can I replace adbd on the device / emulator ?

2010-02-10 Thread Santosh Kadam
Hello there .. I have a requirement to customize the adbd and replace only that i.e. adbd execuitable on the phone/emulator. How can I do that ? Any pointers from people in this group will be helpful. thanks and regards Santosh Kadam -- unsubscribe: android-kernel+unsubscr...@googlegroups.com

[android-kernel] Compiling Android Kernel For X86

2009-12-15 Thread Santosh Kadam
Hi there - I have downloaded the androind kernel from the following repository repo init -u git://android.git.kernel.org/platform/manifest.git .. I executed make menuconfig and created a standard configuratin file. Now, I am trying to build this kernel -- by the folling command. #make