Search results

  1. lara

    Alternative to UI Interaction when phone is locked?

    Try to take advantage of these 2 videos I think you can do what you want
  2. lara

    trigger by ID

    My version of macrodroid was still at 5.34 updated now it appeared trigger by id resolved now everything worked
  3. lara

    trigger by ID

    I don't know if the translation came out correct but what I meant was that way I want to use the button ID as a trigger!
  4. lara

    trigger by ID

    Hi friend, yes it is! But it doesn't read id just read text on screen
  5. lara

    trigger by ID

    Please add a trigger that fires by ID
  6. lara

    Regarding Floating button

    like this?!
  7. lara

    Unable to get translated word using google translate and HTTP Request

    Use a I.A https://www.bing.com/search?toWww=1&redig=E99796C939AE4E1CA8E63CC74A22A39B&q=Bing+AI&showconv=1
  8. lara

    Macrodroid process has started

    This problem happens on the most current bluestack I decided to change the emulator I'm using ldplay now I tested it for 7 hours and it didn't appear anymore! bluestack 5 was giving Macrodroid process has started
  9. lara

    Macrodroid process has started

    I wanted to know the cause of these errors yesterday everything was normal macro working almost 24 hours today this appeared after this appears the macro does nothing anymore
  10. lara

    Doesn't calculate square root

    a
  11. lara

    Best way to close ads

    I used android studio because macrodroid doesn't get all ids With the android studio option run express test
  12. lara

    Best way to close ads

    Currently, what I am using to close, the advertisements
  13. lara

    Best way to close ads

    I'm in the same situation, this would be solved if the macrodroid developers put a trigger by ID because every item in the app has an ID
  14. lara

    Who would like me to buy MD pro for them?

    It's still available?
  15. lara

    Notification text to Telegram

    try this
  16. lara

    if else

    thank you it works!!
  17. lara

    If clause variable constraints failed

    A screenshot of your code would be welcome
  18. lara

    "Shake device" in if clause, not as trigger

    Try this if (Boolean expression 1) { // code 1 } else if (Boolean expression 2) { // code 2 } else { // code 3 } In this way, Boolean expression 1 is tested. If it is satisfied, code block 1 is executed. If it is not, we test expression 2. If it is met, code block 2 is executed. If...
  19. lara

    if else

    I am trying to create a task automation bot for a site called dizu it works with tasks when a task ends and another one begins but in a certain time the button disappears I want to identify this button if it is there or not if it is not there I want to execute a macro.
Top