Recent content by smarter-phone

  1. S

    Ways to Record ui touches and patterns

    Greetings all, happy festive tinkering! Just thought of storing some swipes , taps, and gestures , for ui Automation usecases with certain apps. Few different ideas. Is the autoinput the best place to do this? Can patterns be stored, eg in a dictionary, perhaps encrypted for security...
  2. S

    Is there a way or a tool to record or trace system settings changes?

    This was something I was interested in, I began by testing a template/macro that demoed this with the system change task, writing to log and popup toast on any change, using [system_setting_category]: [system_setting_key]: [system_setting_value] As some notifications were missed i opted for...
  3. S

    Macrodroid http task , vs autoweb

    I tried with the api https://api.chucknorris.io/jokes/random I added a local variable to capture the response, and tried to get the value of "value" from the json returned... Everything worked but the extraction of the value; is this possible with http task and config, or should the json task...
  4. S

    Macrodroid http task , vs autoweb

    There's some samples in taskers autoweb that you can use, like the chucknorris one. Is it possible to do this without autoweb?! Any tips on the task config and testing? Starting with a simple example, no login/api/redirects I tested the chuck norris quote one, but seems the api isn't...
  5. S

    App input options - press and hold element

    That's what i read online, after reading autoinput can can do anything, and may explain which apps can be controlled with that action... I've just found and tried actionv2 which works well , with the xy bit... and it seemed to find the related class (but that may not affect usage, eg still...
  6. S

    Samsung - MD can run Bixby [Tip]

    I am fiddling with bixby custom voice, sadly it's not a full tts, so only works in app, and only with US language. whilst in mentions talkback uses custom voice, it doesn't apply to android access talkback, or tts used by bixby vision. I also tried alexa, and have the samsung routines...
  7. S

    App input options - press and hold element

    Apps with elements that aren't supported by accessibility services can't be controlled with autoinput (field cannot be clicked) Is there any way of interacting? Assume also no intents; also this app has kb shortcuts AND midi mapping... but not for a required button... ideally I'd control it by...
  8. S

    [Tutorial] How to apply ADB hacks to Xiaomi devices

    got it! adb help (easier to read on a laptop than a phone!) adb pair ip : port pair-code But still adb devices is empty, adb connect [ip : port] fails.. connects ok via adb on pc via usb, perhaps that's interfering...
  9. S

    [Tutorial] How to apply ADB hacks to Xiaomi devices

    I've got termux on rooted android13 and have used adb via usb, but trying to do adb on local device, with wireless debug. When I enable wireless debug I'm prompted, and consent, not ticked "every time on this network". I've already installed the package action-tools via termux, and I'm in...
  10. S

    Discovering an app intent

    Hi, I just registered as also looking for similar tools, and wondering if this shortcut-maker tool does more than intent interceptor , and also if you got a solution to your challenge, or a workaround... loving MD, still struggling to work out what's possible! lots of computer-says-no moments...
Top