[android-kernel] Re: Android-ia kernel and modules

2016-10-20 Thread andrew_esh
Maybe you need to enable basic module support in the kernel. Android kernels do not usually use modules. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google

[android-kernel] Re: How Do I Save My Kernel Configuration As The Default Settings?

2014-10-11 Thread andrew_esh
You can copy .config from your kernel top source directory to a safe backup location. Then copy it back in after "make distclean", or after switching to a new kernel. Then you can "make oldconfig" and the settings you had will be picked back up. Any settings within a new kernel would still be p

[android-kernel] Re: How to push file into android shell kernel

2010-10-07 Thread andrew_esh
Those areas are protected by chown/chmod permission settings. You would need to be super-user (root) to write there. On Oct 6, 11:09 am, "Sn4+" wrote: > Hello everyone~ > > I want to push something into android shell kernel. > > Hence I use adb command like this > > $./adb -s emulator-5554 push h

[android-kernel] Re: Loadable Kernel Module

2010-08-13 Thread andrew_esh
Perumal > > On Aug 12, 10:51 pm, andrew_esh wrote: > > > > > gunzip config.gz, and edit it with a text editor. If you have a kernel > > source tree, put it in there named ".config", and do "make menuconfig" > > to use the menu system to edit

[android-kernel] Re: Loadable Kernel Module

2010-08-12 Thread andrew_esh
gunzip config.gz, and edit it with a text editor. If you have a kernel source tree, put it in there named ".config", and do "make menuconfig" to use the menu system to edit it. The latter method is probably the easiest, but requires a kernel source tree. On Aug 10, 5:06 am, perumal316 wrote: > Hi

[android-kernel] Re: Debugging boot problem

2010-07-28 Thread andrew_esh
Download the SDK Toolkit form here: http://developer.android.com/sdk/tools-notes.html ... and run ddms. Connect the phone via USB, and click on it when it appears in the upper left corner. Watch the colored logcat messages appear in the lower window pane. The messages may give you some indication

[android-kernel] Re: Debugging boot problem

2010-07-28 Thread andrew_esh
How else can it be charged, or have photos unloaded? On Jul 28, 8:09 pm, Abhinav wrote: > Not sure... Does it have a USB port? if yes Might be worth giving a > try to get usb -> serial converter. > > On Jul 28, 1:53 pm, Tim Bird wrote: > > > > > On 07/28/2010 12:38 AM, Abhinav wrote: > > > > Try