Search results

  1. D

    Removed permissions from MacrodDroid

    Hi, Is there any way for a macro to notify that the cell phone has removed permissions from MacrodDroid? So that way, when you don't have permission, immediately assign manually?
  2. D

    Play Path Error?

    @MacroDroidDev I have the following scenario: on a 1st cell phone I have a folder called 'music' in the main directory (root) of the cell phone and I have made a macro that plays the song.mp3 file that is inside said folder (<root>\music\ song.mp3) .... then I share said macro in a 2nd cell...
  3. D

    Access Accessibility

    How would be the macro to access the accessibility functions of the cell phone?
  4. D

    share or export macro with category lock

    I have implemented some macro for the employees to remind them of tasks to perform and those Macros are on their cell phones ... it would be very good to be able to share the macros with the category lock that we have previously established in such a way that the users do not modify the programming.
  5. D

    Play

    Greetings, is there a way for the user to select their own audio file to play without entering the code to modify it, but instead the macro itself asks you to select the audio on your device and a window appears to select it?
  6. D

    Access to Notifications

    If someone could help what would be the macro where I can open the Access to Notifications window on the cell phone?
  7. D

    Can somebody help me?

    before the update I did not have this message in the registry and now it appears ... what can be the problem?
  8. D

    play

    Is it possible that if the audio file does not exist on the device, a dialog box will automatically appear selecting the sound to be played?
  9. D

    New line in variable

    Greetings, in a variable I want to assign a value of 3 or more lines or paragraphs as follows: Paragraph 1 Paragraph 2 Paragraph 3 however it does not work .... everything puts it on one line .... is it a Macrodroid error or is it something that I am doing wrong ???? I am using the New...
  10. D

    password automatically

    Is it possible that when a macro is shared, it is also possible to set a password automatically and thus not access the code ???
  11. D

    password

    Will it be possible to set a password for categories just like now you can set a color? It would be ideal to share solutions through macros but take care of the source code
  12. D

    Play Action

    When we use the Play action and select the file located on our cell phone and when sharing said macro to another cell phone, said audio is not played because said file does not exist on the Device and the macro code has to be entered and selected again. ... Is it possible that when the file to...
  13. D

    Action: Play

    Is it possible to have an action where the user previously chooses the audio file to be played from their device so that later in another macro it plays that audio file that the user configured ??
  14. D

    Play a sound of the user's choice without modifying code

    Will it be possible for the end user to be able to select the audio file that he wants to be played through a user message without having to enter the programming? I think this is important because the audio to be played that we sometimes place inside the Macro does not necessarily have it on...
  15. D

    search for a value within a string

    Will someone have the programming of how to have a variable in a list of values and when it looks for a value and finds it, it returns the following 5 letters? for example I have AABBCCCCCDDDEEEEEFF and if I search for BB, it returns CCCCC and if I search for DDD, it returns EEEEE and so on as...
  16. D

    Some macros are turned off automatically

    I have just been having the problem that some macros are turned off and this message appears in the system registry. Has anyone been through this problem and what would be the solution??? Service Created 07:59:16 (ERROR} Could not enable macro: Cerato Jerson (java.lang.IllegalStateException...
  17. D

    share value in a macro

    I have a macro invoking another macro ...... how can you pass the value of a variable from one macro to another without using global variables ????
Top