Recent content by thisismyshine

  1. T

    Trouble sending text message to missed calls

    I do what 420 suggested, using variables to track who has already recieved an auto reply. I have it reset every day, too, and have a time cap on it so that if it's been only like 5 minutes, nothing is sent again, but if it's been like 2 hours, the auto reply will send to them again. It's a great...
  2. T

    How do you design and create your macros with MacroDroid?

    Assuming I don't forget, I'll see if I can their something together.
  3. T

    What's the Best Way to Scroll ?

    Not sure if you're still kicking around, but figured I'd put this here in case the question ever comes up again. Make sure you don't have any other apps getting in the way. I have multiple apps that can run over other apps, but one I recently installed seemed to be persistent and because it was...
  4. T

    How do you design and create your macros with MacroDroid?

    I tend to sketch out what I want to accomplish, like a flow chart of if/then statements, peppered with various standard actions. Then I break it down into the components necessary through either macrodroid or straight scripting via shell command. Hope that helps!
  5. T

    Automate screen mirroring

    Honestly, if you don't have a lot of experience, it would probably be easier to set up the macro to launch a screen carrying app, and then use ui interaction to go through everything needed. It's how i unlock my phone in a macro if the screen needs to be available for it to run. Otherwise, you...
  6. T

    How to exclude a Bluetooth device from being recognized as a Bluetooth device

    Hey sorry, didn't see this before. I was just trying to offer other ways of thinking through the logic to make your macro work. Sometimes you can figure it out a different way which helps you determine what you were missing to make it work the original way, etc. Sometimes it just gets you...
  7. T

    Menu Technique

    First thing is first - there is no 'choose font' in the list menu dialog. That choose font, is what /my/ menu does. It's a quick and easy way for me to use special fonts for texts or emails etc. So that image shows what my menu of options that I created looks like. Now, [lv=] is a reference to...
  8. T

    Menu Technique

    I haven't found a way to control that line spacing, no, but I haven't put a whole lot of time into it either. I mostly use this function of my list of options is many. Otherwise there's a simpler macrodroid list that does 3.
  9. T

    Menu Technique

    So the list menu ... - Window is where you decide the color scheme of the menu. - Title, what you want the title of the menu to be. [Can also set color scheme etc.] - Text is the formatting of the text; color, alignment, size, etc. - List options is your actual menu. It looks like this, play...
  10. T

    Menu Technique

    You should be able to run it from the application section, clicking locale/tasker plugin, then select uiTask. Are you saying it doesn't run from there for you?
  11. T

    Bluetooth Button Press = Run Macro?

    Blue tooth button ... On your phone? Another device? Or an actual button like the Satechi?
  12. T

    What's the Best Way to Scroll ?

    I saw elsewhere on the forums here that an accessibility option being toggled on often helps with any ui interaction issues ... Give this a try? I went ahead and did so, but haven't had a chance to test yet if it fixed any of these issues for me. This thread here.
  13. T

    UI Interaction Questions

    Sorry, I looked for these answers but couldn't find them anywhere. Not sure if there is some place online that explains things - if so, I'd love the link. I had some questions about ui interaction. Copy/paste - how do I use this? What would I use this for? How is it different, for example, from...
  14. T

    Can MacroDroid make Google Voice NOT use System ringtone?

    Perhaps pressing the else selection in the condition category and then having you select which if condition it attaches to? Like adding constraints.
  15. T

    Excute macros by NFC touch without unlock screen

    You can write the macro. Most of it would be via the 'intent' actions/triggers, but I don't know enough about coding up nfc as a developer to know if it would even look for anything more than tags without the screen on/unlocked. Quick search though, you could probably find the answer (as well...
Top