Recent content by Dimlos

  1. D

    HTTP post with file - without cURL

    The image could be sent if encoded in base64, although it needs to be decoded on the PHP side. It was possible with MacroDroid, but if the size of the image is large, the character limit of the variable may be a problem.
  2. D

    Python code for text editing or api requests

    @DonDemon This is a bit of an unrealistic proposal. As long as the parameters are not fixed, it seems unlikely that they can be implemented.
  3. D

    HTTP post with file - without cURL

    I was able to send a file using the file picker with HTTP Request Shortcuts, but it may be difficult to send a file with a text description. It may be easier to use cURL with Termux.
  4. D

    How to paste at compose área Gmail?

    I presented a screenshot with the body entered, and I asked several people to verify it, and they all found the macro to work properly. I think it's because of your environment.
  5. D

    How to paste at compose área Gmail?

    UI interaction is not required because it is input using an intent. Set the character string you want to be the body of the email in the local variable body.
  6. D

    How to paste at compose área Gmail?

    We confirmed that the macro works correctly in the Galaxy S23 / Android 14 environment. The Gmail app should start and the fields should be filled in.
  7. D

    How to paste at compose área Gmail?

    Are you using non-genuine or pirated apps? Please describe your environment in detail.
  8. D

    How to paste at compose área Gmail?

    The new macro does not use AutoInput, so please try it.
  9. D

    How to paste at compose área Gmail?

    Import and run this macro. The local variables body and subject will be entered into the email.
  10. D

    How to paste at compose área Gmail?

    Please import my macro without modifying it and run it as is.
  11. D

    How to create and send file as attachment gmail

    Could you please organize it a little more before posting? Please do not post multiple posts with similar content. If you are using Android 13 or below, it is possible with the MailTask plugin. https://play.google.com/store/apps/details?id=com.balda.mailtask
  12. D

    How to paste at compose área Gmail?

    When I run my macro, it should populate the destination, subject, and body.
  13. D

    How to paste at compose área Gmail?

    Try installing the AutoInput plugin and importing my macros. https://play.google.com/store/apps/details?id=com.joaomgcd.autoinput
  14. D

    How to paste at compose área Gmail?

    Subject and body can be specified in the intent. You can also paste the destination using the AutoInput write action.
  15. D

    How to paste at compose área Gmail?

    This macro may be helpful if you want to manipulate Gmail, which is usually not necessary since MacroDroid has an action to send mail.
Top