Search results

  1. P

    Geofences battery impact

    Hi guys, I'm creating some geofence-based macros and I have some questions about their "cost-efficiency": 1 → What is the impact of a geofence check on battery drain? Is it really noticeable if the checks occur at 5-minute intervals? 2 → I have many geofences, and it seems like each one can...
  2. P

    Possible bug? (A macro affecting another's Local vars)

    Good afternoon! I'm posting this thread mainly because I think that a strange bug has just occurred. Nothing serious, but it's quite interesting. Today, I made two macros: The first one to track my notifications, dividing them by app and counting each one; The second to track my phone app usage...
  3. P

    Prompt specific time

    Hi ppl, I'm creating a macro which activates on a specific time of the day, but sometimes i want to change this time, is there any way to prompt a time to update the trigger, instead of editing the macro itself every time?
  4. P

    A way to show which local variables are used

    Sometimes, during the creation of macros, we create some variables and other few may become unused. If the macro is big enough, it's kinda hard to find the idle vars. My suggestion is to implement a way to "delete all idle local vars" Or maybe, show a little number somewhere beside a local...
  5. P

    Rename file / Edit microphone recording

    Hello! I've created a macro that allows me to start recording via microphone using specific gestures. I can also stop the recording with certain gestures. My challenge is naming the audio file. Ideally, I'd like to name it based on its content when stopping the recording. However, I can only...
  6. P

    Multi-device variables

    Hello everyone, I got a phone and a tablet, both with macrodroid installed. But there are some macros I'd like to set with them both. Such as controlling the tablet's flashlight with the phone, or, depending on which one has more battery, or being used at the moment, puts the other on battery...
  7. P

    Calendar Event - Check in advance

    Hello everyone, I'm creating a macro which gets my incoming events and reminds me frequently. But I'm kinda stuck in this "check in advance" option. For example, if I have an event on 30th March at 5pm, and I've set the check in advance with 1 day. So, will it fire as soon as 29th March starts...
  8. P

    How to create a calendar event with tje specific dates?

    Hello! I'm creating a macro which reads a text in the clipboard and finds a date with regex, such as dd/mm and creates an event on this date. But the action Calendar - Add Event has no option to input 2 variables to specify the date. It just allows me to create and event X hours from activation...
  9. P

    Double trigger to do a different action

    Hello, I'm using the OneHandOperation+ module, from goodlock. There we use handles on the side of the screen to call a vast menu of actions, including specific macrodroid macros. So i was thinking in a way to simulate a double clicking activation, so the same macro would do 2 different actions...
  10. P

    Generic trigger to geofences entry/exit

    Since i use geofences quite a lot, i was wondering if there is a way to set a trigger to be activated entering or exiting any geofence. Such as: Geofence both (instead of entry or exit) Any Geofence (instead of a specific one) Because currently to set something like this up, i got to do...
  11. P

    Magic String to get current geofence into text?

    Hello guys, I'm wondering if it's possible to add a method do it. I'm using a lot of geofences and with some macros to write the places in a .txt file. And I can't avoid the need of using a gigantic else-if to make that, such as: If (inside geofence One) String Place = "One" Else if...
  12. P

    Help with http request

    Hi guys Im trying to create a macro which traces the price of ethereum, as well as some indicators such as EMA20 and EMA200. I know that it's done with http request, and something like json. But that's it. I don't know anything about these commands, or how i use them to get the informations I...
  13. P

    How to easily fill a string variable with current geofence name?

    Hi, I'm trying to make a macro to write down on a text file all the places I've been and for how long. For this i want to use a string variable (locNow) with the current geofence name. Such as: Write on file: Were on "locNow" from "arrivalTime" to "exitTime" on "currentDate" Is there an easy...
  14. P

    Fingerprint unlock vs Pattern/Pin/Password Unlock

    I always unlock with the fingerprint, so I want to know if (and when) the device was unlocked via pattern/pin/password. I know it would be easier just to change the password, but it would create questions in my family as why I did that. Currently I did it with Bixby Routines (which has...
  15. P

    Problem with Drawer position on Z Fold 3

    Hello guys, i got a Galaxy zfold3 and I'm with this issue using the MD drawer. Very often it just changes its position on the screen, sometimes going to the middle of it. It happens mainly when I unfold the device or turn the orientation portrait x landscape. I've already made some macros to...
Top