Search results

  1. D

    UI Interaction write option

    AutoInput Action's Write can be used for input other than EditTextfield, which cannot be pasted with UI Interaction. We would like to see it adopted as a standard feature, not a plug-in. https://www.macrodroidforum.com/index.php?threads/enter-text-on-a-webpage.6578/#post-39328
  2. D

    Get string from ID

    Read Screen Contents can also do this, but the more elements, the slower the processing speed. It is useful to have an action that can get a string from a single ID. AutoInput UI query and can get the URL of the browser as shown in the sample macro. If you know the ID, it is easy to create one...
  3. D

    Save string variables to GoogleKeep memo

    The official API is for enterprise use only, and the unofficial API cannot be used due to authentication issues. The UI Interaction allows pasting but not saving. I can't press the save button in Share Text. Anyone know how to make it work?
  4. D

    I do not receive alert emails

    When I check the Preferences of my account, I see that it is set to notify me, but sometimes I don't receive the notification email. I have set my email settings so that emails from the forum do not go to my junk mail, and I have checked my junk mail folder, but I have not received any emails...
  5. D

    Spammers are vandalizing the forum

    I filed a spam report, but I don't think the moderators can handle it right away. Let's ignore it for now.
  6. D

    Useful usage of Termux:Tasker(tudo wrapper)

    Normally, when using Termux:Tasker, you need to prepare a script and specify a file to use it, but by setting up tudo, you can write code directly in Arguments. https://github.com/agnostic-apollo/tudo tudo setup 1.pkg install vim 2.pkg install curl 3.curl -L...
  7. D

    Get currently playing song

    Retrieve the name of the currently playing song when the app is launched and display it in MacroDroid. To use this feature, you must manually grant device & app notifications permissions. https://www.mediafire.com/file/u6t3e3tezad5et2/get_title.apk/file
  8. D

    v5.35.9?

    It appears that v5.35.9 is available for download from the play store, but there is no information about v5.35.9 in the beta release. Does anyone know anything about it?
  9. D

    URL Image Viewer

    When you specify an image URL in the local variable URL and execute the macro, your own application will display the image. IntentExtra2 controls the rotation. 0f means no rotation. https://www.mediafire.com/file/0p3092yn7s3eeqe/url_image1_1.apk/file
  10. D

    Free google translate (python in termux)

    This macro allows you to use Google Translate for free, but it is limited and unreliable. For reliability, please use the regular API. Please see the following thread for basic configuration of Termux and Termux:Tasker...
  11. D

    ADB hack without a PC (Android 11+)

    This section describes how to perform ADB hacks on Android 11+ devices using Shizuku and aShell. 1.Install Shizuku from the Play Store 2.Tap Pairing 3.Tap Developer options 4.Tap Wireless debugging 5.Tap Pair device whith pairing code 6.Enter pairing code
  12. D

    System Settings Change Trigger

    If changes in system settings could be triggered, it would expand the range of macros. It would be nice to have a feature like Automate's Settings finder that can record changes in system settings.
  13. D

    Display time of the forum

    I was just wondering, are the post times shown in the forum in UTC? Or is it the time of the time zone where the server is located?
  14. D

    Automate's Settings finder

    Automate Settings finder is useful for finding system settings, but I recently emailed Automate developers and told them it would be useful to have a log of settings, not just toast. 1.Select "More Flows". There are a few things that need to be set up, so follow the on-screen instructions...
  15. D

    Templates down?

    I can't see the template, is it renewed or something?
  16. D

    A collective list of free APIs for use in software and web development

    Although not directly related to MacroDroid, there was a list of free APIs on github, so I share it with you. There seems to be an increasing number of HTTP request-related contributions, so it is easy to understand if you actually use them instead of testing them...
  17. D

    Shell script delays in Android 13?

    I use shell scripts to perform operations that MacroDroid alone cannot do. However, with Android 13, I sometimes have to wait for the response to come back, and when I try the action again, the response comes back. Once the response comes back, it is quick after that, but I feel there is an...
  18. D

    Wait 5cec error

    In v5.27.1, if I use the wait action for more than 5 seconds, the macro stops with an error. 4 seconds is ok, 5 seconds is out, probably a bug.
  19. D

    言語設定について

    英語セクションに書き込む時は設定の言語設定でEnglishにしてスクリーンショットを添付していたのですが設定を変えても日本語が残ってしまいます。 端末の言語設定をEnglishにしても解決しないのでお手上げ状態なのですが、今後のアップデートで解消されるでしょうか? Android 12 / v5.26.8 Pro
  20. D

    Official Release Version

    You are registered as a beta tester, but you may want to know which version is available to the public. Since there is no such notation as beta in the version description, I cannot distinguish whether I am using the beta version or the official release version. Is there an easy way to find out...
Top