DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 2 of 27 FirstFirst 1 2 3 4 12 ... LastLast
Results 11 to 20 of 270
Like Tree3Likes

Thread: PLEASE READ: Do NOT worry about Apps running in the Background

  1. Senior Droid
    andjarnic's Avatar
    Member #
    1311
    Join Date
    Nov 2009
    Location
    Sacramento area, CA
    Posts
    239
    Phone
    Moto Droid
    #11
    Android isn't "close" to linux, it IS linux.. that is the OS that runs on all android phones is a linux kernel, 2.6.x. Android is a platform that runs on top of the linux kernel and handles the task of starting up individual Dalvik JVMs for each app you run. Each and every app you see running in your task list is a separate JVM instance all to itself, so that if the app crashes the JVM, it ONLY brings down that one app. The phone still works, as do the other apps. Each time you install an app, it's installed as a separate user as well. So each app you run, runs as it's own separate user too, making it that much more secure from one app to the next.
  2. Administrator
    cereal killer's Avatar
    Member #
    88
    Join Date
    Oct 2009
    Location
    Austin
    Posts
    10,772
    Liked
    1169 times
    Phone
    Nokia Lumia 928
    Premium Member
    #12
    Quote Originally Posted by ThePhoneGuy View Post
    Quote Originally Posted by cereal killer View Post
    This subject has been talked about a lot in here since the Droids release. I've talked to a developer who is very well versed in Linux/Android and he summarized the following as correct......

    Android is different to most other phone operating systems. It's closer to Linux than any other type of operating system. Lots of services and applications constantly run in the background just like they do on Windows. However, and this is important, they do not have to use up a ton of resources. A service or app can be loaded, yet use almost no additional memory, and 0% CPU until it actually has to do something.

    In general, killing off stuff is a waste of time. Android automatically asks apps to close that aren't needed when it needs more memory. Killing off some of the processes you are killing off also means it'll slow your phone down, as these processes only need to reload, and when you do need to use them it means the phone will be slower for the few seconds it takes to reload them.


    Is there a reference so i could back up my statement to someone else, killing apps is a pain and you become obsess about it, but does wi-fi, gps, maps eat up the battery or doesn't matter if they run.
    yes wi-fi, gps, maps, bluetooth will eat up battery
  3. Droid
    noles200's Avatar
    Member #
    1299
    Join Date
    Nov 2009
    Posts
    59
    Phone
    Droid
    #13
    Quote Originally Posted by cereal killer View Post
    This subject has been talked about a lot in here since the Droids release. I've talked to a developer who is very well versed in Linux/Android and he summarized the following as correct......

    Android is different to most other phone operating systems. It's closer to Linux than any other type of operating system. Lots of services and applications constantly run in the background just like they do on Windows. However, and this is important, they do not have to use up a ton of resources. A service or app can be loaded, yet use almost no additional memory, and 0% CPU until it actually has to do something.

    In general, killing off stuff is a waste of time. Android automatically asks apps to close that aren't needed when it needs more memory. Killing off some of the processes you are killing off also means it'll slow your phone down, as these processes only need to reload, and when you do need to use them it means the phone will be slower for the few seconds it takes to reload them.


    I read this in the crackberry forums from someone there too. I remember seeing you and the other poster talking about it. Glad you brought it over here droidforums.
  4. Senior Droid
    cLovis_ll's Avatar
    Member #
    624
    Join Date
    Nov 2009
    Location
    san francisco, ca
    Posts
    240
    Phone
    DROID...Finally!!
    #14
    thanks cereal, i was worried and i frequently use the task manager to kill all processes due to the fact that i am scared that my droid would run slow..
  5. Senior Droid
    Getaphixx's Avatar
    Member #
    297
    Join Date
    Nov 2009
    Location
    Oklahoma
    Posts
    235
    Phone
    Dr0id
    #15
    Don't use app killer.. Hmmmmmm

    1. Apps could possibly use battery life... (Why would I want to let that happen?)

    2. Battery Life seems to be a big thing....

    3. I don't use my phone for 45min.. And previously used App Killer to disable multiple items.. I come back.. I have things like Alarm Clock and others that have NO business being opened much less running... I kill them.. Jump from 65 to 104mb of memory..

    4. Please tell me how killing UNEEDED items is a waste...lol
    Last edited by Getaphixx; 11-09-2009 at 08:52 PM.
  6. Master Droid
    Dream's Avatar
    Member #
    645
    Join Date
    Nov 2009
    Posts
    272
    Phone
    Thunderbolt
    #16
    Quote Originally Posted by andjarnic View Post
    Android isn't "close" to linux, it IS linux.. that is the OS that runs on all android phones is a linux kernel, 2.6.x. Android is a platform that runs on top of the linux kernel and handles the task of starting up individual Dalvik JVMs for each app you run. Each and every app you see running in your task list is a separate JVM instance all to itself, so that if the app crashes the JVM, it ONLY brings down that one app. The phone still works, as do the other apps. Each time you install an app, it's installed as a separate user as well. So each app you run, runs as it's own separate user too, making it that much more secure from one app to the next.
    That's interesting. What do you think about the apps running in the back round?
  7. Senior Droid
    ZeRo_C0oL's Avatar
    Member #
    301
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    220
    Phone
    Motorola Droid
    #17
    Good info!
    New Android Developer

    Loving my Motorola Droid!
  8. Droid Newbie
    trevorl's Avatar
    Member #
    2336
    Join Date
    Nov 2009
    Posts
    3
    Phone
    Verizon Droid
    #18
    To see what is using up your battery power on the Droid, go to Settings > About phone > Battery use. This will tell you exactly what has been using up your battery power.

    If you are concerned about WiFi, GPS or other applications or services using up your battery power, you're probably better off using an app like Locale to automatically manage your settings based on time & location rather than constantly manually shutting down processes.
  9. Premium Member
    mth04's Avatar
    Member #
    133
    Join Date
    Oct 2009
    Posts
    4,098
    Liked
    5 times
    Premium Member
    #19
    Quote Originally Posted by cereal killer View Post
    This subject has been talked about a lot in here since the Droids release. I've talked to a developer who is very well versed in Linux/Android and he summarized the following as correct......

    Android is different to most other phone operating systems. It's closer to Linux than any other type of operating system. Lots of services and applications constantly run in the background just like they do on Windows. However, and this is important, they do not have to use up a ton of resources. A service or app can be loaded, yet use almost no additional memory, and 0% CPU until it actually has to do something.

    In general, killing off stuff is a waste of time. Android automatically asks apps to close that aren't needed when it needs more memory. Killing off some of the processes you are killing off also means it'll slow your phone down, as these processes only need to reload, and when you do need to use them it means the phone will be slower for the few seconds it takes to reload them.


    First Ceral let me say thanks for this thread. There's always so much srrounding memory and devices. I agree that this should be stickied.
    Sometimes , It is what it is !
  10. Droid
    cgaliffi's Avatar
    Member #
    310
    Join Date
    Nov 2009
    Location
    Hartford, CT
    Posts
    55
    Phone
    Droid X
    #20
    Thanks for the INFO!
