Mobile Data On Off Trigger Needed

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
raman2466
Posts: 20
Joined: 05 Dec 2013 18:05

Mobile Data On Off Trigger Needed

Post by raman2466 » 14 Jun 2016 11:43

Author, please could you add Mobile Data On Off Trigger?, is it possible?

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

Re: Mobile Data On Off Trigger Needed

Post by Martin » 15 Jun 2016 19:43

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

raman2466
Posts: 20
Joined: 05 Dec 2013 18:05

Re: Mobile Data On Off Trigger Needed

Post by raman2466 » 23 Jun 2016 10:06

Thank you martin for reply, nowadays why titanium backup couldn't backup automagic premium?

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

Re: Mobile Data On Off Trigger Needed

Post by Martin » 24 Jun 2016 19:34

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.

Locked