Recent content by barrelman

  1. barrelman

    Pixel adaptive charging and MD

    I've been trying to get the pixel adaptive charging to work on my pixel 6a to no avail. I called pixel support and they said I had to give it 14 days to learn my charging habits, which I did, and still no adaptive charging. Yes, the phone says adaptive charging is on, but the phone fast charges...
  2. barrelman

    Concurrent invocations of the same macro

    Yes, that's the ticket! Thanks. T: Power Connected Any C: Macro(s) Not Invoked [This Macro]: Not Invoked for 1s This would accept the 1st trigger and not the 2nd. This is what I will use. OR T: Power Connected Any C: Macro(s) Invoked [This Macro]: Invoked for 1s This would accept the 2nd...
  3. barrelman

    Concurrent invocations of the same macro

    On one of my macros I was getting a double "Power Connected Any" trigger when the charger cable was connected. This was very quick, one immediately after the other. This caused 2 log events, the 1st with the correct data, but the 2nd [redundant] without the correct data because the 1st trigger...
  4. barrelman

    Battery charge manager

    Oh, I forgot, I also have an elapsed time ms macro here and in the template store.
  5. barrelman

    Battery charge manager

    I've only just started using MD. I've only posted a couple flashlight macros to the template store and a Wi-Fi tile macro here. My battery macro is pretty simple for now, notify and speak battery level when battery <= 25%, notify then speak battery level for 2 minutes when battery >= 85%. Google...
  6. barrelman

    Battery charge manager

    Compared to your macro [one can see how much time and thought went into creating it] my battery macro is pretty mundane. But you've showed alot of things I could try on my macro, so I'm giving you a star.
  7. barrelman

    Elapsed time with ms

    Created a macro to show elapsed time in format ##:##:##.### Variable etmTime is created from the difference between two {system_time_ms} magic texts. ##:##:##.### is extracted from etmTime in steps, hours, then minutes , and then seconds. Thanks, you can see the macro here [with description]...
  8. barrelman

    Wifi toggle, no Helper app, no ADB hack

    Both my macros to turn BT and WiFi off and then back on do seem to work. I was using SSID in range / out of range but have abandoned that for the IP address change trigger just today. I have to see how it works but my macros never work right at first, there's always something you didn't think of.
  9. barrelman

    Wifi toggle, no Helper app, no ADB hack

    Sorry for the title, I duplicated it on the Templates too. UI Interaction is cool to play around with but the screen on thing is kind of a bummer. My phone has no screen lock. I added a 'Screen On'' before the UI Interactions in my macros but I don't know if it even does anything for me. Maybe...
  10. barrelman

    Wifi toggle, no Helper app, no ADB hack

    I was very wary of installing either the Helper app or ADB hacks. After all, I don't have any other apps on my phone that I have to do something like that. So I set out to try to toggle the Wi-Fi off and on with UI Interaction. I did stumble on to the Wi-Fi tile idea from jan's 'WiFi On/Off QS...
  11. barrelman

    Wifi toggle, no Helper app, no ADB hack

    Now... Now, I don't know anything about that, but... It's a 'Wi-Fi' tile that toggles the Wi-fi off and on. I think for me and other users, it's useful, because the way my Android is configured [switches to cellular automatically] the 'Internet' tile is always on [lighted], either the cellular...
  12. barrelman

    Wifi toggle, no Helper app, no ADB hack

    Thanks for that tip. It took me a while to stack 3 separate images and then do a snip. I'm new to MacroDroid.
  13. barrelman

    Wifi toggle, no Helper app, no ADB hack

    It guess it saves 1 click. Otherwise, you have to click the 'Internet' tile then the WiFi toggle switch. I still like the look of the separate 'Wi-Fi' tile [does it not look nice]. But, I think, it's real usefulness is it can be used in other macros when you want to toggle WiFi off or on, for...
  14. barrelman

    Wifi toggle, no Helper app, no ADB hack

    New MacroDroid user, new phone: Pixel 6a [non-rooted], MacroDroid Pro [stock, no Helper app, no ADB hack], Android 13. I don't think I've done anything here that other MacroDroid users haven't already done something very similar, but I was not finding any specific macro templates. I did find...
Top