Advertisement
Guest User

LowSignal

a guest
Sep 8th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Profile 1:
  2. ==========
  3. Name: Low signal
  4. Condition:
  5. - !Airplane
  6. - %LOWSIG < 1
  7. - SIGNAL < 20%
  8. Task:
  9. - %LOWSIG=1
  10. - AutoSync/MobileData OFF
  11. Exit:
  12. - AutoSync/MobileData ON
  13. - %LOWSIG=0
  14.  
  15. Profile 2:
  16. ==========
  17. Name: NoSignal
  18. Condition:
  19. - !AirPlane
  20. - %LOWSIG~1
  21. - SIGNAL < 10%
  22. Task:
  23. - %LOWSIG=2
  24. - AirPlane On # invalidates condition, so it will go to Exit here
  25. Exit:
  26. - WAIT 5min
  27. - %SIGMODE=0
  28. - AirPlane Off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement