Search results

  1. dhj49er

    Data and wifi on/off with Shizuku

    Shizuku only requires wireless debugging to pair and to start. Once Shizuku is running wireless debugging can be turned off. USB debugging must be enabled before starting Shizuku and remain on. If USB debugging is disabled Shizuku will stop running and Shizuku shell scripts will not work...
  2. dhj49er

    A new block idea

    Is this how it would be implemented, for your example? T Power Button Pressed A Torch ON A New OR block A Airplane Mode ON If so, what does the OR block do? Bearing in mind Torch ON action has already been run. How could the OR block only allow just one to happen at a time? Maybe I'm missing...
  3. dhj49er

    Keep awake not working

    Your original macro wouldn't work because the trigger launched Teams fires before the app is in the foreground. It can take a few seconds after launching an app before it appears on the screen. So the if app in foreground condition is false when the launched Teams trigger fires and the...
  4. dhj49er

    Keep awake not working

    I don't have teams installed on my phone. In the screenshots I have used eBay as the app. They show how to set an if condition to trigger fired and the result in the macro.
  5. dhj49er

    Keep awake not working

    No, do not get rid of the if actions. Change the if conditions. Replace app in foreground condition with trigger fired app launched condition.
  6. dhj49er

    Keep awake not working

    Change the if actions to trigger fired The first to trigger fired App launched The second to trigger fired App closed
  7. dhj49er

    Wi-Fi activation error

    The deadobjectexception error requires MD to be authorised again in Shizuku. Make sure Shizuku is running. Open Shizuku authorise tab. Turn off MD, wait a couple of seconds and turn on MD again. Back out of Shizuku. I find temporarily disabling MD while doing the above avoids MD restarting.
  8. dhj49er

    Help to Turn on the screen IF it was initially off

    You need to put the Boolean variable action before the IF action. Please provide a screenshot of your macro, if it still doesn't work.
  9. dhj49er

    Macro to open Tandem app and create a room with settings

    Try setting and using favourites to see if that helps you. Long press the + button for action to show your favourite actions- the spanner allows favourites to be selected. See the attached screenshot. Favourites are also available for triggers and constraints - by pressing the + button
  10. dhj49er

    Macro to open Tandem app and create a room with settings

    I've just realised these scripts don't appear to work unless your phone is rooted or have Shizuku running and select that option in the Shell Script action. I have Shizuku installed.
  11. dhj49er

    Macro to open Tandem app and create a room with settings

    Are you familiar with shell scripts? I think there may be a way using the keyboard. The attached screenshot shows opening the keyboard, inputting a string with a enter at the end. Replace the paste with these actions. Make sure the cursor focus is in the input box and see if this works. I...
  12. dhj49er

    Macro to open Tandem app and create a room with settings

    It appears that the field is the wrong type to paste text. I haven't seen this before. But it is the reason for the paste failing. Other users may be familiar with this issue and suggest a work around.
  13. dhj49er

    Macro to open Tandem app and create a room with settings

    Make sure the click UI action before the paste is positioned inside the input box. Try small adjustments to X and or y values to move the position Have you set clearing existing content on the paste action? I think that is required here.
  14. dhj49er

    Macro to open Tandem app and create a room with settings

    Is it possible to provide a screenshot of the macro? I'm unable to deduce why the paste action is not working from your description.
  15. dhj49er

    Modem connection check macro

    Sorry but I can't read your macros. Is it possible to submit the macros in English?
  16. dhj49er

    Macro to open Tandem app and create a room with settings

    Is the field with the "give your party a title " always in the same fixed position on the screen? If so, try a click action on the x,y co-ordinates inside, at the start of, the text input line, followed by a paste action. I find that that usually works.
  17. dhj49er

    unpredicible delay in the wait function

    Do you mean this checkmark? If so, it's not clear what you are doing. I find using the alarm is accurate, typically to within 1s.
  18. dhj49er

    Macro to open Tandem app and create a room with settings

    Have you tried using Pointer Location to help get the X an y values? I find this one of the best methods for finding X and y for a point on an app screen. You need to enable Developer Option to use this feature. Here are the system settings actions for turning it on and off When the pointer...
  19. dhj49er

    date/time trigger based on web

    Have you enabled the set automatically in the date & time phone setting? With this enabled the isp provides an accurate time to the phone. This is the best option to achieve accurate time. In MD always set use alarm for your time triggers. Depending on whether MD is in the foreground or...
  20. dhj49er

    trigger fire delay in poco x6

    I had a similar issue recently - different phone - and @MacroDroidDev suggested giving MD exact alarm permission. appops set com.arlosoft.macrodroid SCHEDULE_EXACT_ALARM allow Apply in the same way you do the MD ADB hacks. I do not know if this will resolve your issue, but I think it's worth...
Top