[android-developers] init.rc --- synchronization

2011-09-20 Thread Michal Maruska
Hello, I would like to invoke synchronously a command from init.rc, i.e. wait for its termination before starting another service (let's say the zygote). I see that the documented "exec" does not do anything. (I also see features not documented, loglevel for example. So that documentation seem

[android-developers] Re: init.rc --- synchronization

2011-09-20 Thread Michal Maruska
> Then the readme.txt mentions init.svc. system property, but > then there is no notification on a change. ok, watchprops -- system/core/toolbox/watchprops.c shows that system-property-change notification is possible. -- You received this message because you are subscribed to the Google Group

[android-developers] Re: init.rc --- synchronization

2011-09-20 Thread Michal Maruska
On Tue, Sep 20, 2011 at 10:55 AM, Michal Maruska wrote: >> Then the readme.txt mentions  init.svc. system property, but >> then there is no notification on a change. > > ok, watchprops  -- system/core/toolbox/watchprops.c  shows that > system-property-change notification is

[android-developers] Which intents not fully supported by AndroidManifest.xml ?

2011-09-26 Thread Michal Maruska
Hello, I have noticed, that some intents, eg. BOOT_COMPLETED or ACTION_SCREEN_{ON,OFF} are impossible to register for from the AndroidManifest.xml. I would like to find the documentation listing such intents, and would like to understand why is that. Maybe if I knew where/how the package manager

[android-developers] Persistent vs. uses-library

2011-08-29 Thread Michal Maruska
Is there (or rather was there in 2.2) any relation between an Activity being android:persistent="true" and not being able to use "external" libraries (that is one declared with "uses-library", not in bootclasspath)? Thank you, M. Maruska -- You received this message because you are subscri