Page 1 of 1

Mobile Data On Off Trigger Needed

Posted: 14 Jun 2016 11:43
by raman2466
Author, please could you add Mobile Data On Off Trigger?, is it possible?

Re: Mobile Data On Off Trigger Needed

Posted: 15 Jun 2016 19:43
by Martin
Hi,

Unfortunately this feature is not available in the official Android API.
On some devices you could use trigger System Setting Changed: Global mobile_data. The value will usually be 0 (for off) or 1 (for on). You can use a condition Expression: setting==1 to see if it has been turned on or off.

Regards,
Martin

Re: Mobile Data On Off Trigger Needed

Posted: 23 Jun 2016 10:06
by raman2466
Thank you martin for reply, nowadays why titanium backup couldn't backup automagic premium?

Re: Mobile Data On Off Trigger Needed

Posted: 24 Jun 2016 19:34
by Martin
Sorry, no idea. I don't use titanium backup.
I recommend to backup flows/widgets from time to time with an action Export Flows/Widgets and upload the resulting file to Google drive, Dropbox or send as an attachment to your gmail account.