amlothi
Android Expert
Is there any way I can have it switched to my mobile connection if there is no wifi?
As an example, I have it set to switch on wifi and sync once an hour, and also to automatically switch on wifi whenever I open something such as facebook or the market place.
Is there any way I can set it to use my mobile network if wifi isn't available?
Not sure if this is the simplest way, but I have something like this set up.
Do something like this:
State > Wifi Connected > Set Variable %wifionline =1
Exit task > clear variable
Then, I run tasks based on the value of that variable. So you could have a task that:
1) Turn Wifi on
2) wait 1 min
3) If %wifionline not equal to 1
4) Turn Mobile Data on
5) Turn Wifi off
This way, your phone looks for Wifi first, if not connected to any local hotspots, mobile data comes on and wifi comes off.