Is it possible to turn WindowManagerService into an Instrument/Activity?

31 views
Skip to first unread message

Android007

unread,
Nov 7, 2012, 10:14:59 AM11/7/12
to android-...@googlegroups.com
I would like to run the WindowManagerService on a process different than the system process.
I would like to startInstrumentation/bindService of it from the ActivityManagerService.

I think Android developers would  have a good understanding of how to run a thread on a different process, but since this is WindowManagerService then I think this forum is the right one.

I was thinking about doing it using Process.start(...). I can create a new process this way, but then in order to run the the "real" WindowManagerService ctor I need: a context( whichg I don't have),  a referencet to the PowerManagerService which I don't have etc...

Does anyone have an idea how to do this OR at least how to run any Runnable object on a new process?

Thanks,
Reply all
Reply to author
Forward
0 new messages