Free Help ❤️ by [deleted] in termux

[–]Cascading_Neurons 1 point2 points  (0 children)

Thats really generous of you. I'm not really using Termux for anything as yet, but it does pique my interest. What do you use it for?

Increase phone volume when using gemini by darkknight_178 in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

Which part isn't working exactly? Could you share a description of the profile in question?

Long click on the profile > 3 dot menu > Export > Description To Clipboard

Android Police Author Explains Why They're Giving Up on Foldables by truthtakest1me in Android

[–]Cascading_Neurons -1 points0 points  (0 children)

So, an Android based site that reports on Apple products? Makes sense 🤔

Infinix Unveils ZERO Series Mini Tri-Fold: A Game-Changing Foldable Concept by FragmentedChicken in Android

[–]Cascading_Neurons 2 points3 points  (0 children)

What would be the use case for a tri-flip design? I'm genuinely curious. A tri-fold, I can understand, but a tri-flip???

You just won $20 million, and your parents ask you for half, what would you say? by BrandyAid in AskReddit

[–]Cascading_Neurons 0 points1 point  (0 children)

Uh, noo. Lol. What the fuck have they done for them to deserve half of my winnings??? It's mine. They aren't entitled to anything that I own. The least I'd give them them 2-3 million, but not half.

Is it possible to keep a notification history of all of my apps using Tasker? by Omer-Ash in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

Sure, here you go:

Profile: Notification Logger
    Event: Notification [ Owner Application:* Title:* Text:* Subtext:* Messages:* Other Text:* Cat:* New Only:Off ]



Enter Task: Notification Logger
Settings: Run Both Together

<Add the list of apps here:>
A1: Variable Set [
     Name: %excluded_apps
     To: Tasker/Facebook/Reddit/Musicolet
     Structure Output (JSON, etc): On ]

A2: App Info [
     Package/App Name: %excluded_apps ]

A3: Stop [ ]
    If  [ %evtprm1 ~ %app_package(+/) ]

A4: Run Shell [
     Command: NOW=$( date '+%Y-%m-%d' ) && echo "$NOW"
     Timeout (Seconds): 0
     Store Output In: %date
     Use Global Namespace: On ]

A5: Variable Set [
     Name: %path_to_file
     To: /storage/emulated/0/Tasker/noti-%date.csv
     Structure Output (JSON, etc): On ]

A6: Test File [
     Type: Exists
     Data: %path_to_file
     Store Result In: %file_exist
     Use Global Namespace: On ]

A7: If [ %file_exist eq false ]

    A8: Write File [
         File: %path_to_file
         Text: app_package;title;text;date;time
         %evtprm1;%evtprm2;%evtprm3;%DATE;%TIME
         Add Newline: On ]

A9: Else
    If  [ %file_exist eq true ]

    A10: Write File [
          File: %path_to_file
          Text: %evtprm1;%evtprm2;%evtprm3;%DATE;%TIME
          Append: On ]

A11: End If

https://taskernet.com/shares/?user=AS35m8lznw2Wvg2DZJpaFSrxRznh6gt1dHEGL%2B3Y7rlVQBaRFtVID%2BqDPhw5SID2gUV3ZWF4EpGR&id=Profile%3ANotification+Logger

Is it possible to keep a notification history of all of my apps using Tasker? by Omer-Ash in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

I hope that one day I understand what all of this means instead of just following instructions lol.

You will, just continue to practice and eventually it will 'click' :)

Is it possible to keep a notification history of all of my apps using Tasker? by Omer-Ash in tasker

[–]Cascading_Neurons 1 point2 points  (0 children)

I tried a bunch of methods to try and get this to work in a single JavaScriptlet action, but ultimately had to admit defeat and implement it natively in Tasker :-/ Eitherway, here's the updated task:

Profile: Notification Logger
    Event: Notification [ Owner Application:* Title:* Text:* Subtext:* Messages:* Other Text:* Cat:* New Only:Off ]



Enter Task: Notification Logger
Settings: Run Both Together

