I just remarked a problem with deactiving and activating timers:
Due to timer conflicts I had one deactivated timer and two activated timers (all the three timers start at the same time):
timer1 activated
timer2 activated
timer3 deactivated
Since I wanted timer3 to record I deactivated timer2 and activated timer3.
In timer list I got the following correctly:
timer1 activated
timer2 deactivated
timer3 activated
After start time the following occured:
timer1 shown in timer list as running (ok) and recording (ok)
timer2 shown in timer list as deactivated (ok), but recording (not ok)
timer3 shown in timer list as waiting (not ok) and NOT recording (not ok)
Hope I explained it in a understandable manner.