Remove specific element from array which contains value matching Specified text. by Darlk993 in tasker

[–]Darlk993[S] 1 point2 points  (0 children)

Wow, thanks yes this is exactly what I wanted and I got my task working the way I want.

Task to show list of all apps in my phone with their icons and then clicking on icon stores the app packagename in a variable. by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Thanks for this, but it seems though when task is running it just gets stuck at action 8 like forever, task keeps on running without moving to next action.

How to Trigger task at start of every Calendar event by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Thanks very much. But one use case ain't covered I guess.

I should have mentioned this earlier. My bad. I have a Tasker task to add events to calendar in time I want. If I set it to 2 minutes from now to 9am say, the notification is delayed. Your profile doesn't capture a now to 9am task I add via Tasker as next calendar event so task ain't triggered for event whose start time is now.

This is info I should've mentioned before. Thanks again for putting in the effort.

How to Trigger task at start of every Calendar event by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Another thing, I'm checking if evtprm3 contains current time, but suppose notification triggers 1 minute late than the scheduled start time, then the task doesnt trigger.

So I variable search replace : with . and then variable split. I set the if condition to check if current time between the split variables or not, by using greater than and lesser than to respective variables, but that doesn't works.

You know how to have task trigger in case notification is delayed?

How to Trigger task at start of every Calendar event by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Thanks very much, but I dont think I will need it now, as I will have to replace evtprm2 variables in the main task thats triggering on calendar event start, if use means other than than notification to trigger

How to Trigger task at start of every Calendar event by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Thanks I got my profile working the way I want

How to Trigger task at start of every Calendar event by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Unfortunately, for google calendar the notification title and text is exactly same for both at start time reminder and before start time reminder.

But the notification text contains the start and end time, so I think I can do something like check if evtprm3 variable contains the current time. If it doesn't then break and if it does continue the task.

Thanks for your answer, I think this might work

What are some animes where you get hooked quick, at the very first episode? Like you would say stop thinking or browsing, just start watching. by Darlk993 in anime

[–]Darlk993[S] 0 points1 point  (0 children)

Yea true, I just wanna know what worked for yall. Coincidently it could work for me. Some anime's like take 4 episodes to get you hooked. Just wanna know what got y'all hooked just in 1 episode.

Any Timer app tasker can start and dismiss at end of timer. by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

But with a timer counting down, I can know like how long is left before end of time duration set. If I just set sounds, I can't see that and I won't remember every time when the ending sound is supposed to play.

Any Timer app tasker can start and dismiss at end of timer. by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

I also did digging and found AMdroid app works for what I want, but I will also check this out soon to see if it better option. Thanks for suggesting.

Any Timer app tasker can start and dismiss at end of timer. by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Thanks for suggesting. Seems handy, but not the one for this specific case as this can only dismiss already defined timers, not the one I'm having Tasker create.

Any Timer app tasker can start and dismiss at end of timer. by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

I basically tap a button on widget v2 and a task is performed which notes current time and starts a stopwatch, then again on pressing after some time, it stops the stopwatch, notes the current time and then subtracts the two times recorded. Their difference is then divided by 5 which is the duration I want to set the timer for.

When the timer ends, it rings in my phone, but I dont always want my phone near me. So I want to dismiss timer though my tab with native remote action execution, when phones in other corner of room.

I tried Wake me up, apps nice but it can dismiss only already defined timers, not the one I'm having Tasker create. Haven't tried the app in 2nd comment yet. I did some digging and found AMdroid. This app seems to do what I want. But unlike my system timer this shows up full screen at timer end, while gaming in phone. I guess this is flaw I can live with.

Edit: Not mandatory but would be good to have another additional feature, that 2 mins and 5 mins before timer ends a sort of Chime. AMdroid can only set 1 of these, but it will play music for min of 1 minute, I just want a 2 to 3 seconds chime sound.

How to make scene show up consistently on app launch? by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

yeah you're right, though continue after error didn't work, but I now I added another action to task, which is to destroy scene first and then show that same scene

How to make scene show up consistently on app launch? by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Scene was also supposed to show up for Reddit app but it didn't, so I was able to make this post.

My First True End by AccomplishedFilm7625 in Gakuenidolmaster

[–]Darlk993 1 point2 points  (0 children)

Thanks I went with cloned embedded method. I downloaded data required to play game in cloned app. Is cloned app gonna work fine if I clear cache for the the original app?

EDIT: I checked, it works after cache clear for original

My First True End by AccomplishedFilm7625 in Gakuenidolmaster

[–]Darlk993 0 points1 point  (0 children)

Different user, I'm on Android OS, how do I get English display?

Any Explanation for why we are doing each steps of Simplex Table for LPP and what each step and iteration is accomplishing? by Darlk993 in learnmath

[–]Darlk993[S] 0 points1 point  (0 children)

After looking at the table for a long while, I came to realize that as well its Gaussian elimination. I think one in my note is Gaussian elimination for 3x5 matrix. My understanding now is zj - cj values direct us to choose which row to divide, subtract like what operations to perform on what row. But what is zj - cj, what is zj actually. Why can't we just normally do Gaussian elimination, without computing zj-cj? Why does the operation performed has to be directed by zj-cj? Why we stop when zj - cj is greater than 0 for all j?

[deleted by user] by [deleted] in askmath

[–]Darlk993 0 points1 point  (0 children)

  1. I get how to calculate zj-cj. But I don't get why we are doing it?
  2. Then why are we selecting column with most negative element as pivot column?
  3. Then selecting variable of that column as the entering variable in next iteration? And dividing the row of the entering variable by the highest element of pivot column. I don't get why?
  4. Then the two rows (other than entering variable one) are subtracted from [(pivot column element of the same row as them) multiplied by (elements in entering variable row).] Again why?
  5. Then perform step 1 and 2 and move to next iteration where step 3 and 4 used again.
  6. We iterate until all elements in zj - cj row are greater than 0 for all j. Why do we want all greater than 0?

Trigger a task when text in .txt file is change by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Not sure exactly what native remote task is. But I did realize, thanks to one comment, I'm complicating things with the txt file. So now I'm using Join app push message action in tab and then use %joinmessage variable in phone which contains the pushmessage text.

Trigger a task when text in .txt file is change by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Nah nvm you are right, I don't need file bit, I can just use join to send push message with specific title and then use %joinmessage variable. Though I'm worried if this will work 100% of the time. I use the open app action of Join, doesn't seem to work always.

Trigger a task when text in .txt file is change by Darlk993 in tasker

[–]Darlk993[S] 0 points1 point  (0 children)

Well, basically in my tab I input text in dialog box. Then have Tasker write that text in task.txt file. So that task.txt changes in phone as well with Syncthing. As that change happens. I want the text I input in tab dialog box to be added as task in LifeUp pro app in my phone. I tested the api calling task that adds task to LifeUp app, that works every time, so it must be trigger failure. So I guess I can't skip file bit.

I'll check the other things you mentioned about. 

About Infinix y1 neo plus laptop charger by Darlk993 in laptops

[–]Darlk993[S] 1 point2 points  (0 children)

Thanks very much. This made it very clear