A question...
Like several other people I'm trying to create a little task that turns on WiFi when I get home, and turns off APN. When I leave home it turns off Wifi and turns on APN. I have a task that basically looks like this:
OnEntry (set by location): WiFi On, MobileData Off
OnExit: WiFi Off, MobileData On
Location is set by network (with a 200m radius) rather than GPS to save battery.
It doesn't work. 1) it doesn't normally update for ages, 2) when it does it only does half the instruction.
I have no idea about 1. I have a 20 minute walk to the station that takes me well outside the 200m radius by about 10 minutes (wifi scan is the default 2 minutes). When I get to the train I inevitably have to set the preferred settings myself.
Coming home, when I reach my front door neither wifi nor APN is set i.e. APN switches off without switching WiFi on. I thought for a while that this was because APN had switched off and therefore could not get a location, but then I remembered that this was because a task had been activated and surely therefore it would complete.
Anyone got any ideas what might be going wrong?