|
Page 3 of 3 |
|
Prev |
1 2 3
|
Re: close all open tasks easily in 1 gesture?
lol... come on...
|
Re: close all open tasks easily in 1 gesture?
Quote:
|
Re: close all open tasks easily in 1 gesture?
Apologies if this has been mentioned before already. I know it's not quite the same, but it's close enough. Like you said, if you have 21 conversation windows open, select one of them, tap the power button and choose "End Current Task" and all 21 conversation windows will close. I know that doesn't affect the other applications open, but it does make it easier :P
|
Re: close all open tasks easily in 1 gesture?
So has anyone tried this script? I've found it pretty handy - especially when run from the power button menu.
Just occasionally it seems to not close certain windows, and I'm wondering if it's related to the assumtion of the 0x00 / 0x01 ID's being system-specific? |
Re: close all open tasks easily in 1 gesture?
Quote:
|
Re: close all open tasks easily in 1 gesture?
Quote:
I have saved all that code into a file called "close_all.sh", and tried to run it by typing Code:
cd /home/user/Code:
close_all.sh: line 5: syntax error: Bad substitution |
Re: close all open tasks easily in 1 gesture?
It's because it's a bash script.
First make sure you have bash installed ("apt-get install bash" when root user). Then set the exec permission on your file: Code:
chmod +x close_all.shCode:
./close_all.sh |
Re: close all open tasks easily in 1 gesture?
Have you guys ever thought about a type of Sleep/restore function? A way for the user to easily close all tasks and afterwards just as easily open all tasks again?
I'm no developer so I have no idea if this is even possible but it would be a little like firefox's restore function. What do you guys/developers think? Is this possible? It could give us a nice boost in battery power at least :). |
Re: close all open tasks easily in 1 gesture?
Quote:
If you close all windowed applications you might as well restart your phone. Who says a daemon isn't to blame? Hence, I'd say the right way is to use upstart for this (there isnt a sysvinit). Quote:
If you do want to suspend an application you can use kill -19 <pid>, and kill -18 <pid> to continue it. Now, in theory he had a good point, in practice not since the device can sometimes hardly be up for 6 hours. Even laptops would auto suspend or hibernate when juice is too low. |
Re: close all open tasks easily in 1 gesture?
Quote:
|
| All times are GMT. The time now is 10:42. |
Page 3 of 3 |
|
Prev |
1 2 3
|
vBulletin® Version 3.8.8