Tagged Questions
3
votes
1answer
873 views
Root Terminal command to kill or stop a service?
The latest LiveView Application for my device keeps appearing on the status bar even if the LiveView device isn't connected. Since I can't find any means to disable this behavior, I want to create a ...
5
votes
2answers
457 views
Is there a way to list all Intents and all processes associated with them?
Is there a way to list all Intents and all processes associated with them?
Specifics: Droid X, 2.2 stock ROM, rooted.
I'm perfectly fine with any approach, as long as it gets a guaranteed complete ...
2
votes
1answer
496 views
Are there cases where Android would start an app/service other than due to Intents or explicit user start?
I'm trying to understand how/why some of the processes that are running on my phone (DroidX, stock 2.2 ROM).
It's obvious that 2 likely reasons for a process to start are:
A direct action by the ...