Search results

  1. S

    New phone issues

    I used ADB without a computer and I was able to install MD Helper. Thank you for your help 👍🏻
  2. S

    New phone issues

    That's a bummer, I can only use adb? What if I don't have a computer available? Also, my previous phone was on Android 14 as well, why I didn't have such a problem? I will write to the email support about the login issue. Thanks
  3. S

    New phone issues

    Hi there, I just got a new phone and I'm transferring all my data. - I thought I could rely on Macrodroid cloud backup for all my macros, but apparently I can't get it to work. If I try to login on the new phone from the cloud backup screen, I select "sign in with email", enter my email, and...
  4. S

    Special loop type for arrays & dictonaries - Why?

    Ok, thank you for your work
  5. S

    Local or global in set variable magic text

    Not sure I understand what you mean. I'll try to explain my points as best as I can. - When I create the "set variable" action, I select my integer local variable I want to set, then click on "expression" and the 3 dots for the magic text. If I select the "dictionary/array size" it only shows...
  6. S

    Special loop type for arrays & dictonaries - Why?

    I have 5.26.8, changelog says "MacroDroid Variable constraint now supports the define keys manually option." When selecting a dictionary variable in a set variable action or if statement or costraint etc, you can now define manually the key and use magic text there. It's only limited to the key...
  7. S

    Puedes ejecutar una macro mediante el asistente de Google?

    Desafortunadamente solo sirve si tienes el asistente de Google en inglés 😭
  8. S

    Special loop type for arrays & dictonaries - Why?

    I just got an update for Macrodroid, and seems like now we can add magic text to the left side of comparisons? That's great, I'll have to check better, good to know.
  9. S

    Puedes ejecutar una macro mediante el asistente de Google?

    Hola @Xavisera Tu puedes disparar una macro con un comando de voz a traves del asistente de google?
  10. S

    Local or global in set variable magic text

    I need that to be a global variable.
  11. S

    Local or global in set variable magic text

    100% sure: Demonstration that the expression is correct, is that if I set local variable scelta-local:{v=scelta}, and I use {size=devicesOPTIONS[{lv=scelta-local}]}, it works properly. but {v=scelta} and {lv=scelta-local}, are exactly the same string, but with the global variable it doesn't...
  12. S

    Local or global in set variable magic text

    True, I already noticed that and I do the same thing. I make sure my variables are populated before writing the expression with magic text. In this case "scelta" is a global variable and it has already the value I am interested in when I write the expression. Maybe the evaluation when writing...
  13. S

    Local or global in set variable magic text

    In the screenshot above: "iteration-num" is an integer and I want to set it as the array size of a dictionary global variable "scelta" is a string-type global variable "scelta-local" is a string-type local variable When I set iteration-num I have to manually write the magic text because it...
  14. S

    Special loop type for arrays & dictonaries - Why?

    That was a good tip, thanks. In that macro I do compare magic text with a constant, but I have the constant value saved in a Dictionary variable, so I just put that on the left side of the comparison with magic text on the right side. It works. Any way, it would be very useful to be able to...
  15. S

    Special loop type for arrays & dictonaries - Why?

    Got it. Of course it takes time to develop such a complete and complex feature set. I also noticed my arrays being recognized as dictionaries. Hopefully @MacroDroidDev will make it flawless. One more thing I would love is to use magic text in more places, such as when defining variables in if...
  16. S

    Special loop type for arrays & dictonaries - Why?

    Still trying to understand. I tried all possible variables combinations, and it seems like you can iterate Array[n], only if Array[n] is a dictionary variable in an array variable. It doesn't work if Array[n] is an array in an array. Maybe it's a bug, what do you think? @MacroDroidDev Thanks
  17. S

    Special loop type for arrays & dictonaries - Why?

    I get that, so, how do I iterate a loop for Array[j]?
  18. S

    Special loop type for arrays & dictonaries - Why?

    I mean that if I have an array variable of arrays, when I create the loop and select the variable to iterate, I can only select the main array variable, and not any of the arrays contained in the variable. For example if I have an array named "array-name", and inside this variable there are 10...
  19. S

    Special loop type for arrays & dictonaries - Why?

    Is it really possible to iterate a dictionary inside another dictionary? I'm trying creating a second loop inside the main loop but I can't iterate on the second nested level of my dictionary variable. Is there something I'm missing?
  20. S

    Add custom Popup Message duration and position setting

    I tried the loop trick, it works even though you can see the pop-up disappearing and reappearing. You say it works without doing that, is there something I'm missing? Maybe it depends by the android version or vendor UI? I use a custom toast with long duration in a loop of 3 repetitions. edit...
Top