Search results

  1. dhj49er

    help macro

    Yes it's possible. However, it's a support forum and macros aren't bought or sold. Try writing the macro yourself.
  2. dhj49er

    Unlock S24+ to run UI Interactions

    Have you looked in the system log for any clues why the macro isn't working as intended? Have you tried increasing the wait time after each UI click action? If you do you will find that each number is typed. Try a 2 sec wait. Was each digit typed? If not increase the wait time. If yes...
  3. dhj49er

    Unlock S24+ to run UI Interactions

    That's not my macro. I assumed you were using my PIN_unlock macro shown in message 4 of this thread. All the assistance I have provided relates to the PIN_unlock macro. I believe you have already asked the same question in another thread which lists the macro you are using. It's appropriate...
  4. dhj49er

    Unlock S24+ to run UI Interactions

    The macro uses for PIN...123456 Look at the macro and the first click action is 1 - the first digit of the PIN The next click action is 2 - the second digit of the PIN And so on for the remaining numbers in the PIN. All you need to do is replace the 123456 in the click actions with your PIN.
  5. dhj49er

    Unlock S24+ to run UI Interactions

    The macro runs when triggered at 2:30 am. That's not a convenient time to test a macro. So I suggest changing the trigger to a different time, such as a few minutes ahead of the time you edit the macro. The actions can be run via the test actions option in the macro drop down menu. If you...
  6. dhj49er

    Unlock S24+ to run UI Interactions

    The macro doesn't require the screen coordinates to run - it uses the PIN code values It worked on a S23. I don't have a S24fe, so I can't answer your question. However, you can modify the macro for your PIN and try it, to answer your question. Don't forget to let the community know if it...
  7. dhj49er

    'delete action block' action

    I think the OP is referring to actions - see screenshot. There is no equivalent delete action block action
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. 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.
  13. 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
  14. 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.
  15. 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.
  16. 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
  17. 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.
  18. 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...
  19. 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.
  20. 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.
Top