A process is a set of execution contexts and system resources associated with them. In Android, most applications run as their own processes.
Questions tagged [processes]
107 questions
7
votes
1 answer
How to set CPU Affinity for android tasks
I have a dual core android device.
Is there any way to set CPU Affinity for android tasks ?

VVK
- 1,921
- 8
- 27
- 46
5
votes
1 answer
how to find application that is opening proccesses
When running ps as root within my device (HTC Desire HD)
I see the following line:
app_132 18584 13586 0 0 ffffffff 00000000 Z ratc
Repeating hundreds of times.
How can I tell which app is "app_132" ?
UPDATE:
O.k. I actually found out…

epeleg
- 337
- 1
- 3
- 13
4
votes
0 answers
android - difference between running process and cached background process
In my running processes,
camera has 1 process and 0 services running. I don't have it open in the foreground so why wouldn't this be a cached background process? How can there be a live process if the app isn't in the foreground?
Could someone clear…

John L
- 41
- 1
2
votes
2 answers
How to prevent apps and processes from launching in background and slowing my device
I recently installed GravityBox on my S3 mini. In one setting, I could change the physical button actions, so I decided that a Double Tap on Back would close the current app. It works fine. But it doesn't close it like when I do it manually - that…

Vinz243
- 71
- 3
- 14
2
votes
1 answer
Services without a process
In the Settings > Apps screen, under "Running", a few apps are listed as having as active (i.e. a service is running) despite having zero running processes and taking no memory.
Why are they in this state? Are they waiting for some kind of event?

F.X.
- 437
- 2
- 4
- 13
2
votes
2 answers
The ps command shows many repeating processes named "app_process". Why?
as of today my phone (Samsung Galaxy Nexus (4.1.1) slows down a lot. I noticed following:
root@android:/ # ps | grep -c app_process
136
root@android:/ #
and here is few details:
root@android:/ # ps | grep…

alexus
- 1,038
- 8
- 15
- 35
1
vote
1 answer
Is there a good index of pre-installed apps? If so, where is it?
I have had a few errors on my phone that generate error messages that name the app that failed – but the error message dialog box names the failed app by process name, not by the app's common name.
To clarify with an example, I asked "Unfortunately,…

Steve
- 250
- 2
- 3
- 12
1
vote
0 answers
Skylnmobi : Virus? Backdoor ? What is it?
OS : Android 4.4.2
This process like thing (Skylnmobi) opens in background whenever any app is opened.
Even if I kill the process through app manager it still runs in background.
It also uses data when connected to internet (known by analysing data…

Akshay Gudiyawar
- 11
- 2
0
votes
1 answer
Is it worth uninstalling apps with background processes?
I visited Apps -> Running and uninstalled the apps there that I don't use. I then installed OS Monitor and realised that a huge amount of apps run in the background with 0% CPU Usage (I have 36 processes). Many of them I don't actually use very…

Casebash
- 2,405
- 9
- 31
- 43
0
votes
0 answers
Runaway process named "data5"
I have an issue on an Android TV device from Amlogic. As you can see below there are three important processes: .amlogic.dvb.service and com.amlogic.dvb. These processes are related to the UI of the TV player and the controller of the TV…

Knossos
- 111
- 3
0
votes
2 answers
what apps are running?
A few months back I started developing an app that read incoming sms messages and saved them in a db.
A few days ago I went to revisit the app and had a quick look in the db where I discovered the app was still recording my texts!?!
I can't find any…

Russ Wheeler
- 243
- 2
- 9
0
votes
1 answer
Problem with Android process manager
When I lock my screen, or when I minimize an application such as Youtube, it has been stay on pause state, but when I minimize an application on Win or Linux, it continue to process,
How can I continue a process with halt/pause?

PersianGulf
- 103
- 4