Recent content by Selix

  1. S

    Do analysis on incoming calls for spam and output notification

    Thank you for sharing the Macro, I can see its reaching out to multiple spam checker websites but would it show the notification of spam count while the incoming call is still ringing?
  2. S

    Do analysis on incoming calls for spam and output notification

    Hi I'm looking for a Macro where it helps me with identifying spam calls, for example whenever there is incoming calls, the macro should carry out research on the number and output the spam count as a notification. please see the steps below 1) Extract the incoming phone number 2) Paste...
  3. S

    Macro works once then it doesn't work after due to logs permission?

    @Endercraft Could you please let me know how I can get the popup? Currently in order to get that popup If I do the below, I can capture that popup 1) Disable macro 2) Disable MacroDroid in the main menu on the top right 3) Close MacroDroid 4) Then open MacroDroid and enable MacroDroid first...
  4. S

    Macro works once then it doesn't work after due to logs permission?

    @Endercraft Ahh that's a shame, is there any way I can automate this one time permission giving process so that I don't have to manually do this? Because of this my macro becomes a one time thing and doesn't serve any purpose Thanks
  5. S

    Macro works once then it doesn't work after due to logs permission?

    Once the macro is triggered based on an event, the macro doesn't work after that. If I toggle off and toggle on the same macro, it displays the below logs message and if I do the one time access the macro works again. Is this a bug or how do I give permanent permission access for the logs please?
  6. S

    Need improvements on this anti theft macro

    Hi The idea of the below macro is to capture long press button trigger and ask the user to give their fingerprint before they turn off the phone. When I long press the power button it asks for fingerprint but while the fingerprint popup is there when I press the long press again it doesn't ask...
  7. S

    Where to find if and else loop

    Thanks @Endercraft
  8. S

    Where to find if and else loop

    I'm trying to create a loop with if and else statement but I cant seem to find the else action ? I can find if clause but not else Thanks
  9. S

    How to capture power off trigger and create an action based on that

    This is another way of doing it, will try to implement this. Thanks for your help @Brush
  10. S

    How to capture power off trigger and create an action based on that

    I have found the line, I can detect long press button as a trigger. Now i'm just struggling with UI Interaction bit, once the long press has been detected, how do i take the user to the home page. im not sure which click option I need to use?
  11. S

    Need help on Macrodroid Logcat trigger

    I'm trying to create Logcat trigger that captures power off button within long press button but i'm not sure which one of these logcat I need to choose that would detect power off. I have samsung s22 android version
  12. S

    How to capture power off trigger and create an action based on that

    ahh thanks for pointing that out, nevertheless im going to make my phone useless to a thief as much as I can lol
  13. S

    How to capture power off trigger and create an action based on that

    Hi @Endercraft - I was able to capture long press trigger using those two lines marked in blue, it captures long press situation. But i'm not sure how to capture the power off button within the long press situation, could you please look into the other lines within the red box that can...
  14. S

    How to capture power off trigger and create an action based on that

    When you say logcat trigger are you referring to logcat message? If so could you please let me know what value I need to put inside component and enter text to match fields? thanks for your help so far
Top