Tasker : Task / Shortcut Widgets

Task / Shortcut Widgets

The standard way of running a Tasker task is by attaching it to a profile which performs it when the profile becomes active. However, tasks can be directly assigned to icons on the home screen called Widgets or Shortcuts.

Standard Widgets / Shortcuts

These consist of an icon (the Task icon) with a label (the Task name) underneath, and look identical to the normal application icons in the home screen.

Clicking on the icon runs the associated Task.

Task Timer Widgets

This type consists of an icon and label, like the standard widgets, but also has a countdown timer display which counts down Days, Hours, Minutes and Seconds.

When the timer expires (reaches 0) the associated Task is run.

Tapping on the icon of the widget shows a configuration screen where the timer can be configured.

Tapping on the timer section of the widget will pause, restart or reset the timer, depending on its current state.

Note that the timer updates more rarely when it is still a long way from expiry in order to minimize power usage.

Creating a Widget / Shortcut

  1. Click and hold in an empty space on the Android home screen, until a dialog appears.
  2. Select Widgets or Shortcuts
  3. Select Task or Task Timer (Widgets only)
  4. Pick an existing task or create a new one. When creating a new one, if you do not expect to change the function of the widget/shortcut select One-Time to avoid it cluttering your list of tasks.
  5. Use the Configuration Screen to configure what should happen when the icon is clicked (or the timer expires, in the case of a Task Timer widget). Take care to select an appropriate name and icon for the task, as these will appear on the home screen.

Changing a Widget / Shortcut

The function of widgets or shortcuts created from one-time tasks cannot be changed, it must be deleted and recreated.

On the other hand, if you associate a normal named task with a widget or shortcut then when the task is changed (via the Task Edit screen) the function of the widget or shortcut also changes.

There are also some actions which will change the appearance of any widget:

  • Tasker/Change Icon Set: changes the icon of a set of widgets to a different style.
  • Tasker/Set Widget Icon: changes the icon of a particular widget
  • Tasker/Set Widget Label: changes the label of a particular widget

The latter two you could use to visually show the status of something e.g. WiFi.

Deleting a Widget / Shortcut

Click and hold on the icon in the Android home screen until the dustbin icon appears. Drag the widget or shortcut icon to the dustbin icon and release.

Differences Between Widgets and Shortcuts

Advantages of Shortcuts
  • they can be created in some places that widgets can‘t e.g. in home screen folders
  • their layout probably better matches the default launcher layout
  • long shortcut labels will scroll when selected in the default launcher
  • they use slightly fewer system resources, though it‘s probably not noticeable
Advantages of Widgets
  • they can use image files from SD for their icon
  • their icon and label can be dynamically changed after creation via the Set Widget Icon and Set Widget Label actions.
  • timer widgets are possible
  • they can be created without a label

So a shortcut should be used unless the extra configuration possibilities of a widget are necessary.

General

  • you can create as many Tasker widgets and shortcuts as you like. You can even have several Timer widgets running at the same time.
  • Timer Task widgets continue to update even when the screen is off.
时间: 2024-10-17 07:09:58

Tasker : Task / Shortcut Widgets的相关文章

How to read out WhatsApp messages with Tasker and react on their content in real time

http://technologyworkroom.blogspot.sg/2013/05/tasker-how-to-read-out-whatsapp.html Tasker can read out incoming or stored WhatsApp Messages, I used Tasker to do the following things on WhatsApp: Display the incoming messages in iOS style, no need to

[转]SSIS 的ExecValueVariable

The ExecutionValue execution value property and it’s friend ExecValueVariable are a much undervalued feature of SSIS, and many people I talk to are not even aware of their existence, so I thought I’d try and raise their profile a bit. The ExecutionVa

Tasker : Scale Up/Down CPU Speed at Different Times

http://techsplurge.com/4926/android-awesome-15-tasker-profiles-tutorials/ Yeah I know, there’s SetCPU app for under/over clocking CPU but it cannot be used to scale up or down when specific apps are launched or during a certain time period. So here’s

How do I use Tasker to run a sync in FolderSync?

First of all the full version is required. The full version works as a Tasker plugin - when you configure a new task in Tasker you are presented with a number of Action categories, one of these being "Plugin". Select this and then select "F

Tasker to create toggle widget for ES ftp service -- Send Intent

To perform this mission, Tap the tab "tasks" of Tasker, create a task as below.Task: (ES FTP Toggle)Action 1: task-If, %ESFTP !~ On -------- here it is set up for the first run, when the variable is not set as blank. Also for the case if the FTP

Tasker to auto record incoming or outgoing call

Tasker to auto record incoming or outgoing call most of time, i was thinking of tasker can do the job like callrecorder? if yes, how to do?well, after done some homework, i have figured out the method below to share with you guys. via this method, ta

Configure task switcher in KDE

Task switcher in KDE is used to configure the behavior for navigating through windows. It has two modes, main and alternative. By default, the task switcher in main mode uses Alt+Tab to switch between different windows (from left to right) and uses A

强烈推荐:Android史上最强大的自定义任务软件Tasker

强烈推荐:Android史上最强大的自定义任务软件Taskerhttp://bbs.mumayi.com/thread-28387-1-1.html(出处: 木蚂蚁手机乐园) Android上的Tasker绝对称得上是Android系统的神器之一,与Auto Memory Manager不同,Tasker不是加速型的软件,而是系统增强型的软件,由于有众多系统状态可控制,故使得Tasker一跃成为Android系统中最闪亮的明星.但Tasker也无疑是最难使用的软件,由于可以控制的地方太多,反而让

Tasker to detect application running in background

We used to be told that tasker is only capable of detecting foreground application, if the app gets into background running, it would see it as exit. Is it? Is there anything we can do to work this out?Yes, there is a workaround, actually just sorts