Phone signal strenght problem

Post your questions and help other users.

Moderator: Martin

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Phone signal strenght problem

Post by Martin » 26 Apr 2013 10:07

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

sbidivuda
Posts: 12
Joined: 22 Apr 2013 17:02

Re: Phone signal strenght problem

Post by sbidivuda » 27 Apr 2013 13:05

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Phone signal strenght problem

Post by Martin » 28 Apr 2013 08:31

-action Control UI: back() to press the back button
or
-action Show Home Screen

What "Net" value do you mean?

sbidivuda
Posts: 12
Joined: 22 Apr 2013 17:02

Re: Phone signal strenght problem

Post by sbidivuda » 28 Apr 2013 19:24

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Phone signal strenght problem

Post by Martin » 29 Apr 2013 07:11

Not yet, will add it to the todo-list.

Post Reply