Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-15 Thread Aldrin Montana
thank you raja On Tue, Feb 15, 2011 at 3:14 AM, raja pavan wrote: > *Try with these steps * > > (1) Take the kernel running on your phone. > (2) Download the vanila kernel with the same version as above. > (3) Do a winmerge/meld (or any other diff-merge tool). > These differences (go deep into t

Re: [android-kernel] Help about android source code

2011-02-15 Thread Aldrin Montana
Hey man, So I tried for awhile to compile the custom kernel on ubuntu... 9.04? And here's what I've come up with so far. if you do a checkout of http://android.git.kernel.org/?p=kernel/common.git;a=summary and you checkout either goldfish branch (both are archived) then what you can do is do a mak

Re: [android-kernel] Prevent demon form being killed, when device goes to SLEEP

2011-02-15 Thread raja pavan
"Killed" , lowmemorykiller has the power to kill processes, so lmk cuold be behind this. write /proc/1/oom_adj -16 This will prevent the lowmemorykiller driver from killing your process (if lmk happens to be the reason) Please let me know the result. On Tue, Feb 15, 2011 at 2:57 PM, P@AR wrote

Re: [android-kernel] Help about android source code

2011-02-15 Thread raja pavan
If you want to modify the emulator kernel, download from http://android.git.kernel.org/ kernel branches (snapshot) goldfish is the name of branch, for emulator kernel. My earlier response to a similar query has lot of content with regard to this. search for android emulator kernel in the groups.

Re: [android-kernel] Help about android source code

2011-02-15 Thread Soumen Debnath
I want to study the android OS's kernel, and also want to modify it. On that regard send some useful material if u have.. On Mon, Feb 14, 2011 at 2:07 AM, Aldrin Montana wrote: > any particulars as to what your problem was and what procedure you > followed? > > On Wed, Feb 9, 2011 at 3:33 AM, SD

[android-kernel] Prevent demon form being killed, when device goes to SLEEP

2011-02-15 Thread P@AR
Hello, I need help over here! Hi I am developing a Linux application(deamon) written in C, for my Android device. I have configured my init.rc script to start the deamon when the device is booted. Everything works just fine when the device is booted and my demon starts, but when the device "sleeps"

[android-kernel] Android 2.0.1 Platform source code

2011-02-15 Thread peeyush varshney
Hi, How would i get the Android 2.0.1 Platform SDK. -- Thank & Regards Peeyush Varshney -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] RNDIS behaviour in USB composite mode

2011-02-15 Thread Maulik Mankad
On Mon, Feb 14, 2011 at 11:45 AM, Praveena Nadahally wrote: > Hello All, > > I need some help on RNDIS and USB Tethering using RNDIS. > > As windows doesn't support any other interfaces when RNDIS is enabled. > So, How should be the behaviour of RNDIS in the USB composite mode? Is > there any deta

Re: [android-kernel] Help about android source code

2011-02-15 Thread raja pavan
Follow these steps. (1) Download jdk 1.6 from sun jdk archives. locate java inside jdk and export the java-binary loaction to PATH variable. (2) Download GingerBread which happens to be the latest mobile android stack from http://android.git.kernel.org/ mkdir mydroid cd mydroid repo init -u git:

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-15 Thread raja pavan
*Try with these steps * (1) Take the kernel running on your phone. (2) Download the vanila kernel with the same version as above. (3) Do a winmerge/meld (or any other diff-merge tool). These differences (go deep into the source tree mainly in the arch/arm folder if your phone is based on ARM or in