Search found 53 matches

by icefox56
14 Oct 2019 09:19
Forum: User Help / Bug Reports
Topic: Keylogging
Replies: 4
Views: 11180

Re: Keylogging

Keylogger flow created by @akhileshg1988 download/file.php?id=1189

works without root, but needs accessibility service.
You need to only execute 'keylogger start' flow.
by icefox56
10 Oct 2019 23:50
Forum: General
Topic: List of Accessibility usage : Control UI / UI Event
Replies: 3
Views: 18847

Re: List of Accessibility usage : Control UI / UI Event

Can you share the 13th flow "Numbering file" . I have similar use case, but I'm not sure how to create a flow like this.
by icefox56
10 Oct 2019 18:05
Forum: Flow Sharing Area
Topic: Auto copy OTP to clipboard
Replies: 2
Views: 16423

Auto copy OTP to clipboard

This flow automatically copy OTP from SMS if the word, OTP one time password code Is included in the SMS. Things you should know: By default it check SMS from all numbers It only copies NUMBERS (way to copy Hyphen "-" is given inside the flow, if you need it you can use it) The OTP must be minimum 4...
by icefox56
10 Oct 2019 16:57
Forum: Flow Sharing Area
Topic: NFilter: A Full-Featured Automatic Notification Filter
Replies: 3
Views: 16574

Re: NFilter: A Full-Featured Automatic Notification Filter

This is cool. I always wanted to create a flow like this but didn't know how to do it. Thank you for sharing this.
by icefox56
10 Oct 2019 16:53
Forum: User Help / Bug Reports
Topic: For text messages reading
Replies: 4
Views: 10995

Re: For text messages reading

So can you make a separate plugin for sms permission and provide it outside the play store?
by icefox56
07 Oct 2019 09:06
Forum: User Help / Bug Reports
Topic: Condition checking
Replies: 1
Views: 5831

Re: Condition checking

What are you trying to achieve with the flow? I don't know how to do this with the UI event trigger. But you can do something like, Trigger: App Task started Package name = com.android.settings Action: Control UI text=getTextInActiveWindow() Condition: Expression contains(text, "Use USB to") Here, T...
by icefox56
06 Oct 2019 22:53
Forum: User Help / Bug Reports
Topic: How do I close an active window?
Replies: 5
Views: 12095

Re: How do I close an active window?

I do want to reduce the sleep duration but I can't. It takes 3 seconds for the " X mark" to appear in recent screen. Do you know a better way to close that window? Edit: I made it better & faster sleep(500); click(962, 373); recents(); sleep(500); touchGesture(0, 217, newList(211, 1922, 1078, 1904))...
by icefox56
06 Oct 2019 22:31
Forum: User Help / Bug Reports
Topic: Android "Ticker" feature
Replies: 2
Views: 8286

Re: Android "Ticker" feature

I don't have any Tasker trial left to test it, that's why I asked here. But your method sounds really interesting. I'm going to try that out, I wish there were support for simple animations in widget.

Thanks for sharing this idea.
by icefox56
05 Oct 2019 23:48
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1675376

Re: EAP version 1.38.0-dev

When is this version going to get released in google play store?
by icefox56
05 Oct 2019 15:06
Forum: User Help / Bug Reports
Topic: How do I close an active window?
Replies: 5
Views: 12095

How do I close an active window?

Suppose I used the action "Launch app" and launched a settings activity " com.android.settings.Settings$TetherSettingsActivity " which opens my hotspot settings. After performing a "Control UI" action there, I want to close that window completely (it should not even appear in recent apps list). How ...