yes, I have the same problem. If I set one time, the turn off disabled function is workable. If set multi day per weekend, the disabled function is fail. I use logcat to trace it, found the disabled timer is correct time can be wakeup and run turn off function workwell. but it will also setting next wakeup timer, I found it use the wrong time. it use beginning turn on time, not next day time. So it will cause turn on run twice immediately. ON1--OFF1--ON1 (expect ON2)