<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>New Problems: | Tasker Feature Requests</title>
    <description>New Problems</description>
    <generator>Helprace RSS</generator>
    <link>https://tasker.helprace.com/s1-general/problems/new?format=rss</link>
    <item>
      <title>Cell Near cannot scan for 5G SA towers</title>
      <description><![CDATA[<p>I have several old profiles set up with Cell Near as a trigger, and have never had an issue with them until recently, when my evening profiles failed to trigger (the morning ones involving Cell Near triggered perfectly, and that was the last day any Cell Near profiles worked).</p>
<p>While troubleshooting, I realized that my carrier finally activated 5G Stand Alone (maybe part of the 2G/3G shutdown?). As a result, Tasker is unable to use Cell Near to scan these new cell IDs, the page remains blank even after scanning for 10+ minutes.</p>
<p>Does anyone know how to force Cell[_cuted_]</p>]]></description>
      <pubDate>Fri, 22 May 2026 14:57:37 +0000</pubDate>
      <link>https://tasker.helprace.com/i2048-cell-near-cannot-scan-for-5g-sa-towers</link>
      <guid>https://tasker.helprace.com/i2048-cell-near-cannot-scan-for-5g-sa-towers</guid>
      <author>lexiconart</author>
      <dc:creator>lexiconart</dc:creator>
      <content:encoded><![CDATA[<p>I have several old profiles set up with Cell Near as a trigger, and have never had an issue with them until recently, when my evening profiles failed to trigger (the morning ones involving Cell Near triggered perfectly, and that was the last day any Cell Near profiles worked).</p>
<p>While troubleshooting, I realized that my carrier finally activated 5G Stand Alone (maybe part of the 2G/3G shutdown?). As a result, Tasker is unable to use Cell Near to scan these new cell IDs, the page remains blank even after scanning for 10+ minutes.</p>
<p>Does anyone know how to force Cell Near to read these new 5G SA towers?</p>
<p>Alternatively, is there an app that can feed this data to Tasker?</p>
<p>Here's what I tried so far:</p>
<ol>
<li>Looking at a map of cell towers in my country, I can see that for LTE towers the formar used for Cell near is:
<pre class="language-bash"><code>LTE:[MCC].[MNC].[cellID]</code></pre>
<p>The map actually shows cell IDs for the 5G SA towers (it's 4 digits longer than the LTE cell IDs), but I'm not sure what the format for these towers are. I tried the following format:</p>
<pre class="language-bash"><code>5GNR:[MCC].[MNC].[cellID]​</code></pre></li>
<li>To further troubleshoot, I made a profile triggered by Cell Near to write the current cell ID to a .txt file:
<pre class="language-bash"><code>Profile: Test Logs

State: Cell Near [ Cell Tower / Last Signal:{INSERT
ALL
CELL
IDS Ignore Cells:* ]



Enter Task: Log Cell ID

A1: Wait [
     MS: 0
     Seconds: 1
     Minutes: 0
     Hours: 0
     Days: 0 ]

A2: Write File [
     File: Download/cell_logtest.txt
     Text: %DATE %TIME - %CELLID
     Append: On
     Add Newline: On ]</code></pre>
<ol>
<li>When forcing LTE connection, it works to record new cell IDs</li>
<li>When going back to 5G, Cell Near goes green (but no arrow points to any of the LTE or 5GNR towers, and all values are 0). Also, the action doesn't record any cell IDs. When I force the Action to play, all it records is '%CELLID' instead of an actual value</li></ol></li></ol>]]></content:encoded>
    </item>
    <item>
      <title>Profile doesn't work after restart</title>
      <description><![CDATA[<p>I have a profile that doesn't work after a restart. The only way to get it working again is to disable the profile and then re-enable it. Since I'm using Tasker on my car's Android stereo, I essentially have to do this every time I start my car up again.</p> <p>What the profile does is that when I have music playing, a flash notification pops up that identifies the title, artist, and album art of the track.</p> <p>I have given Tasker all possible permissions and it doesn't help. There is no battery optimizations on my device for Tasker.</p>]]></description>
      <pubDate>Thu, 26 Feb 2026 19:57:28 +0000</pubDate>
      <link>https://tasker.helprace.com/i2032-profile-doesn-t-work-after-restart</link>
      <guid>https://tasker.helprace.com/i2032-profile-doesn-t-work-after-restart</guid>
      <author>Nikola Rakewo</author>
      <dc:creator>Nikola Rakewo</dc:creator>
      <content:encoded><![CDATA[<p>I have a profile that doesn't work after a restart. The only way to get it working again is to disable the profile and then re-enable it. Since I'm using Tasker on my car's Android stereo, I essentially have to do this every time I start my car up again.</p>
<p>What the profile does is that when I have music playing, a flash notification pops up that identifies the title, artist, and album art of the track.</p>
<p>I have given Tasker all possible permissions and it doesn't help. There is no battery optimizations on my device for Tasker.</p>]]></content:encoded>
    </item>
    <item>
      <title>Motorola Razr - external display widget v2</title>
      <description><![CDATA[<p>I guess i't a limitation from Motorola, not Tasker, but I really like to have a widget on external display. Can anyone help?</p>]]></description>
      <pubDate>Tue, 17 Feb 2026 07:04:04 +0000</pubDate>
      <link>https://tasker.helprace.com/i2029-motorola-razr-external-display-widget-v2</link>
      <guid>https://tasker.helprace.com/i2029-motorola-razr-external-display-widget-v2</guid>
      <author>mr_vii</author>
      <dc:creator>mr_vii</dc:creator>
      <content:encoded><![CDATA[<p>I guess i't a limitation from Motorola, not Tasker, but I really like to have a widget on external display. Can anyone help?</p>]]></content:encoded>
    </item>
    <item>
      <title>Quick Settings Tile icon appears lower resolution</title>
      <description><![CDATA[<p data-start="272" data-end="376">I’ve noticed an inconsistency in icon rendering quality when using a Task as a Quick Settings (QS) tile.</p> <p data-start="272" data-end="376">When I set a custom icon for the entire Task and then assign that Task as a QS tile, the icon appears sharp and high resolution in the Quick Settings panel.</p> <p data-start="272" data-end="376">However, when I set the icon using the “Set Up Quick Setting Tile” action inside the Task, the same icon appears noticeably lower resolution (blurred/less sharp).</p> <p data-start="272" data-end="376">I am using 96x96 PNGs in both cases.</p>]]></description>
      <pubDate>Sat, 14 Feb 2026 13:17:18 +0000</pubDate>
      <link>https://tasker.helprace.com/i2028-quick-settings-tile-icon-appears-lower-resolution</link>
      <guid>https://tasker.helprace.com/i2028-quick-settings-tile-icon-appears-lower-resolution</guid>
      <author>dusan236</author>
      <dc:creator>dusan236</dc:creator>
      <content:encoded><![CDATA[<p data-start="272" data-end="376">I’ve noticed an inconsistency in icon rendering quality when using a Task as a Quick Settings (QS) tile.</p>
<p data-start="272" data-end="376">When I set a custom icon for the entire Task and then assign that Task as a QS tile, the icon appears sharp and high resolution in the Quick Settings panel.</p>
<p data-start="272" data-end="376">However, when I set the icon using the <strong data-start="578" data-end="609">“Set Up Quick Setting Tile”</strong> action inside the Task, the same icon appears noticeably lower resolution (blurred/less sharp).</p>
<p data-start="272" data-end="376">I am using 96x96 PNGs in both cases.</p>]]></content:encoded>
    </item>
    <item>
      <title>Tasker doesnt randomly select image</title>
      <description><![CDATA[<p>I set up tasker so every 4 minuted it chooses a random folder from a specific director and then randomly chooses an image from that folder and sends it to klwp to set it up as wallpaper. But i noticed that some images get selected waaaaay to often. This should be random but from a folder that contains 1000 images i got 1 image twice already in the last hours. Yesterday i even got an image twice in 8 minutes from a folder that has almost 1500 images in it.</p>
<p>I start to think that tasker doesnt look at all[_cuted_]</p>]]></description>
      <pubDate>Sun, 08 Feb 2026 09:44:41 +0000</pubDate>
      <link>https://tasker.helprace.com/i2026-tasker-doesnt-randomly-select-image</link>
      <guid>https://tasker.helprace.com/i2026-tasker-doesnt-randomly-select-image</guid>
      <author>freedomplayer95</author>
      <dc:creator>freedomplayer95</dc:creator>
      <content:encoded><![CDATA[<p>I set up tasker so every 4 minuted it chooses a random folder from a specific director and then randomly chooses an image from that folder and sends it to klwp to set it up as wallpaper. But i noticed that some images get selected waaaaay to often. This should be random but from a folder that contains 1000 images i got 1 image twice already in the last hours. Yesterday i even got an image twice in 8 minutes from a folder that has almost 1500 images in it.</p>
<p>I start to think that tasker doesnt look at all the images in a folder and stops at a point or even just takes the images it once selected. </p>
<p>Is there something I didnt understand about tasker? <img src="//tasker.helprace.com/resources/tmp/2688072/1770543713/MTY65o_LRpShq3SF2utRia85sQSYeJS8QtkRpuFEKDG7Ti5QdpZ-9-mAgLZ6ImGHb4kqsLIpLI7lo8LfGG-fG1ONFw%7E%7E/Screenshot_20260123_231404_Tasker.jpg" alt="" data-file="___chdfid_2688072___">  Also i had another issue that wide images dont get send to klwp in full resolution. Is there a way i can make tasker send the image in full resolution or make klwp load it in full resolution maybe?</p>]]></content:encoded>
    </item>
    <item>
      <title>Issue with Javascriptlet when processing JSON Data</title>
      <description><![CDATA[<p>At te moment, the javascriptlet is failing when it is used to process or filter data from a JSON. While it works correctly for other use cases, it does not behave as expected when handling JSON data, resulting in no output. This indicates that the issue is related specifically to how the javascriptlet processes JSON, rather than to the data itself</p>]]></description>
      <pubDate>Thu, 05 Feb 2026 10:19:52 +0000</pubDate>
      <link>https://tasker.helprace.com/i2025-issue-with-javascriptlet-when-processing-json-data</link>
      <guid>https://tasker.helprace.com/i2025-issue-with-javascriptlet-when-processing-json-data</guid>
      <author>Productivity</author>
      <dc:creator>Productivity</dc:creator>
      <content:encoded><![CDATA[<p>At te moment, the javascriptlet is failing when it is used to process or filter data from a JSON. While it works correctly for other use cases, it does not behave as expected when handling JSON data, resulting in no output. This indicates that the issue is related specifically to how the javascriptlet processes JSON, rather than to the data itself</p>]]></content:encoded>
    </item>
    <item>
      <title>Autoinput Actions not saving (Android) </title>
      <description><![CDATA[<p>Hi All, </p>
<p>Have a Samsung Fold 4, Android. </p>
<p>I'm trying to modify the existing 'text' element of an auto input (v1) click action in tasker but after I manually change the text and click back, the text field doesn't change.</p>
<p>Easy input also does not work. On the Autoinput screen, I get this error message on the bottom 'Please touch tasker on this list'. </p>
<p>But there is no list. </p>
<p>When create a new autoinput action, the fields remain blank. </p>
<p>Tried Autoinput v2, but nothing saves there too.</p>
<p>I've tried disabling and re-enabling accessibility and clearing data and cache.  </p>
<p>Summary: I[_cuted_]</p>]]></description>
      <pubDate>Sat, 10 Jan 2026 21:09:31 +0000</pubDate>
      <link>https://tasker.helprace.com/i2020-autoinput-actions-not-saving-android</link>
      <guid>https://tasker.helprace.com/i2020-autoinput-actions-not-saving-android</guid>
      <author>Alex</author>
      <dc:creator>Alex</dc:creator>
      <content:encoded><![CDATA[<p>Hi All, </p>
<p>Have a Samsung Fold 4, Android. </p>
<p>I'm trying to modify the existing 'text' element of an auto input (v1) click action in tasker but after I manually change the text and click back, the text field doesn't change.</p>
<p>Easy input also does not work. On the Autoinput screen, I get this error message on the bottom 'Please touch tasker on this list'. </p>
<p>But there is no list. </p>
<p>When create a new autoinput action, the fields remain blank. </p>
<p>Tried Autoinput v2, but nothing saves there too.</p>
<p>I've tried disabling and re-enabling accessibility and clearing data and cache.  </p>
<p>Summary: <b>I cannot modify or create autoinput actions in Tasker.</b></p>
<p>Would someone help me please? </p>]]></content:encoded>
    </item>
    <item>
      <title>Autoinput actions not working on gemini settings/overview screen</title>
      <description><![CDATA[<p>Hi there,</p> <p>I have a task using autoinput to go into the settings of gemini and switch between hotword detection being on and off. For some reason this stopped working. It still opens the overview screen, but it does not execute any clicks or swipes to go to settings. Same problem with V1 and 2 of autoinput. And the same actions work in several other apps I have tried. And when I manually click on settings, the clicks on the next screen work again. Any ideas?</p> <p>Cheers. Nico</p>]]></description>
      <pubDate>Thu, 08 Jan 2026 11:28:42 +0000</pubDate>
      <link>https://tasker.helprace.com/i2019-autoinput-actions-not-working-on-gemini-settings-overview-screen</link>
      <guid>https://tasker.helprace.com/i2019-autoinput-actions-not-working-on-gemini-settings-overview-screen</guid>
      <author>Nico</author>
      <dc:creator>Nico</dc:creator>
      <content:encoded><![CDATA[<p>Hi there,</p>
<p>I have a task using autoinput to go into the settings of gemini and switch between hotword detection being on and off. For some reason this stopped working. It still opens the overview screen, but it does not execute any clicks or swipes to go to settings. Same problem with V1 and 2 of autoinput. And the same actions work in several other apps I have tried. And when I manually click on settings, the clicks on the next screen work again. Any ideas?</p>
<p>Cheers. Nico</p>]]></content:encoded>
    </item>
    <item>
      <title>App blocked with Google tasks</title>
      <description><![CDATA[<p>Hi,</p> <p>I'm trying to get stuff set up with Google tasks, but I'm getting an error when I try to add the web service in autoweb, "This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access"</p> <p>I've seen some people having the same problem with other Google stuff, but haven't found a fix for Tasks. Is there anything I can do?</p>]]></description>
      <pubDate>Tue, 09 Dec 2025 02:58:39 +0000</pubDate>
      <link>https://tasker.helprace.com/i2015-app-blocked-with-google-tasks</link>
      <guid>https://tasker.helprace.com/i2015-app-blocked-with-google-tasks</guid>
      <author>Sara</author>
      <dc:creator>Sara</dc:creator>
      <content:encoded><![CDATA[<p>Hi,</p>
<p>I'm trying to get stuff set up with Google tasks, but I'm getting an error when I try to add the web service in autoweb, "This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access"</p>
<p>I've seen some people having the same problem with other Google stuff, but haven't found a fix for Tasks. Is there anything I can do?</p>]]></content:encoded>
    </item>
    <item>
      <title>Fix scan media issues</title>
      <description><![CDATA[<p>There are two issues with the "Scan Media" task</p> <ol> <li>Scanning a Directory doesn't discover new media files in the directory</li> <li>Scanning a file takes too long (about 1 second per file).  This is a problem when looping over many files.</li> </ol> <p>Suggested fix options:</p> <ol> <li>Option to scan files asynchronously.  We don't need any output from the scan action to proceed</li> <li>Speed up synchronous file scan</li> <li>Fixing the directory scan to pick up new files inside as new media (e.g. by Google Photos)</li></ol>]]></description>
      <pubDate>Wed, 03 Dec 2025 13:06:57 +0000</pubDate>
      <link>https://tasker.helprace.com/i2014-fix-scan-media-issues</link>
      <guid>https://tasker.helprace.com/i2014-fix-scan-media-issues</guid>
      <author>Alex Feldman</author>
      <dc:creator>Alex Feldman</dc:creator>
      <content:encoded><![CDATA[<p>There are two issues with the "Scan Media" task</p>
<ol>
<li>Scanning a Directory doesn't discover new media files in the directory</li>
<li>Scanning a file takes too long (about 1 second per file).  This is a problem when looping over many files.</li>
</ol>
<p>Suggested fix options:</p>
<ol>
<li>Option to scan files asynchronously.  We don't need any output from the scan action to proceed</li>
<li>Speed up synchronous file scan</li>
<li>Fixing the directory scan to pick up new files inside as new media (e.g. by Google Photos)</li></ol>]]></content:encoded>
    </item>
    <item>
      <title>Airplane mode while screen is locked</title>
      <description><![CDATA[<p>Motorola Stylus G 2022 - Android 13</p>
<p>I have pretty much followed the FAQ and Dontkillmyapp suggestions. Tasker works fine while the screen is on. But as soon as it locks I have a problem. I set up a simple task of turning off Airplane Mode, waiting 10 seconds, then turning Airplane Mode back on and exiting. It does this every 2 minutes. With the screen off (and locked) it will turn off Airplane Mode but doesn't turn it back on. So when I turn on my screen I see my cell connection is on. So with the screen off,[_cuted_]</p>]]></description>
      <pubDate>Mon, 20 Oct 2025 16:26:31 +0000</pubDate>
      <link>https://tasker.helprace.com/i1999-airplane-mode-while-screen-is-locked</link>
      <guid>https://tasker.helprace.com/i1999-airplane-mode-while-screen-is-locked</guid>
      <author>jack benimble</author>
      <dc:creator>jack benimble</dc:creator>
      <content:encoded><![CDATA[<p>Motorola Stylus G 2022 - Android 13</p>
<p>I have pretty much followed the FAQ and Dontkillmyapp suggestions. Tasker works fine while the screen is on. But as soon as it locks I have a problem. I set up a simple task of turning off Airplane Mode, waiting 10 seconds, then turning Airplane Mode back on and exiting. It does this every 2 minutes. With the screen off (and locked) it will turn off Airplane Mode but doesn't turn it back on. So when I turn on my screen I see my cell connection is on. So with the screen off, Tasker is able to disable AP Mode but cannot enable it. I used the Run Log feature to monitor and according to Tasker, it completed the task. Any more suggestions? I have checked every permission time and again. My phone is rooted and even granted all permission using Tasker Permissions on my PC. </p>]]></content:encoded>
    </item>
    <item>
      <title>Error:listen</title>
      <description><![CDATA[<p>App stopped recognizing the cell towers I was near. When I try to rescan nearby cell sites, a pop-up appears that says "error:listen" Tasker version 6.5.11, Android version 15, Samsung Galaxy S23, One UI version 7.0</p>]]></description>
      <pubDate>Wed, 15 Oct 2025 00:18:00 +0000</pubDate>
      <link>https://tasker.helprace.com/i1997-error-listen</link>
      <guid>https://tasker.helprace.com/i1997-error-listen</guid>
      <author>Erin</author>
      <dc:creator>Erin</dc:creator>
      <content:encoded><![CDATA[<p>App stopped recognizing the cell towers I was near. When I try to rescan nearby cell sites, a pop-up appears that says "error:listen" Tasker version 6.5.11, Android version 15, Samsung Galaxy S23, One UI version 7.0</p>]]></content:encoded>
    </item>
    <item>
      <title>Direct apk version / license keeps asking to use google services </title>
      <description><![CDATA[<p>Hello,</p>
<p>On grapheneos (degoogled phone), installed the direct apk and purshased / activated license from paetreon, whenever i try to 'download' a task (dev task) i get a notification that the service wont run without google play services, when i try to import a task from a browser i get notification 'unknown google error', and when i have google play services temporarily enabled (sandboxed) i get asked to login to a gmail account, which is not something i want to do and defeats the purpose of getting a standalone version. </p>
<p>i tried installing and uninstalling multiple times aswell ass clearing[_cuted_]</p>]]></description>
      <pubDate>Sat, 27 Sep 2025 08:24:10 +0000</pubDate>
      <link>https://tasker.helprace.com/i1987-direct-apk-version-license-keeps-asking-to-use-google-services</link>
      <guid>https://tasker.helprace.com/i1987-direct-apk-version-license-keeps-asking-to-use-google-services</guid>
      <author>Jeff</author>
      <dc:creator>Jeff</dc:creator>
      <content:encoded><![CDATA[<p>Hello,</p>
<p>On grapheneos (degoogled phone), installed the direct apk and purshased / activated license from paetreon, whenever i try to 'download' a task (dev task) i get a notification that the service wont run without google play services, when i try to import a task from a browser i get notification 'unknown google error', and when i have google play services temporarily enabled (sandboxed) i get asked to login to a gmail account, which is not something i want to do and defeats the purpose of getting a standalone version. </p>
<p>i tried installing and uninstalling multiple times aswell ass clearing Data and storage cache</p>
<p>when opening the app for the first time it does ask for a license and sais 'validated' after entering the license</p>]]></content:encoded>
    </item>
    <item>
      <title>Sophos is doing its thing again</title>
      <description><![CDATA[<p>Here to say that Sophos InterceptX has restarted its blocking of all AppFactory installed apps and AppFactory itself. Nothing new per se, just returning to behaviour we thought was solved.</p>]]></description>
      <pubDate>Fri, 26 Sep 2025 16:23:23 +0000</pubDate>
      <link>https://tasker.helprace.com/i1985-sophos-is-doing-its-thing-again</link>
      <guid>https://tasker.helprace.com/i1985-sophos-is-doing-its-thing-again</guid>
      <author>Bob Whitmore</author>
      <dc:creator>Bob Whitmore</dc:creator>
      <content:encoded><![CDATA[<p>Here to say that Sophos InterceptX has restarted its blocking of all AppFactory installed apps and AppFactory itself. Nothing new per se, just returning to behaviour we thought was solved.</p>]]></content:encoded>
    </item>
    <item>
      <title>Join not found</title>
      <description><![CDATA[<p>Despite placing everything with the Api Key, and the Device ID, I get:</p>]]></description>
      <pubDate>Tue, 23 Sep 2025 20:55:42 +0000</pubDate>
      <link>https://tasker.helprace.com/i1983-join-not-found</link>
      <guid>https://tasker.helprace.com/i1983-join-not-found</guid>
      <author>Angel Fuenmayor</author>
      <dc:creator>Angel Fuenmayor</dc:creator>
      <content:encoded><![CDATA[<p>Despite placing everything with the Api Key, and the Device ID, I get:</p>
<pre>{
 "success": false,
 "errorMessage": "User Not Authenticated",
 "userAuthError": false
}</pre>]]></content:encoded>
    </item>
    <item>
      <title>action "Input Method Select" fails on Android TV 12</title>
      <description><![CDATA[<p>System dialog "Chose input method" is shown, but closes/disappears immediately (~half a second).</p> <p></p>]]></description>
      <pubDate>Wed, 10 Sep 2025 14:04:03 +0000</pubDate>
      <link>https://tasker.helprace.com/i1980-action-input-method-select-fails-on-android-tv-12</link>
      <guid>https://tasker.helprace.com/i1980-action-input-method-select-fails-on-android-tv-12</guid>
      <author>Piotr G.</author>
      <dc:creator>Piotr G.</dc:creator>
      <content:encoded><![CDATA[<p>System dialog "Chose input method" is shown, but closes/disappears immediately (~half a second).</p>
<p><video controls="controls" width="960" height="540"><source src="https://cdn.imgchest.com/files/754e78b23040.mp4" type="video/mp4"></video></p>]]></content:encoded>
    </item>
    <item>
      <title>HomeAssistant</title>
      <description><![CDATA[<p>I've been using Tasker and the Hotword plugin mainly to launch HomeAssistant's assist.AssistActivity to use voice control. It has been working great for months. Since the last 2 weeks it simply stopped working. I installed an older version of the HA companion app because I thought a recent update caused the issue, but that wasn't it. I used other apps to see if it's a general issue, but it only seems to happen when using Home Assistant. When using the Android Home button, the Assistant launches just fine.</p>
<p>The log is below. Any ideas where the issue lies and how[_cuted_]</p>]]></description>
      <pubDate>Thu, 04 Sep 2025 16:16:59 +0000</pubDate>
      <link>https://tasker.helprace.com/i1979-homeassistant</link>
      <guid>https://tasker.helprace.com/i1979-homeassistant</guid>
      <author>Tim</author>
      <dc:creator>Tim</dc:creator>
      <content:encoded><![CDATA[<p>I've been using Tasker and the Hotword plugin mainly to launch HomeAssistant's assist.AssistActivity to use voice control. It has been working great for months. Since the last 2 weeks it simply stopped working. I installed an older version of the HA companion app because I thought a recent update caused the issue, but that wasn't it. I used other apps to see if it's a general issue, but it only seems to happen when using Home Assistant. When using the Android Home button, the Assistant launches just fine.</p>
<p>The log is below. Any ideas where the issue lies and how to fix this?</p>
<p>09.07.04/Utils startActivityWrapper: activity not found
<br>
09.07.04/Log startActivityWrapper action: android.intent.action.MAIN
<br>
09.07.04/Log startActivityWrapper pkg: null
<br>
09.07.04/Log startActivityWrapper cpkg: io.homeassistant.companion.android
<br>
09.07.04/Log startActivityWrapper ccls: io.homeassistant.companion.android.assist.AssistActivity
<br>
09.07.04/Log startActivityWrapper flags: 872448004
<br>
09.07.04/Utils startActivityWrapper: activity not found
<br>
09.07.04/Log startActivityWrapper action: null
<br>
09.07.04/Log startActivityWrapper pkg: null
<br>
09.07.04/Log startActivityWrapper cpkg: io.homeassistant.companion.android
<br>
09.07.04/Log startActivityWrapper ccls: io.homeassistant.companion.android.assist.AssistActivity
<br>
09.07.04/Log startActivityWrapper flags: 872448004
<br>
09.07.04/E Launch App: failed to launch io.homeassistant.companion.android.assist.AssistActivity.
<br>
09.07.04/E result: stop task (error)
<br>
09.07.04/E Error: 1
<br>
09.07.04/MacroEdit action finished exeID 1 action no 0 code 20 status: Err next 0</p>]]></content:encoded>
    </item>
    <item>
      <title>Termux Action configuration lost after Tasker restart</title>
      <description><![CDATA[<p>In Tasker, when setting up a Termux Action with a script, the configuration saves correctly and the script runs as expected. However, after restarting Tasker (e.g., force-closing the app), executing the Action results in an error. Opening the Configuration shows that the previously set path and script are empty.</p> <ul> <li data-start="997" data-end="1017"> <p data-start="999" data-end="1017">Android version: 14</p> </li> <li data-start="1018" data-end="1037"> <p data-start="1020" data-end="1037">Tasker version: 6.6.3-beta</p> </li> <li data-start="1038" data-end="1057"> <p data-start="1040" data-end="1057">Termux version:0.118.1</p></li></ul>]]></description>
      <pubDate>Tue, 26 Aug 2025 06:44:43 +0000</pubDate>
      <link>https://tasker.helprace.com/i1975-termux-action-configuration-lost-after-tasker-restart</link>
      <guid>https://tasker.helprace.com/i1975-termux-action-configuration-lost-after-tasker-restart</guid>
      <author>Commi</author>
      <dc:creator>Commi</dc:creator>
      <content:encoded><![CDATA[<p>In Tasker, when setting up a Termux Action with a script, the configuration saves correctly and the script runs as expected. However, after restarting Tasker (e.g., force-closing the app), executing the Action results in an error.
<br data-start="340" data-end="343">
Opening the <strong data-start="355" data-end="372">Configuration</strong> shows that the previously set path and script are empty.</p>
<ul>
<li data-start="997" data-end="1017">
<p data-start="999" data-end="1017">Android version: 14</p>
</li>
<li data-start="1018" data-end="1037">
<p data-start="1020" data-end="1037">Tasker version: 6.6.3-beta</p>
</li>
<li data-start="1038" data-end="1057">
<p data-start="1040" data-end="1057">Termux version:0.118.1</p>
</li>
</ul>
<p><img src="//tasker.helprace.com/resources/tmp/2649727/1756190654/MTY6bbUoyD8tWL92MvmTqyEkL6XKPmozB9a_9--oj_QpX639zelLHnTPYsNI9B6jrDvYfF9mvD35CpHAj6SDgOSaAQ%7E%7E/996087F9917D3281D5AE34BAB.png" alt="" width="234" height="520" data-file="___chdfid_2649727___"></p>
<p><img src="//tasker.helprace.com/resources/tmp/2649728/1756190615/MTY69Gdt_WG0Av2hLNHhfg6iWRzhpOw7r8iuryxe_AOQy7UeYRN9wAKz9uFQ0GZHWfNcJgqCNBwAHJVt6kran8pdRQ%7E%7E/2C3A3E05E46A4930422218616.png" alt="" width="209" height="465" data-file="___chdfid_2649728___"></p>]]></content:encoded>
    </item>
    <item>
      <title>bought from play store and it won't validate my license.</title>
      <pubDate>Sat, 23 Aug 2025 18:13:35 +0000</pubDate>
      <link>https://tasker.helprace.com/i1973-bought-from-play-store-and-it-won-t-validate-my-license</link>
      <guid>https://tasker.helprace.com/i1973-bought-from-play-store-and-it-won-t-validate-my-license</guid>
      <author>Adam Henley</author>
      <dc:creator>Adam Henley</dc:creator>
    </item>
    <item>
      <title>Turning Vibrate mode on while bedtime mode is on turns it off</title>
      <description><![CDATA[<p>I have an action that turns on vibrate mode at night (when Bedtime mode is activated), when it is run it turns off vibrate mode for some reasons even though my phone is not in DnD. Is there any workaround of fix for this issue?</p>
<p>If another action can be made for my use case - turn on vibrate mode when bedtime mode is turned on or at a given time at night, then turn it off in the morning or when bedtime mode is turned off. Also, when I create a time triggered profile, it creates an alarm. It[_cuted_]</p>]]></description>
      <pubDate>Fri, 22 Aug 2025 13:29:25 +0000</pubDate>
      <link>https://tasker.helprace.com/i1972-turning-vibrate-mode-on-while-bedtime-mode-is-on-turns-it-off</link>
      <guid>https://tasker.helprace.com/i1972-turning-vibrate-mode-on-while-bedtime-mode-is-on-turns-it-off</guid>
      <author>WAndroidC</author>
      <dc:creator>WAndroidC</dc:creator>
      <content:encoded><![CDATA[<p>I have an action that turns on vibrate mode at night (when Bedtime mode is activated), when it is run it turns off vibrate mode for some reasons even though my phone is not in DnD. Is there any workaround of fix for this issue?</p>
<p>If another action can be made for my use case - turn on vibrate mode when bedtime mode is turned on or at a given time at night, then turn it off in the morning or when bedtime mode is turned off. Also, when I create a time triggered profile, it creates an alarm. It that the only way time triggers can be achieved.</p>
<p>Pixel 9a, Android 16.</p>]]></content:encoded>
    </item>
  </channel>
</rss>