Page 2 of 27 FirstFirst 1 2 3 4 12 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Tethering up and running on droid
    By thericksonebay in forum Droid Hacks
    Replies: 178
    Last Post: 01-16-2011, 09:04 AM
  2. corporate calendar always running
    By aka_rob in forum Android General Discussions
    Replies: 22
    Last Post: 09-01-2010, 10:09 AM
  3. Apps keep running in background
    By w0lfinator in forum Android General Discussions
    Replies: 20
    Last Post: 08-01-2010, 04:04 PM
  4. Please Read this and give me your opinion. It Can't be, Can it?
    By moparharn in forum Android General Discussions
    Replies: 5
    Last Post: 11-09-2009, 05:06 PM
  5. Exchange Email notifications on read
    By jwcooper in forum Android General Discussions
    Replies: 0
    Last Post: 11-09-2009, 01:40 PM

Search tags for this page

android apps running in background

,
apps running in background
,
do android apps run in the background
,

do not worry about apps running in the background

,

droid apps running in background

,

droid running apps

,
how to keep apps from running on android
,

how to keep apps from running on droid

,

keep apps from running on droid

,
why do android apps keep running
,
why do apps run in background
,
why do apps run in background android
,
why do apps run in background droid
,
why do apps run in the background
,
why do apps run on droid
Click on a term to search our site for related topics.
Find us on Google+