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

2010-05-05 Thread venkata Aravind
Sanjeev sharma ways sounds good... Using one of the his way.Is there a way to schedule the Android services a bit latter(Do it later) lets say 5 sec in the booting process. I observed the android services starting from the init.rc file. How to schedule the services in the boot up time so that h

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

2010-05-04 Thread sanjeev sharma
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 principles of reducing boot-up time. 1:Do it fast 2:Do it in Parallel 3:Do it later 4:Don't do it all. There are multiple ways in which we can re

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

2010-05-03 Thread Greg KH
On Sun, May 2, 2010 at 9:50 PM, sanjeev sharma wrote: > Hi > > Can we figure it out which service and Process is not required at Boot > time. Sure, do the work to do so. > I know it's very hard to determine but on the basis of these process > and Services we can reduce bootup time for filesystem

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

2010-05-02 Thread sanjeev sharma
Hi Can we figure it out which service and Process is not required at Boot time.I know it's very hard to determine but on the basis of these process and Services we can reduce bootup time for filesystem. sanjeev On Fri, Apr 30, 2010 at 11:24 AM, ksk droid wrote: > Hi, > > A small query, > H

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

2010-04-29 Thread ksk droid
Hi, A small query, How can we reduce bootup time for filesystem. There are lot of proceses comes up like dalvik machine comes up and then lot of other process(apk and system services) How to decide when display should come and what are other applications that can be booted up later after

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

2010-04-27 Thread sanjeev sharma
You need to first check which one is time consuming. 1:kernel 2:Filesystem You can reduce bootup time in both kernel and Filesystem. Sanjeev On Mon, Apr 12, 2010 at 1:44 PM, aravind wrote: > Hi All, > I want to improve the boot time for my android device. Suggest, which > part of the source

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

2010-04-21 Thread Nithish Mahalingam
May be you should start with Bootchart to analyze what is actually taking time. /N On Mon, Apr 12, 2010 at 1:14 AM, aravind wrote: > 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

[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 -- unsu

[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 -- unsu