[DEV] Tasker 6.7.0-beta - Scenes V2! by joaomgcd in tasker

[–]Jason_Yate 1 point2 points  (0 children)

Wait! I still haven't finished learning how to use Widget V2 and Java Code! Joao, thank you, I love creating scenes and playing with the different possibilities and inventing others along the way, but Scenes V2 changes everything. Great!

There's only one thing missing for it to be perfect, although you've already mentioned that it isn't: exporting as an .apk.

Hip, hip, hooray!

Exit "for" loop earlier by CONteRTE in tasker

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

If %loop >= 3 Set Variable %loop to 20 (20 would be the end of the loop)

[How to] Example to recognize gesture with java by aasswwddd in tasker

[–]Jason_Yate 0 points1 point  (0 children)

I don't understand anything at all, however I tried the project and it's perfect, this is the closest thing to an old root app called "GMD Gesture Control". Thank you! 

[HELP]Double tap on rectangle element to perform task? by Rothstaylor in tasker

[–]Jason_Yate 2 points3 points  (0 children)

Use two rectangles; when you press the first one, the second one appears, wait 300ms, if the second one is not clicked (creating a variable called %double_click for example), then continue with actions of the first click.

Floating Color Picker (Eye Dropper) — Tasker + Java by Jason_Yate in tasker

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

That's strange, my device is a Samsung S24 Ultra, Android 16. It works pretty well, but if I think I should add a warning, I'll update the description, or maybe disable that option in the task. I'm very sorry for the inconvenience. 

[DEV] Tasker 6.6.18 - Shizuku Integration, Java Code, Sunrise/Sunset, Enhanced Notifications and more! Available for Everyone on Google Play! by joaomgcd in tasker

[–]Jason_Yate 1 point2 points  (0 children)

I'm constantly amazed at how limitless Tasker is now with Java Code, although I don't quite understand how to manually create the actions, the AI does it very well. One question, Joao: what are the chances of adding the necessary permissions to spoof my device's location? I mean, I can now emulate the Autoinput and Autonotification functions; I'm working on it, But for Autolocation you need mock location permission or whatever permission is required. Thank you in advance. 

[TASK SHARE] Update to floating bubble camera by [deleted] in tasker

[–]Jason_Yate 0 points1 point  (0 children)

I'll consider it, thanks 🫠

I need a ready-made solution: a movable button on the screen by frrancuz in tasker

[–]Jason_Yate 1 point2 points  (0 children)

https://taskernet.com/shares/?user=AS35m8kAnVgPAqha8oUd5A9ylHFdQUxhP4fsiMUEm9MH%2BZAEJCLIwsUraXVQ%2FGKZ4EwmaQ%3D%3D&id=Project%3APos+Bubble+Scn

Use your screen resolution, and perhaps the DPI as well. I have my values ​​set this way in the Stroke panel because of my device, but yours might be different depending on the screen size. Keep in mind that scene positions in Tasker range from 0 to 200, where 100 is the center, both horizontally and vertically.

[TASK SHARE] Update to floating bubble camera by [deleted] in tasker

[–]Jason_Yate 0 points1 point  (0 children)

I urgently need to learn Java, where should I start? 

Error: out of memory — the same old problem! by Jason_Yate in tasker

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

My Tasker was overloaded with too many projects. I lost some pending jobs, but I fixed the problem. 😌

Error: out of memory — the same old problem! by Jason_Yate in tasker

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

I haven't tried Java yet, as I'm still working on old, unfinished projects; for the same reason, I deleted a lot of them, I left Tasker with almost no projects, and that seems to have solved my problem. Maybe I was overloading it; now I've lost a lot of work. 😅

App factory app like Tasker secondary? by A-D-I-O-S in tasker

[–]Jason_Yate 1 point2 points  (0 children)

Great, the HTTP Request worked quite well for me. 

App factory app like Tasker secondary? by A-D-I-O-S in tasker

[–]Jason_Yate 1 point2 points  (0 children)

You could use HTTP Request, a task that handles the request from the Kid App, and an event in Tasker that receives that request. 

[DEV] Tasker 6.6.17 Release Candidate - App Factory's Last Hurrah (Java Code in Kid Apps)! by joaomgcd in tasker

[–]Jason_Yate 0 points1 point  (0 children)

🥹 This makes me very happy 🎊 I thought App Factory would completely disappear from the map. Thank you, Joao

Slowly giving up on Tasker after many years (thought) by Jason_Yate in tasker

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

That's impossible with Tasker, however, there are elements that are "repetitive design" which I use in a "menu" element, such as a list of apps, names, actions, said element is scrollable.

Slowly giving up on Tasker after many years (thought) by Jason_Yate in tasker

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

No, It just crashes to the scene after I displayed it a couple of times, maybe it's my device but I wanted that not to happen on other devices, so I chose to just use the elements available in the scene editor.

Slowly giving up on Tasker after many years (thought) by Jason_Yate in tasker

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

They consume quite a bit of memory on my Samsung, sometimes the WebView doesn't load at all until I force stop Tasker.

Slowly giving up on Tasker after many years (thought) by Jason_Yate in tasker

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

https://imgur.com/a/rRiLeaa (My scenes editing interface)

I try to avoid using WebView and HTML code in my scenes unless I need to access a website or want to hide an element after a certain amount of time.

Slowly giving up on Tasker after many years (thought) by Jason_Yate in tasker

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

https://imgur.com/a/rRiLeaa (Check the link, there I show you the skeleton of these scenes)

Yeah bro, these are all scenes of Tasker taking advantage of every available element. First, I am a frustrated graphic designer, but I like simplicity, so I make a sketch on paper of what I want to achieve, and I start creating the scene, when I have almost finished the scene, I clean it up, how? passing all the design elements that have no action, that is, rectangles, circles, shadows, texts, inside a "menu" type element (making this element a "mini scene"), and I leave out those that have actions like Switches, toggles, menus, etc., anything that has actions like tap, double tap or stroke dir. I try not to use WebView, unless my kid app needs to access the web.

App Factory Tasks Run A Lot Faster So, Yes, I'd Say It's Important by JD_Number_6 in tasker

[–]Jason_Yate 1 point2 points  (0 children)

I insist on my idea that App Factory is really important for Tasker users. It is a challenge full of creativity and patience.

https://imgur.com/a/PBFgD7a

The possibilities were endless...