Android | Automation
179 subscribers
75 photos
4 videos
1 file
234 links
Tasker, unique apps, best apps, etc but mostly automation.

Discussion, Feedback, etc:
https://t.me/android_automation_group
Download Telegram
[How To] Set Multiple Variables in a Better Way!
https://www.reddit.com/r/tasker/s/eKiV04nhIF

Uses Javascriptlet instead of Multiple Variables Set action but after this action (attached image).

Javascriptlet:
const var_reg = /(\w+)=(.+)/g;
const matches = [...data.matchAll(var_reg)];
matches.forEach(match => {
setLocal(match[1], match[2]);
});


Instructions and sample task:
https://taskernet.com/shares/?user=AS35m8ng2dqkyJFQvhDqFD5aQe1aJyDm%2FBRdWSqtrUcpcM83hu%2BvXxNbkXmj7ABkJPqgtI1PuGM%3D&id=Task%3AJavascript+Set+Multiple+Variables

Screen recording of same task:
https://t.me/android_automation_group/47

#tasker #how_to

@android_automation
Live Creations #67 - Remote Voice Message — AutoApps
https://youtu.be/cnviSlrw3Ec 12:42

#tasker #dev

@android_automation
Android | Automation pinned «ANDROID AUTOMATION APPS Tasker Macrodroid AutoInput AutoTools AutoNotification»
Channel name was changed to «Android | Automation»
Survivor .io
https://play.google.com/store/apps/details?id=com.dxx.firenow

⚡️ Better than popular pc game made for Android Vampire Survivors

My Gameplay:
https://t.me/android_automation/42?comment=75

Warning:
DO NOT PLAY MORE THAN 2 ROUNDS [30 MIN]

#games #offline
Get ready for AI generated videos!
https://youtu.be/NXpdyAWLDas

Not yet public

Official website
https://openai.com/sora

#ai
[DEV] Tasker 6.3.3 Beta - List File/Folder Properties, Array Compare, User Restrictions and More!
https://www.reddit.com/r/tasker/comments/1avo025/dev_tasker_633_beta_list_filefolder_properties/

New Get Files/Folder Properties Features
https://youtu.be/UgqENTRcEKs 4:37

New Array Compare Features
https://youtu.be/gT7EJwhiv78 3:13

Get Network Data Usage
https://youtu.be/i0JOg5L3qtM 2:26

Direct apk download:
https://www.dropbox.com/s/2sk7ifs01excsp7/Tasker.33.apk?e=1&dl=1


#tasker #dev