I am trying to create a script that will automatically send my phone into vibrate mode between the hours of 7a - 4p m-f. I've done some bash scripts before but my linux kowledge/programming skills are limitted.
I am not sure what the best way to accomplish this would be or even if it is possible. In the past I've created some small scripts that get time using date and then run a program or some other commands. The date command isn't on the phone and I'm not sure if it's as easy as copying date from another linux distro onto my phone. If so date uses bios to get the time, correct? Any ideas or suggestions?