View Single Post
Old 01-11-2011, 04:40 PM   #42 (permalink)
Shadowex3
Addict
 
Shadowex3's Avatar
 
Location: Florida
With the Froyo update removing the control buttons at the top of the notification bar I've had to resort to a few stopgaps, I've also picked up another app or two since then.

I now use Appbrain instead of (or rather with) the default market, which gives me a MUCH better idea of how good an app is and much better searching. I've also replaced GPS/Bluetooth/Wifi controls with a (more accurate) Battery Monitor Widget that sits quietly on my primary screen, switched from launcherpro for several reasons to the newer and imho much faster Zeam, and lastly I've got Android Agenda (a widget) sitting on my main screen as a 4x2 widget. It's a nifty little calendar+agenda widget that ties right into just about anything directly.

Quote:
The first one is a simple app that lists what apps are running. You check the ones you want to "kill" and press the kill button and it shuts them down. I'm still learning how Android works, but it's my understanding that the OS automatically multitasks apps when you launch them. That is to say, if you launch an app, it will in most cases reside in memory until you actively close them somehow. Advanced Task Killer is a quick and easy way to drop things out of memory to keep things fast and to save your battery power.
Your understanding is correct but your conclusion is wrong. Apps are stored in memory, yes, but it doesn't work like a computer. You're not losing any extra juice having that memory full, it saves processor power to have things stored that way, and if necessary android will intelligently close things by itself.

You can find many dozens of explanations ranging from about as detailed as my previous sentence to flowcharts of the actual underlying processes but here's a nice middleground between all technical explanation and "bad droid".

A short highlight:

Quote:
"Task killers make my battery last longer" - FALSE!

Task killers actually do the opposite, they make your battery life shorter! Lets look at what exactly you are doing when you kill a task. You are completely removing it from memory. Ok, so compared to leaving it in memory you are expecting to save battery? No, whether or not that bit of memory is used by an app or is free, the same amount of battery is going to be used. You are actually reducing battery life because when you next go to use that app, you have to fully reopen it, this uses more memory than simply bringing it out of memory.
"Task killers make my phone run faster" - FALSE

Task killers cause your phone to become unstable and jerky. Killing processes is bad because a process may be shared between applications. When you kill it, you are causing disruption within the OS, forcing apps to reopen, to reopen a shared process.
"There is no exit button, thats why i use a task killer" - FALSE

There is no exit button because android was designed to never have the need for a user to close apps. If an app needs closing, android will do this itself.
Also keep an eye on data usage when you're wirelessly tethering with something like barnacle, if you start youtubing that way on a laptop odds are your Cellco will notice the massive data use and guess what you're up to. They'll never be able to PROVE it since its all the same on their end but they've got enough regulatory capture that the contracts are basically one-sided anyway.
__________________
Quote:
Originally Posted by Hectonkhyres
I'm imagining crazed dwarves doing profoundly weird things. Urist McNutcase has developed a compulsion to jam anything colored blue up his anus, or alternately other peoples anuses

Last edited by Shadowex3; 01-11-2011 at 04:56 PM..
Shadowex3 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360