I have no idea if this will work on the PB device, but android devices can use a wake_lock to keep from going into suspend mode. Try bracketing your call to timidity with:
echo test > /sys/power/wake_lock
timidity ...
echo test > /sys/power/wake_unlock
and see if that keeps the system from suspending.
Last edited by rkomar; 03-25-2011 at 03:35 AM.
Reason: cat -> echo
|