Update:
Ok give this a try. It will execute an arbitrary command line at a specified date and time, even if the phone is asleep. It is possible to change the code to even wake the phone from power off.
Download from here,
h**p://www.rapid$hare.com/files/96834608/Schedule.zip.html
Command line arguments,
Code:
# ./Schedule -h
Usage: Schedule [OPTION]
-H xx Hour
-m xx Minuites
-M xx Month
-D xx Day
-Y xx Year
-C xx Command to execute with arguments
-p Delete any AutoWake events and exit
An example using Erica's playaudio,
Code:
./Schedule -H 16 -m 5 -M 3 -D 3 -Y 2008 -C "/var/root/bin/playaudio /Library/Ringtones/Duck.m4r"
Bookmarks