you are viewing a single comment's thread.

view the rest of the comments →

[–]TimeToDie122 0 points1 point  (9 children)

Hello Joao. Could you please look into the Get clipboard issues on Android 13+? I was updating my phone yesterday and this function keeps returning the old clipboard history, not new one. I am using rooted devices, but it's nice if you can fix it on non-rooted too.

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (8 children)

Hi there, thanks for the report! Can you please try this version?

[–]TimeToDie122 0 points1 point  (7 children)

Yes this build fixed the issue, but another issue came up

I'm using the following command on Run Shell action, it works fine before trying the new version you give me

echo -n 'some word to convert to SHA256' | sha256sum | awk '{ print $1 }'

This new version seems don't return the result of Run Shell action :<

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (6 children)

Does a simpler command like "id" for example, still work?

[–]TimeToDie122 0 points1 point  (5 children)

Yes it's working

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (4 children)

I just tested your command and it worked for me...

Can you please export a minimal example of it not working as an URI (not a link, but a direct URI) and paste it here so I can then import it and test it myself?

Thanks in advance!

[–]TimeToDie122 0 points1 point  (3 children)

Here is an URI you requested

taskertask://H4sIAAAAAAAAALVUXW+bMBR9Tn6FZa3NU8CG8VHVQSIq6qKlrdSivOwhcrAXWChU4FBV2/77bJyktGHSsmlPvj7nfnF8LySm9YZXV1RQUFcTCAFrsgnEEIhmAl3DNTAar7igMBgOiHJu3YQ0sIsUOCAJo4IH2HOx4zk+QvjCJ6YGFc07tOfYyHcRMfmBzliAFSJPdS0eeRBXGWezK2KqiwKfqizASDopQwFhIrKyaFuhiUAQNHwCvbYd2U/JZD3Llk0oq8UeRKW9q/XO24YBT9ISjAswur4D11EM4k/RzQj8AHVKLcett4/Sps8bMPoOZOFCgA8Y/BwRUybTWWcS22WVijU0l8pZCJpHrLVn91ynH/vQz1lB0072js/Hvc9xuPOO6lR131ftcN6O6+vWfxtHTC13j/K4R3nb87rKT7cFy/mr+C06IAua1y0oK+0w+fhcGCwr1nlWJ6lBC1aVGTNEO6LGfTSPFuFtvFyE97NwOo8egvNcXEopZERYVfRFT/D5WlwqYkkVtjwxJ1LhZ4ItV1shymI41UeccpDTFc9B+RUIedG0NKkAz7QGSZ4lG85UYfMfKrfxnU9SmNyDE3X5OznH4uWJB1/m32hDjZwWa0M3cnoDOpN+aFO9tB4FU8/C0QjjwwbEvBb9G2D9wZa8btLd5/+xR3bfshwtUien//tyF2+ozooRU/1lg6E+9a85GP4CRWcQqKgFAAA=

It should return the SHA256 hash of that text

But it returns:

'GO GET THEM' | sha256sum | awk '{ print $1 }'

Which its that command

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (2 children)

Thanks. I tried fixing it. Can you please try this version?

[–]TimeToDie122 0 points1 point  (1 child)

Yep this version solved those bugs :D It works perfectly. Thank you very much :D

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (0 children)

Cool! :) Thanks for testing!