You are probably looking for the BOOT_COMPLETED broadcast, that's approximately what it sounds like you want..
kris On Sun, Jul 8, 2012 at 1:57 PM, Abhilash baddam <[email protected]> wrote: > Hi, > > Thanks for the reply. I am not expecting complete thing which I want, I am > expecting some guidance to understand booting process in android and after > the booting process home application will be launched right contain all > system apps like Gmail, Email, PlayStore etc.. So how these apps getting > called before launching.... required some help... > > > On Sun, Jul 8, 2012 at 9:40 PM, Dianne Hackborn <[email protected]> wrote: >> >> This probably doesn't belong on android-developers, and your questions >> aren't really making sense. About all I can get from you use "someone tell >> me everything about how system apps are loaded," which covers a lot of >> territory, so nobody is going to spend hours try to write an overview that >> covers everything they can think of in the hopes of giving you the >> information you need. >> >> Also, at boot *not* all system apps are "loaded" so I'm not really even >> sure what you are looking for. >> >> On Sat, Jul 7, 2012 at 10:56 PM, Abhilash baddam >> <[email protected]> wrote: >>> >>> Hi, >>> >>> I have tried but I didn't get it, Generally SystemServer(calls from >>> SystemServer.java file) starts all systemservices after that how the >>> Systemapps are loading I am not getting. >>> can anyone please help me on this....? >>> >>> >>> On Wed, Jul 4, 2012 at 9:35 PM, Abhilash baddam >>> <[email protected]> wrote: >>>> >>>> Thanks Kris for the reply, could you please provide me some useful links >>>> for the same. >>>> >>>> >>>> On Mon, Jul 2, 2012 at 12:45 AM, Kristopher Micinski >>>> <[email protected]> wrote: >>>>> >>>>> On Sun, Jul 1, 2012 at 2:30 PM, Abhilash baddam >>>>> <[email protected]> wrote: >>>>> > Hi, >>>>> > >>>>> > After switching on the mobile(after booting process) all the >>>>> > applications will be loaded like System apps, 3rd party apps etc... >>>>> > how these apps are loading means I want to know the way, procedure or >>>>> > process for this. Can anyone suggest me any websites or docs to know >>>>> > these things. >>>>> >>>>> It's not just understanding the boot process, which is fairly >>>>> traditional Linux stuff, but also understanding that you're sitting on >>>>> top of the zygote process, package manager (routing intents), and >>>>> other android-y topics... >>>>> >>>>> I've actually heard good things about this book... >>>>> http://shop.oreilly.com/product/0636920021094.do >>>>> >>>>> kris >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Android Developers" group. >>>>> To post to this group, send email to >>>>> [email protected] >>>>> To unsubscribe from this group, send email to >>>>> [email protected] >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/android-developers?hl=en >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >> >> >> >> >> -- >> Dianne Hackborn >> Android framework engineer >> [email protected] >> >> Note: please don't send private questions to me, as I don't have time to >> provide private support, and so won't reply to such e-mails. All such >> questions should be posted on public forums, where I and others can see and >> answer them. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

