Recent content by janbenes

  1. J

    Unable to Take Picture (Front Facing) on Lockscreen with "Hide Camera icon" option

    Solved. I had to add event "Turn Screen On" before taking picture and wait 1sec
  2. J

    Unable to Take Picture (Front Facing) on Lockscreen with "Hide Camera icon" option

    Hello I have similar problem. Samsung A52, LineageOS 19 (Android 12). When I was testing macro with unlocked phone, taking pictures worked. When phone is locked, no picture is taken. The log entry is normal. I have camera icon enabled, I do not care if it is visible or not. Looks like camera...
  3. J

    Sent SMS does not appear in SMS App

    Hello, I have used several different apps for SMS (Messages, Signal...), but I never get SMS sent by Macrodroid visible in the default SMS application. I have seen old conversation from 2013 that it was not possible, then that there was option to choose whether to insert sent SMS to SMS app, but...
  4. J

    Turn ON / OFF work profile

    When you use and activate work profile, it remains turned on until you turn it off manually or by scheduler in "digital wellbeing" settings, which I do not have in my Android 12. I think that is a bit of security risk and I would like to turn off work profile few minutes after screen off by...
  5. J

    Is it possible to run termux .sh script without termux:tasker plugin?

    Hello, on my Anndroid 6 (API 23) termux:tasker plugin does not install. Is there any alternative way how to start termux .sh script? I am not rooted.
  6. J

    Is there any way to write text to image?

    It can be done with termux and imagemagick installed by command like convert -background white -fill black -colorspace gray -depth 8 -font Roboto-Regular -size 360x720 -pointsize 20 -gravity northwest -border 10 caption:"This is some text as image" 1661239525792.bmp However, now I need to...
  7. J

    Is there any way to write text to image?

    Interesting idea, I will try to explore it. There is also linux command to add watermark to picture, I will check if that can be used in script shell. It may be needed to use Termux to install something and then run termux command from within script shell...
  8. J

    Is there any way to write text to image?

    I would like to write text to wallpaper. Is there any way how to modify image with text? Thanks
  9. J

    How to enable macrodroid writing to local storage?

    When testing screenshots, I get error that MD cannot write to local storage. How do I enable it? I never get dialog to enable the access. Jan
  10. J

    Commands list for shell action:

    Hello. On non-rooted device, when I test shell script by "Test Action", it runs well (rm and cp commands). But when ran as automation triggered by button, it seems to me that it runs script under different user and fails on permission problem. When I used shell script to trigger intent, it only...
  11. J

    How to set picture as wallpaper if the name is not known?

    Hello. I would like to set as wallpaper the screenshot that I made with action "take screenshot". The problem is that screenshot file has a date and time in it, so I do not know it. I only know it is newest file in directory of screenshots. Is it possible to use most recent image in a...
Top