Recent content by Creeper

  1. Creeper

    Help with constraint or condition

    Thanks, using the quick setting tile finally did the trick but is there any way I can do this with the default or system quick setting tile? The default quick setting tile shows On or Off status and shows you a small arrow that opens a pop up or a small window like how you can choose from a list...
  2. Creeper

    Help with constraint or condition

    I forgot to mention that this setting is turned ON through the quick setting tile or through the game space overlay while gaming. And the variable that let's you turn on or off through the quick setting tile control both the system setting and the quick setting tile variable. If I just use the...
  3. Creeper

    Help with constraint or condition

    I have a system setting that turns off automatically every time I lock the screen or when the system setting is turned on for more than 7 hours. I need it to stay on all the time when the charger is plugged in, so I added a condition (System Setting Change Trigger) which turns it back on...
  4. Creeper

    System Setting Triggering Twice

    This is it. I've just tested it again and the test_variable_function is triggering the test_variable_switch at the same time. And since I have another test_variable_switch set to trigger after the test_variable_function it triggers the System Setting Change twice. The function variable is new...
  5. Creeper

    System Setting Triggering Twice

    The System Setting Change trigger is configured to match only test_variable_switch, but since both test_variable_switch and test_variable_function is set to perform the action at the same time after the other with test_variable_function being the first action in the same Else IF statement, the...
  6. Creeper

    System Setting Triggering Twice

    Hello, I'm using the "System Setting Change" Trigger to set a local variable when the variable from the Global table updates a value but it's triggering twice because I have two Global Variables with similar names. For example, I have two actions (Global) test_variable_switch...
  7. Creeper

    [Help] Battery Current As Trigger?

    @Dm114 Sorry for the late reply but it's finally working. Thank you very much for the help 😊
  8. Creeper

    [Help] Battery Current As Trigger?

    I think 30s might work fine with my 20W charger as I previously used to calculate the average charging duration and it takes about 36 to 51s to charge 1% battery but other users might use 80W charger or higher since the device comes with 165W charger and it won't be able to detect the charging...
  9. Creeper

    [Help] Battery Current As Trigger?

    Thanks :) The stopwatch is set to "Reset and Start" everytime the Charge Separation is turned ON so it always resets back to 0 and start over again after 7 hours. And now that you mentioned it, I think its not useful at all here. I wanted the "Regular Interval" to trigger only after 7 hours but...
  10. Creeper

    [Help] Battery Current As Trigger?

    I had been trying with system settings change Magic Text as Trigger and couldn't get it working. That explains why. I made a sample macro. Would this work? Thanks!
  11. Creeper

    [Help] Battery Current As Trigger?

    Hello, I need help with setting up Battery Current as Trigger for a macro I'm working on. Idk if it is possible. So my phone has a feature called "Charge Separation" which stops charging the battery, and draws power directly from the charger and I can play games 24/7 without the battery...
  12. Creeper

    MacroDroid can't change battery settings and other similar settings but SetEdit SettingsDatabaseEditor can

    No, I am using a Red Magic gaming phone, it's using the Red Magic OS 6.0. I have already tried the Battery Saver Action, it just toggles between Light and Dark Mode. The Setting Key which affects the battery saving mode is "power_saving_mode" but adding the action to MacroDroid doesn't do...
  13. Creeper

    MacroDroid can't change battery settings and other similar settings but SetEdit SettingsDatabaseEditor can

    Ok, so I was wrong. I'm still unable to change the battery/power saver settings through MacroDroid and SetEdit. It only changes the battery icon to orange but doesn't actually turn on the battery/power saver mode. I was trying the new Setting Key which I thought was the Key to turn on/off...
  14. Creeper

    MacroDroid can't change battery settings and other similar settings but SetEdit SettingsDatabaseEditor can

    As the title says, can someone please explain to me why MacroDroid can't change battery/power saver and other similar settings while SetEdit SettingsDatabaseEditor from Play Store can change it without any ADB hack or root? MacroDroid has 108 permissions SetEdit has only 4 permissions...
Top