Page 1 of 1

Help with Data Usage Flows

Posted: 26 Feb 2015 20:11
by mrocha
This topic is for two things, or flows about Data usage:

1º: How I can do an Trigger so, if the Data Usage (download + upload, mobile or cellular, not wifi, get 50 mb it run the flow. The thigger is the Data Usage volume.

2º: In my android lg 4.1, if I open native Data Usage Activity, than show volume of data usage per app etc, I ever need set the day to today manually, is possible with Automagic 1.26 I open this activity directly on Today?

Thanks

Marcos Rocha.

Re: Help with Data Usage Flows

Posted: 26 Feb 2015 20:23
by Martin
Hi,

1: There's no direct trigger available for this but you could use action Init Variables Network Traffic to periodically check the data usage and do something when a limit is exceeded. You could use a trigger Periodic Timer Inexact with Wake device when in sleep mode disabled to save battery when the device is not awake.

2: You could use action Launch App to open the data usage settings page and then use action Control UI to click the required controls. I have no LG test device with an LG Android 4.1 ROM so I'm not sure how good this works.

Regards,
Martin

Re: Help with Data Usage Flows

Posted: 02 Mar 2015 17:42
by mrocha
thanks