问题标签 [tasker]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
879 浏览

tasker - Tasker HTTP Get returns file not found

I'm attempting to use tasker to go back and forth with the ecoBee API. In doing so, I've been unable to get past the first step due to an issue I'm running into with tasker.

Here's my setup: Server:Port - https://api.ecobee.com:443 (I've also tried without the port, and without the https:// Path - /1/authorize Mime Type - application/json Trust Any Certificate

When running this i get a Tasker toast message that states "Input/Output error for https://api.ecobee.com:443/1/authorize : java.io.FileNotFoundException: https://api.ecobee.com:443/1/authorize"

Going to that URL works from the phone browser and a computer browser. Am I missing something obvious?

0 投票
2 回答
2377 浏览

android - 使用 tasker 进行 Skype 视频通话

我正在尝试设置 tasker,以便在触发时自动与特定联系人进行视频通话。

到目前为止,我遇到的最有希望的线程是这个:skype call using username in android 事实证明,这与 tasker 的意图无关。

是否有可能使用 tasker 完成此任务?如果可以,如何?

非常感谢

0 投票
1 回答
1187 浏览

php - Tasker Received text event not running / firing after recieveing sms

I created a tasker profile to forward recieved sms to a php script running on a remote server. The event however is not firing / getting activated on receiving sms. The following is the XML file exported from Tasker.

Neither am I able to forward sms to php script using the 'sms gateway' app on google play Google Play Link.

0 投票
2 回答
181 浏览

android - Tasker (Android) 自动化:设计配置文件

在处理tasker时,我有点菜鸟。
我有两个疑问。

1.我想要一个仅在周日上午 9 点到 11:30之间有效的个人资料。不是任何一天。
我能够在所需的时间或当天执行此操作,但不是特定日期的特定时间

2.如果我想要一个特定位置的配置文件,我应该出现在该位置以便能够设计配置文件吗?比如说,我能在家里做到这一点吗?我需要一份我的大学的个人资料,这有点远。我如何在家中制作此个人资料。(我尝试了使用 Wifi 的状态,但这不会只针对位置)。并且此配置文件需要在工作日处于活动状态。

谢谢 !

0 投票
2 回答
146 浏览

c# - PhotoChooserTask 无法裁剪大照片

当我想从我的库中挑选照片并最初对这张照片做一些事情时,我想裁剪它并将其调整为 300x300。一切都很好,直到我选择了一张大照片。

当我选择一个大图像(10000x6000)时PhotoChooserTask(从用户的角度来看)什么都不做,PhotoChooserTask只是崩溃(不是应用程序)。然后,当我尝试选择另一个时,我得到了"Not allowed to call Show() multiple times before an invocation returns"异常。

里面好像PhotoChooserTask还有之前的对象,不知道怎么处理或者清除PhotoChooserTask

PS。无设置

照片将设置,一切正常。

PS2。

三星 ATIV S 没有问题。只有诺基亚 1320 ,520 和 530

当照片很大并且设置了高度时,调试器不会进入内部chooser.Completed

0 投票
1 回答
474 浏览

android - Tasker 中任务的操作之间的时间

我想在 tasker 中创建一个执行几次点击的任务。我想在一秒钟内模拟 75 次屏幕点击。我正在运行一个 shell 命令:inpet tap xy

无论我是在任务本身中排队许多动作,还是在我实际执行任务时在动作本身中执行一个 for 循环,每次单击之间都需要很长时间(大约一秒钟)。

如何在很短的时间内执行多次屏幕点击?

干杯

0 投票
3 回答
4467 浏览

android - Repeat task in Tasker every other week

I wanted to know how to trigger a task every other week. Could any one please give me some step by step instructions how to do this? Btw, the task I want to repeat is a notification.

0 投票
1 回答
1531 浏览

android - Android Intent 用于省电模式(棒棒糖)

我正在尝试在 tasker 中设置配置文件以自动触发 Android 5.0 中的省电模式。但我发现的只是启动节电活动的意图,但没有真正切换它。

有人可以指出我正确的方向吗?

0 投票
1 回答
365 浏览

android - 如何在 Tasker 的 HTTP Get 操作上将超时设置为零?

我必须使用 Tasker 下载文件,但 HTTP Get 操作的默认超时限制(120 秒)是不够的。如何将超时设置为零(从不)或超过 120 秒?谢谢!

0 投票
1 回答
606 浏览

javascript - Tasker 导出的应用程序 Javascriptlet 错误

我创建了一个任务来使用 HTTP GET 从 500px 获取 JSON 结果,然后使用 Javascriptlet 代码:

要解析 JSON 结果,从 TASKER 运行时一切正常。但是将其导出为APP后,会出现以下错误JSON.parse()

未捕获的类型错误:未定义不是函数

我也尝试使用 .js 文件。无法弄清楚我错过了什么?