A flow like this might work:
-trigger of your choice
-action "Launch App: com.android.settings/.deviceinfo.Status", select package com.android.settings, the class name is labeled Status in the list or directly type com.android.settings.deviceinfo.Status
-action "Sleep: 1s" to let the system start the settings page
-condition "Phone Signal Strength: higher than X"
-->true: -actions of your choice
Phone signal strenght problem
Moderator: Martin
Re: Phone signal strenght problem
Yes, thank you, this is working but the settings page remain open, how I can instruct the flow to close the settings app ?
I tryied the Killapp action selecting the com.android.settings package but does not work, the app stay open.
I also wish to know if its possible , in the same way the "signal strenght" do, to expose the "Net" value from the android settings page to automagic.
I tryied the Killapp action selecting the com.android.settings package but does not work, the app stay open.
I also wish to know if its possible , in the same way the "signal strenght" do, to expose the "Net" value from the android settings page to automagic.
Re: Phone signal strenght problem
-action Control UI: back() to press the back button
or
-action Show Home Screen
What "Net" value do you mean?
or
-action Show Home Screen
What "Net" value do you mean?
Re: Phone signal strenght problem
The "net" field is the one that show the name of the actual phone operator , in italy could be VODAFONE , WIND, TIM, 3 ITA for example.
Re: Phone signal strenght problem
Not yet, will add it to the todo-list.