The Following 4 Users Say Thank You to Rushmore For This Useful Post: | ||
|
2009-12-11
, 14:44
|
Posts: 127 |
Thanked: 50 times |
Joined on Sep 2009
@ Denmark
|
#2
|
The Following User Says Thank You to real_per For This Useful Post: | ||
|
2009-12-11
, 14:47
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#3
|
|
2009-12-11
, 14:51
|
Posts: 11 |
Thanked: 1 time |
Joined on Dec 2009
@ Lisbon, Portugal
|
#4
|
|
2009-12-11
, 14:53
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#5
|
|
2009-12-11
, 14:56
|
Posts: 3 |
Thanked: 0 times |
Joined on Dec 2009
|
#6
|
/kill -9 pid
|
2009-12-11
, 15:07
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#7
|
|
2009-12-11
, 15:11
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#8
|
|
2009-12-11
, 17:08
|
Posts: 176 |
Thanked: 56 times |
Joined on Oct 2009
|
#9
|
|
2009-12-11
, 17:17
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#10
|
Open an xterm and type in
killall browserd
That should kill all running flash sessions.
I do not suggest running
killall -9 browserd
or
killall -kill browserd
on my N900 the -9 switch caused the phone to reboot. There are instances of browserd that run as part of Maemo.
A more precise method is to open a X-terminal then type in
top
the applications using the most cpu will be at the top of the list. Find the PID for the offending program which is in the left column of the list. Then press q to exit top and run
kill PID
If that does not work then run
kill -9 PID
Tags |
battery drain, bug, flash, fremantle, game, maemo, maemo 5, maemo browser, plug-in, warning, web browser, zombie |
|
I have been testing hundreds (yes) of Flash games and it did not occur to me that they could cause problems with battery life and performance- besides the obvious impact when playing them, of course.
An example is the game "Afterglow". It is a game that loads, but does not get past the menu screen. I closed the game, but it was still resident in memory and draining the battery. The app is so agressive it activated the device even after being locked.
If you play a Flash game but then notice your device is laggy or running warm, it may be due to a Flash game still running even after closing the browser. It will show as "browsersd" and may be active when you show no open tasks. Need to go to terminal and check from there and then reboot the device if present. Audiopulse may also be running too. The combination of both has been up to 90% of cpu and 40% of memory used. UDPATE: Posts below details how to also kill em' without a reboot.
The N900 needs a task killer for this. It is fine to call this a mini-computer- but at least give me the same function to till kill tasks. When this happens with a computer, you can kill the task with ctrl-alt-delete and then find the culprit and kill it. A UI that covers this process would be good.
This has kind of sucked the fun out of playing Flash games for me, since Afterglow is not the only game that does this and it can get old to have to check after running each game.
Last edited by Rushmore; 2009-12-11 at 17:19.