Recent content by nginx27

  1. N

    Help with ROUND function.

    I thought using ROUND([lv=var], 1) alone will shorten the value and move the decimal. 😅 Thank you.
  2. 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?? 🤔
  3. 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.)
  4. N

    Getting value from Other apps

    btw. I'm attaching the plugin that can solve this problem. However, it can only do is to tracking data usage of your phone. Here's the Link I got from Reddit ..
  5. 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?
  6. 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...
  7. N

    Auto update file path (taking picture)

    Whenever I don't understand a thing, I knew I'm talking with smart people 😅 you guys are great.
  8. N

    Auto update file path (taking picture)

    Nah. Just pure jpgs. I just want to archive all the images so no image viewer app can see the images. Most apps nowadays can see folder with a dot (.) name and/or with .nomedia file inside. Archiving makes managing files more convenient. Thanks man.
  9. N

    Auto update file path (taking picture)

    Hey. Need your help again. I'm not familiar with shell scripts so I search how to use zip command but I keep getting errors... suppose I have a folder containing all the jpg located in storage/emulated/0/front/october1 I wrote zip -r october.zip storage/emulated/0/front/october1 But I get...
  10. N

    Energy saving macro

    Not a pro but I hope this helps.
  11. N

    Auto update file path (taking picture)

    Works great. Thank you.
  12. N

    Trigger geofence not work on Galaxy A12

    Can you show us the system log?
  13. 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...
  14. N

    Successful macro runtime

    Oh. Thanks. I got it now
  15. N

    Successful macro runtime

    The amount of time the macro took from start to finish. I wish we can save that time as a variable..
Top