RocketSurgeon
Lurker
Hey there, Tasker wizards!
I was wondering if any of you had any thoughts on a good way to have Tasker automatically disable 3G when I start roaming. I've been doing some Google-ing and haven't come across anything that would work the way I want it to. Basically, since I live right next to Canada, I'll grab their data service occasionally, and the little charges I get for that add up. Here is what I have so far:
(If %ROAM ~ Off)
Note that ROAM is a preset Tasker variable, not one that I've defined. Also, my Droid 3 isn't rooted, just fyi. This kind of works, but I know there has to be a cleaner and more effective way to do this. I only just got Tasker yesterday and I've been playing with it a bit, but I would really like to get this working so I don't have to worry about it.
Thanks!
I was wondering if any of you had any thoughts on a good way to have Tasker automatically disable 3G when I start roaming. I've been doing some Google-ing and haven't come across anything that would work the way I want it to. Basically, since I live right next to Canada, I'll grab their data service occasionally, and the little charges I get for that add up. Here is what I have so far:
Code:
Profile Name: Prevent Data Roaming
Context: Mobile Network ([ ] 2G, [x] 3G, [ ] 3G-HSPA,
[ ] 4G, [ ] Invert)
Task Name: Disable Data When Roaming
1. Mobile Data>Set>Off (If %ROAM ~ On)
2. Notify>Title>[I]Roaming - Disabling 3G[/I] (If %ROAM ~ On)
3. Mobile Data>Set>On (If %ROAM ~ Off)
4. Notify>Title>[I]Not Roaming - Re-Enabling 3G[/I]
Note that ROAM is a preset Tasker variable, not one that I've defined. Also, my Droid 3 isn't rooted, just fyi. This kind of works, but I know there has to be a cleaner and more effective way to do this. I only just got Tasker yesterday and I've been playing with it a bit, but I would really like to get this working so I don't have to worry about it.
Thanks!