I got an questions:
1. How lond it could take to finalize the task switcher development ?
2. Is in your interest to do task switcher event if mango update have
task switcher ?
Thanks for answers.
Related
I got an questions:
1. How long will it take to finalize the task switcher development ?
2. Is in your interest to do task switcher event if mango update have
task switcher ?
Thanks for answers.
Hi,
Attaching scripts for Tasker app (https://market.android.com/details?id=net.dinglisch.android.taskerm) for toggling Honeycomb Statusbar appearance on Asus Transformer.
Please note that these scripts require Superuser access (therefore will work with rooted devices only)
Follow the following steps to create Statusbar widget toggle:
--------------------------------------------------------------------
1. Unzip the attached file into: "/sdcard/Tasker/tasks/" folder on your Transformer (create the "tasks" folder if it is not created already)
2. Open Tasker application
3. Goto: Settings Menu -> Profile Data -> Import One Task
4. Import "StatusBar_Hide", "StatusBar_Show", "StatusBarToggle" tasks by repeating step 3
5. Goto your prefered home screen
6. Add widget -> Task
7. Select "StatusBarToggle", press "V" in the next dialog to finish
The created widget will toggle StatusBar visibility on each click and will change the widget icon accordingly.
You can also use the attached scripts to hide status bar before invocation of selected applications and returning the status bar back after exiting the application:
1. Follow steps 1-4 from the above sequence
2. Add new profile in Tasker, name it "Apps with Hidden Statusbar":
2.1 Select "Application" context
2.2 Mark all the application you want to use without statusbar (for example i use it for "MoboPlayer" video app and some games)
2.3 Press "V" and Task selection menu will appear
2.4 Select "StatusBar Hide" task
2.5 Press again on created "StatusBar Hide" task and select "Add Exit Task"
2.6 Select "StatusBar Show" for exit task
2.7 Exit Tasker to apply the scripts
Big thanks to ppareit and his "HideBar" app sources (https://github.com/ppareit/HideBar) that i used to create these scripts.
Happy Taskering
when the widget hides the bar, how do I get it back from withun the opened app? Does flicker work or do I have to somehow get back to desktop to click the widget again?
midirt said:
when the widget hides the bar, how do I get it back from withun the opened app? Does flicker work or do I have to somehow get back to desktop to click the widget again?
Click to expand...
Click to collapse
This widget is indeed useful only with apps that you can exit explicitly from within the app (like most of the games and some other apps) or if you always have the docking with you (like i do).
If you want more complete solution you can take a look at HideBar application (
http://forum.xda-developers.com/showthread.php?t=1265860&highlight=hidebar). The downside that this application always run in the background. My script just hides/shows the statusbar without running service in the background for gesture catching.
Sent from my Transformer TF101 using xda premium
Thanks for this...really useful. Another solution is to install something like swipepad which will let you move from app to app.
Anyone else been using any other tasker profiles? All I have so far is having headphones mute my notification volume and auto-airplane mode when the screen is off.
Hello, I just installed the ICS Version on my Samsung Galaxy Tab 10.1. Unfortunately the mentioned tasks does not work? Is there any adjustment I can make to make does takes workable under ICS as well?
Thank a lot for your support!
I've been running CM9 alpha build for more than week so far and everything is "almost" perfect
One thing was bugging me though, the recent app (or multi task switcher) of ICS, long-pressing the home button was very painfull especially over time when I noticed myself using the recent app switcher more and more often..So I started searching for a mod or a hack to remap that function or link it to a shortcut on the desktop but I found what is better!!
I set up this launcher as advised on its main thread, enabled the "Delete" gesture to show "Home Longpress" and voila!!works as magic!
Hope someone else find this useful like I did
http://forum.xda-developers.com/showthread.php?t=1330150
hi guys
i want know how can we make shortcut on nova launcher (or others) to launch tasks switcher (long press home) on ics
thank you guys
Hello guys......
Is there a method to make task manager not able to kill an app
OR
not to see an app ?
Make the app a 'system app' using Titanium Backup
in stock rom, touchwiz30launcher is system app, it can kill with task manager.
if u dont want to kill it, the app must be "Foreground" app, but dunno how to make like that
Foreground - not killable
Background - killable
Service - killable
Visible - used/not killable
What Task Manager are you talking about? I'm saying about the stock one.
stock task manager (samsung) kills almost everything, launcher get killed. even tw launcher get killed and when u press home button to the homescreen the launcher its like loading again
no it's only when you clear the RAM...
default browser is system app, when it used why it can kill?
I read about this but do not know how to do ,,,,,,,,,,,
any help ???
Add android:excludeFromRecents="true" to any <activity> element in the manifest for any activity that should not appear in the recent tasks list