[android-kernel] Loading modules at boot-time.

2010-01-05 Thread o0110o
How do I load certain modules at boot-time when there is no /etc/ modules.conf? I apologize in advance for my inexperience, and I would greatly appreciate some help. Thanks, Jared -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Porting to Andriod

2010-01-05 Thread o0110o
The current hardware requirements for Android are: 32MB RAM 32MN Flash Memory 200MHz Online Processor http://androidista.com/android-system-requirements/ Hope this helps to answer question #1. I am also very interested in the answer to question #5 Jared On Dec 30 2009, 10:42 am, Uday wrote:

[android-kernel] How to run Droid in emulator?

2010-01-05 Thread 梁涛
Hi all, I have downloaded the Droid Source Code (K29) from moto and have compiled it successfully. But when i run emulator from build, there are no screen on the emulator. And the adb says device offline. The following is the log info: -- $make -j

[android-kernel] Re: printk in Android

2010-01-05 Thread dmitriy moskvitin
"cat /proc/kmsg", if you have root-privileges On Jan 6, 6:37 am, hedwin wrote: > Perumal > > Within the android emulation check if you have a "dev tools" package. That > has a "terminal emulation" inside. Starting this will > open a shell. This way you should be able to a dmesg within the emulati

Re: [android-kernel] printk in Android

2010-01-05 Thread hedwin
Perumal Within the android emulation check if you have a "dev tools" package. That has a "terminal emulation" inside. Starting this will open a shell. This way you should be able to a dmesg within the emulation itself Hedwin On Tue, Jan 5, 2010 at 9:10 PM, Tim Bird wrote: > perumal316 wrote: >

Re: [android-kernel] Re: System Calls in Android

2010-01-05 Thread Tim Bird
perumal316 wrote: > Hi, > > Sorry, I am a bit confused. Using strace I can trace the system calls > made by applications. In Android I can do so through adb shell, but > how to I do so for contacts and Messaging because have to specify > "strace " for it to work. Any idea which command I have to >

Re: [android-kernel] printk in Android

2010-01-05 Thread Tim Bird
perumal316 wrote: > Hi, > > Currently when I printk kernel messages it is only viewable through > the terminal, but if in a phone/emulator any idea how do I view the > kernel messages? Use dmesg. The kernel printk messages are stored in a ring buffer, and are accessible after boot using this sta

[android-kernel] Kernel git tree docs

2010-01-05 Thread mcgrof
There are 5 kernel git trees over at: http://android.git.kernel.org/ kernel/common.git Common Android Kernel Tree kernel/experimental.git Experimental Kernel Projects kernel/linux-2.6.git Mirror of git://git.kernel... kernel/lk.git (L)ittle (K)ernel bootloader kernel/m

[android-kernel] Re: System Calls in Android

2010-01-05 Thread perumal316
Hi, Sorry, I am a bit confused. Using strace I can trace the system calls made by applications. In Android I can do so through adb shell, but how to I do so for contacts and Messaging because have to specify "strace " for it to work. Any idea which command I have to use to see the system calls mad

[android-kernel] printk in Android

2010-01-05 Thread perumal316
Hi, Currently when I printk kernel messages it is only viewable through the terminal, but if in a phone/emulator any idea how do I view the kernel messages? Thanks in Advance, Perumal -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-ker

Re: [android-kernel] System Calls in Android

2010-01-05 Thread bappa mondal
Hi, you can use strace to trace all system call by Android Task. Bappa On Tue, Jan 5, 2010 at 12:42 PM, perumal316 wrote: > Hi, > > Is there any way I can find out the system calls invoked by Android > for specific tasks? > > For example, for writing/deleting contacts or writing/deleting SM