Can I program a Macro to Shut Down my Phone?

omiazad

New member
Hi,
This is what I was thinking. Say my phone is connected to Wifi network. Once the Wifi is disconnected, Macdroid will wait 15 minutes then shut down my phone. If it connects back to the Wifi again, phone will not be shut down.

Is this possible?

I am sorry, I did not research on this much and I think there is no phone shut down option present as well. So please suggest.
 

FrameXX

Well-known member
You can shut down your phone using UI interaction if you are not rooted.

Turn screen on if it's not already.
Use action Android Shortcut > Power options to open power menu.
Use UI interaction to click on power off button.

Use a wait 500ms action between every of your actions.
 

omiazad

New member
You can shut down your phone using UI interaction if you are not rooted.

Turn screen on if it's not already.
Use action Android Shortcut > Power options to open power menu.
Use UI interaction to click on power off button.

Use a wait 500ms action between every of your actions.
Thank you very much for your response.
Please help me to understand 2 things.
I could not follow this "Use UI interaction to click on power off button."

Also I could not find pause XX minutes before next action. Like when my bluetooth is disconnected, after 15 minutes, phone will shutdown. Can you please suggest how I can do that?
 
Top