MacroDroid Helper APK

Endercraft

Moderator (& bug finder :D)
@Sir Michael The first post you read, is right above (now it's on the first page).
Here's some links in case you somehow can't find it :

 

Sir Michael

New member
@Sir Michael The first post you read, is right above (now it's on the first page).
Here's some links in case you somehow can't find it :

ok, sorry and thanks for your help! ^^
 

brammel

New member
Hello, first time posting here.
After reading and following the instructions, I managed to install the MD Helper app on my new Android 14 phone, and confirmed it is now able to change the Wi-Fi status. But when one of the macro's that turns the Wi-Fi on is triggered, I get a message on screen asking if I want to allow MD Helper to actually do this. Okay, not that bad, just one touch and done. But if the screen is off and this happens (because automation) then MacroDroid never gets a chance.

I can't find any information about this message (having searched for the literal text). I feel like this thread deals with something similar, but I can't tell exactly, let alone figure out what kind of actions I would have to take specifically.

Anyone here any ideas?
 

Attachments

  • Screenshot_20240509-140144.png
    Screenshot_20240509-140144.png
    61.3 KB · Views: 3

Endercraft

Moderator (& bug finder :D)
If you are on Huawei or on Xiaomi HyperOS Android 14 then it's not possible unless you use an adb connection.
 

brammel

New member
I'm not. My phone is a Nothing 2a, and I don't mind using adb (after all, that's how I managed to get MD Helper running). But I don't recognise any useful commands in the thread you reference. I'm not that experienced, so it's quite possible I'm just reading over some very useful information.
 

Endercraft

Moderator (& bug finder :D)
If you do that setup then you can use ADB commands to enable and disable wifi (and a lot of other things too). The command would be adb shell svc wifi enable to enable, and adb shell svc wifi disable to disable.
 

brammel

New member
Sorry, that's not what I mean to achieve. Unless you mean I can use adb commands from within Macrodroid? But I don't see any actions that suggest that.

What I'm trying to achieve is that Wi-Fi turns on and off automatically triggered by geofences that I've set up. And this dialog that I showed earlier is preventing this from happening in the background, without any manual action.

That said, being able to control my phone using adb commands is something I can definitely find some cool purposes for. So thanks for the hint!
 

Endercraft

Moderator (& bug finder :D)
It seems like you can't use the wifi action to turn on/off wifi without a confirmation popup. Using adb commands, you can do that automatically without any popup.

It's also worth checking if your phone has some setting to disable this dialog.
 
Top