Search results

  1. N

    Help with ROUND function.

    So I'm making a macro that shows cpu temperature. I came up with this cat /sys/class/thermal/thermal_zone0/temp However, this gave me 5 digits string. e.g. 32800 I converted it into decimal (32800.0) but I can't make it 32.8 using ROUND function. Am I doing it wrong?? 🤔
  2. N

    More features for Floating Text

    To be able to set Variable and execute action block when pressed or long pressed. Add a function to prevent dragging. Position (x,y) can be set using variable. Can detect Current orientation (Portrait and Landscape.)
  3. N

    Getting value from Other apps

    I just want to get this data (see image) from my security app (I'm using Xiaomi) so I can monitor my Data usage but I don't know how. I checked all system setting but the value is not there. Do you guys know how can I get that specific value using Macrodroid? Or is it impossible using this app?
  4. N

    Constraint: Screen Unlocked Method

    I made a macro that takes a picture (front and rear) every time someone unlocks my phone and saves the images in a specific hidden folders separated by date. It's just that I don't want it to take a picture 'IF' I'm the one unlocking my phone. Geofence works fine but only when I'm home.. I...
  5. N

    Auto update file path (taking picture)

    So I'm making a macro that takes picture using front cam every time someone unlocks my phone. Don't ask why. LoL I want to separate all the pictures each day. I know how to make a folder with current date but I don't know how to automatically use that folder as a save file path of images. I...
  6. N

    Successful macro runtime

    I am currently making a macro that consists of consecutive touches and gestures and I noticed that every successful runs have different runtime (I'm using this on a mobile game). It will be very helpful if we can get the run time of successful macro run and save it as a variable so we can...
  7. N

    [help] Notification Image

    I am using Android 11. I often get notifications with images from different social media platforms. I already made a custom notification logs but all I can do is to fetch texts from notifications and append. I'm wondering if it is possible to grab the images from notifications. Is there a unique...
  8. N

    Timeout for Plugin Action

    For some reason, the tasker plugin I am using to get data usage requires at least 5 seconds timeout to put values to local variable. Without that feature, I can't use that plugin with macrodroid. I am attaching the plugin I am using.
Top