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

2010-02-22 Thread Chris Stratton
Edit & regenerate the ramdisk once to make it launch a shell script off of /system after that is mounted, then anytime you want to change your add ons edit the script... including to do nothing if that becomes your wish at some point. On Feb 23, 2010 2:38 AM, "Santosh Kadam" wrote: Hi - Is ther

[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] How to track memory changes for a single process on android?

2010-02-22 Thread GG
Hi everyone, Recently I've been trying to measure the memory changes for apps,e.g., the browser app. I port gdb to android and attach it with the process of browser app. I want to dump the memory for heap and stack periodically and compare the changes. So I need to know where the heap and stack ar

Re: [android-kernel] Re: Flashing Kernel Image

2010-02-22 Thread Tirtha Kanti Ghosh
you can try installing busybox on your Android FS and run all those commands(insmod, rmmod and many more) that are not provided in Android shell. to install busybox follow these steps mentioned in http://omappedia.org/wiki/Android_Getting_Started#Installing_Busybox_Command_Line_Tools_.28Optional.2