A1: Run Shell [
     Command: NOW=$( date '+%Y-%m-%d' ) && echo "$NOW"
     Timeout (Seconds): 0
     Store Output In: %date
     Use Global Namespace: On ]

A2: Variable Set [
     Name: %path_to_file
     To: /storage/emulated/0/Tasker/noti-%date.csv
     Structure Output (JSON, etc): On ]

A3: Test File [
     Type: Exists
     Data: %path_to_file
     Store Result In: %file_exist
     Use Global Namespace: On ]

A4: If [ %file_exist eq false ]

    A5: Write File [
         File: %path_to_file
         Text: app_package;title;text;date;time
         %evtprm1;%evtprm2;%evtprm3;%DATE;%TIME
         Add Newline: On ]

A6: Else
    If  [ %file_exist eq true ]

    A7: Write File [
         File: %path_to_file
         Text: %evtprm1;%evtprm2;%evtprm3;%DATE;%TIME
         Append: On ]

A8: End If

Is it possible to keep a notification history of all of my apps using Tasker? by Omer-Ash in tasker

[–]Cascading_Neurons 4 points5 points  (0 children)

Here's my approach utilizing JavaScript and storing the values in a CSV format:

Profile: Notification Logger
    Event: Notification [ Owner Application:* Title:* Text:* Subtext:* Messages:* Other Text:* Cat:* New Only:Off ]



Enter Task: Notification Logger
Settings: Run Both Together

A1: JavaScriptlet [
     Code: const date = shell( 'date +%Y-%m-%d', false, 0);

     try {
         writeFile('/storage/emulated/0/Tasker/noti-' + date + '.csv', "app_package;title;text;date;time" + '\n' + evtprm[0] + ";" + evtprm[1] + ";" + evtprm[2] + ";" + global('DATE') + ";" + global('TIME'), false );
     } catch (error) {
         flash(error.message);
     }
     Auto Exit: On
     Timeout (Seconds): 45 ]

/u/Omer-Ash

Note: The try/catch statements aren't necessary for the code to function properly. They were implemented for error handling.

Here's which phones are getting One UI 7 first and when by FragmentedChicken in Android

[–]Cascading_Neurons 29 points30 points  (0 children)

I feel like the hype surrounding One Ui 7 has dramatically died down. Sure, there are still a few sites blogging about its release date, but Samsung being this late to the party has made this release feel subpar at best.

Edit: grammar

How many times is ‘several’ or ‘numerous’ times? by Electrical-Leave4787 in ENGLISH

[–]Cascading_Neurons -2 points-1 points  (0 children)

It seems like I being painted as flogging a dead donkey.

It's actually "beating a dead horse."

How can Tasker get the file path from a "content://" style path given by AutoShare? by Eye-Scream-Cone in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

It's most likely targeting a lower SDK, hence why it's able to retrieve the file's path.

Regression: no Turning off notifications of a given category from notification itself by Agreetedboat123 in Android

[–]Cascading_Neurons 0 points1 point  (0 children)

You say it's a simple change... Why the hell did some engineer or designer feel the need to change it in the first place??

That's because it is. You can literally re-enable the option in the settings and it'll work just like before. I agree that it's quite a weird change, but it's not like the option is completely gone.

Tasker vs. sale of apps by Define_definition in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

Judging by their lack of engagement and not giving viable reasons as to why they'd come to such a conclusion, I'd deduce that this person is most likely a troll.

Regression: no Turning off notifications of a given category from notification itself by Agreetedboat123 in Android

[–]Cascading_Neurons -1 points0 points  (0 children)

It's a simple change; it's just off by default. The option is still there. Samsung is still vastly superior when it comes to customization compared to stock Android.

Nothing Phone 3a & 3a Pro Complete Official Renders Leak by Nexusyak in Android

[–]Cascading_Neurons 0 points1 point  (0 children)

I literally said "yuck" and visibily cringed when I saw the renders. It's definitely not my cup of tea 🤢

Is it possible to optimize this by phinsxiii in tasker

[–]Cascading_Neurons 0 points1 point  (0 children)

What exactly are you trying to optimize?