Re: [android-kernel] Re: Listen to touch screen events when the screen is turned off !!

2013-10-11 Thread venkata Aravind
Look into the Launcher app code and lockscreen Android framework, you can find the answers for this. On Fri, Oct 11, 2013 at 10:28 AM, Vishveshwar wrote: > On Thursday, October 10, 2013 3:11:32 PM UTC+5:30, Vinaayaka S wrote: >> >> Hello , >> Is there any way in which i can able to process the t

Re: [android-kernel] Re: Specific Device suitable for Kernel Tweaking

2013-10-11 Thread venkata Aravind
Correct for lockscreen emulator would be enough, No need of kernel changes. On Fri, Oct 11, 2013 at 10:32 AM, Vishveshwar wrote: > On Thursday, October 3, 2013 4:25:14 PM UTC+5:30, sures...@iiitd.ac.inwrote: >> >> As part of a project I have to develop an application to replace android >> defaul

Re: [android-kernel] How to use fuser from adb shell in android

2012-09-11 Thread venkata Aravind
use busybox for android. On Mon, Sep 10, 2012 at 2:59 AM, Tarun wrote: > When i run the "fuser" on the adb shell it says not found? > Do i have to install fuser? > If so,then how? > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-

[android-kernel] printk messages using logcat

2012-06-27 Thread Machiry Aravind Kumar
hi, is there any way by which we can make logcat read from kernel buffers? though there is link in the android site: http://developer.android.com/guide/developing/tools/logcat.html#alternativebuffers its defunct. any details on this would be really helpful. Thanks, Machiry -- unsubscribe: a

Re: [android-kernel] Android Code that reads build.prop

2012-03-28 Thread venkata Aravind
Have a look at the below file. You will understand it. ./base/core/jni/AndroidRuntime.cpp On Tue, Mar 27, 2012 at 10:58 AM, Guru wrote: > Hi, > > I am trying to understand how the android VM Heap Size is set. > I came across the tweaks that can be done to the build.prop by setting > the dalvik.

Fwd: [android-kernel] chmod 777 not working with init.rc

2011-09-20 Thread venkata Aravind
I think the modified file of your init.rc, is overwritten by build script and the changes are missed out in final image. Better way would be apply the changes to init.rc file at below location. system/core/rootdir/init.rc You can try like, pull the init.rc file from the file-system apply the chang

Re: [android-kernel] chmod 777 not working with init.rc

2011-09-20 Thread venkata Aravind
I think the modified file of your init.rc, is overwritten by build script and the changes are missed out in final image. Better way would be apply the changes to init.rc file at below location. system/core/rootdir/init.rc You can try like, pull the init.rc file from the file-system apply the chang

Re: [android-kernel] Improve the Booting time in Android

2010-05-05 Thread venkata Aravind
home screen comes first and latter others. Regards Aravind On Wed, May 5, 2010 at 2:16 PM, sanjeev sharma wrote: > HI All, > > This I was talking on behalf of filesystem but As fas kernel booting time > is concerned below are the multiple way as follows. > There are four princip

[android-kernel] Improve the Booting time in Android

2010-04-20 Thread aravind
Hi All, I want to improve the boot time for my android device. Suggest, which part of the source code in android I have to look to reach my requirement. I am looking to reduce the boot time from 100 sec to the 45 sec for my device. Suggestion please, Thanks in advance. Regards Aravind

[android-kernel] Improve the Booting time in Android

2010-04-20 Thread aravind
Hi All, I want to improve the boot time for my android device. Suggest, which part of the source code in android I have to look to reach my requirement. I am looking to reduce the boot time from 100 sec to the 45 sec for my device. Suggestion please, Thanks in advance. Regards Aravind