Search results

  1. T

    Interval Check for battery life?

    Hi, I'm trying to create a macro that checks for battery level every 30 minutes from 12pm and onward. Once screen off, cancel this action. Wait till the following 12pm to trigger the interval check again. So far I have something like this, it kinda works, but doesn't do exactly what I wanted...
  2. T

    Only perform action if my PC is on?

    Hi, are there reliable ways to perform an action that first check if my PC is turned on using Macrodroid, if it is, run a macro. Else, do nothing? So far, I'm thinking of maybe check if my PC is connected to internet, if so, return variable as 1, else 0. And then use these variables to decide if...
  3. T

    Help with keep the most recent back up file

    Hi, I want to search all the files inside "path" folder, with keywords from keyword_search for a case-insensitive partial match. If there are multiple files with the same keyword, only keep the most recent one, delete the older files. keyword_search = ["foldersync", "novabackup", "adguard"...
  4. T

    Selection dialog variable question

    I want to use selection dialog to trigger different macros that I have created to back up a specific app. If I understand correctly, I have to mess with variables to achieve that? I'd appreciate some guidance on how exactly I can use variables to trigger other macros, thanks!
  5. T

    prompt to choose which action

    Is it possible to create a macro that sends me a prompt or gui, that gives me 5 options to select, then if I check one of them, it just runs the action assigned to that 1 action. If I check 2 of them, then it will run the 1st action, then run the 2nd action. The ones that I didn't check should...
  6. T

    Holding Volume up and down

    Is it possible to hold volume up and down at the same time for 3 seconds as action in Macrodroid without root? Thanks!
  7. T

    Json file link opening?

    I have a json file that contains multiple links for different websites, are there ways to use macrodroid to open these links using a browser? Thanks!
  8. T

    Back up home screen shortcut and notification bar icon?

    I know Macrodroid has the feature to back up macros, but what about backing up the home screen shortcut and notification bar icon as well? Is it possible? Thanks!
  9. T

    Send sms using a different app?

    I have a second phone number app that requires me to send a message once per week to keep the free number. Is there a way to make the app send a sms to my own phone number when the screen is locked? Thanks!
  10. T

    Open multiple links using a specific browser

    I know I can do that with Send Intent, but if I want to open it with a new browser in the future, I have to manually change all the package name from each link. Is there a way that when I run the macro, it pops up a message to ask me which browser I want to use to open these links? Or any...
  11. T

    Toggle between 2 macros?

    Is it possible to create a shortcut that toggle between two different macros? For example, the first time I click on it, it launch macro 1. The second time I click on it, it launch macro 2.
  12. T

    How to create a shortcut to toggle setting?

    I want to create a shortcut that toggle oneplus 7 pro's Lock "Home Screen Layout" and another shortcut that toggle the built in hidden feature "Make screen extra dim". I was able to do them with screen interaction, but is there a better or faster way to do this? Thanks!
  13. T

    How to check new instance for app launch?

    When I launch twitch app, I want to launch VPN as well. But only when twitch is opened as a new instance. If twitch has already been running in the background, don't launch the VPN in this case. If there is no instance detected in the background, VPN will be launched when I launch twitch app...
Top