Search results

  1. M

    debugging using system log

    Macrodroid is freezing/crashing several times daily now I have tried these things: • Clearing all backups except one • Clearing cache • Restarting phone So I am wondering if I need to investigate the system log. As I see many errors/warnings (such as ~"... enormous ... memory usage ..."). But...
  2. M

    String length

    I have (finally) created an action block to easily count the number of characters in a string. Is there any other ways to do this? Just interested. It works fine (for my small needs). I'm unsure if I should clear the array at end. Do local action block variables stay in memory after exiting...
  3. M

    Create clock app events

    What i ideally want, is to be able to create an alarm for the Samsung Clock app, with ALL details as i want. But as can be seen below, only SOME of the details can be set. These are all the automation apps i have installed on my phone. Has clock actions: No clock actions: Locale X...
  4. M

    Display an image overlay

    Does anyone know how i can display an image? I want to create my own custom statusbar icon. Unable to get it working properly in tasker.
  5. M

    [Global] mode_ringer

    I'm not sure why this doesn't work. Got "Use Helper App" ticked. I can set the values, but the actual ringer state is not changed. When i the change actual ringer state via quick setting, i can read that the value has changed.
  6. M

    Sending intents to app to cancel alarms

    What i would like to do is to send an intent/message to eg Clock app, to cancel all alarms that keep repeating forever. As occasionally i "drop everything" & i go to bed, without dismissing all recurring alarms from notification panel. This macro will run every day at eg 1 am. Is this possible...
  7. M

    detecting heads up notifications

    I've been trying for months to detect & cancel specific heads-up notifications. Haven't had much success. For example, one app posts a HUN, but it's always unexpected & can intercept my taps by accident. Ideally i'd want at least a bit of forewarning (eg by reading notifications in...
  8. M

    flight mode workaround

    It seems (for unknown reasons) flight mode does not work correctly on my phone. It appears to be always disabled (as can still do TXTs & calls when it shows as enabled, or at least very often it does). Most of the time the flight mode quick setting is 1/2 blue (dimmer blue). What i would like...
  9. M

    How to add a wiki page

    I joined macrodroidforum.com/wiki, and tried to post a discussion (below), but it couldn't add.
  10. M

    Detect colour inversion

    Does anyone know how i can detect when colour inversion has been enable/disabled? Or where i can read it's current status?
  11. M

    Improving macrodroid performance

    Due to at times macrodroid being very slow (eg takes 20s to load macros tab), i am wanting to develop a regular routine which can speed it up to a more reasonable speed. What presently i'm trying are the following - restart macrodroid (via App info .. Force stop; cannot, as macrodroid doesn't...
  12. M

    Randomly skipping & repeating actions

    Anyone else experience this? I'm unable to see what is causing it, so i'm calling it "random". I'm having to use "babysitting" code to deal with it. Eg if macro is about to exit, i show an If Confirm, so that i can ignore it, unless i actually DID cancel macro (in which case i select "Yes" &...
  13. M

    Open app without relaunching it

    I would like to open an app within macrodroid, just like when i tap the app icon in apps drawer, or on home screen. That is, when i use Launch Application, or Launch Shortcut, the app (notes app) is relaunched, and i lose any edits i have done. But when i tap the app drawer icon, the app comes...
  14. M

    Regex * & ?

    My If clause i want is: If log_item = ret(urn(ed)*)*( )*f(rom)*( )*(town|abroad) But that doesn't work (ticked regex) Some tests i've done: v ret*f*town no regex x ret*f*(town) no regex v ret*f*(town) regex v ret*f*(to(w)n) regex (nested ()s) Currently using: If...
  15. M

    Speed up macro editor

    I have a large macro. When editing it's always very slow & jerky. It takes about 10 seconds to load. When keyboard goes away, i see where keyboard was for a second or so, before it is "painted". And if a macro say invokes a dialog while editing this large macro, it is noticeably slow to run. I...
Top