Page 2 of 2

Re: [App] SamyGO Watchdog.

Posted: Wed Apr 22, 2015 12:24 pm
by leikli
sectroyer wrote:
leikli wrote: I copied the script after every boot, whenever I tested it. I have not automated the startup.
And you started it every time ? Did you wait enough?
I restarted it after every reboot. As mentioned before, I changed both sleep times in the script to 1. I waited much more than one second.

I don't know exactly what happens when the TV "hangs". It stops responding to the remote control and telnet/ssh, but the TV works normally otherwise. When the normal watchdog is enabled, the TV reboots. Maybe the script is unable to detect this state.

Re: [App] SamyGO Watchdog.

Posted: Wed Apr 22, 2015 12:29 pm
by sectroyer
leikli wrote: Maybe the script is unable to detect this state.
Yeah that's probably it :) For "my" crashes it works :)

Re: [App] SamyGO Watchdog.

Posted: Wed Apr 22, 2015 3:04 pm
by leikli
sectroyer wrote:
leikli wrote: Maybe the script is unable to detect this state.
Yeah that's probably it :) For "my" crashes it works :)
How is the normal watchdog implemented? I suppose it can be found somewhere in the source code. Is the script based on the normal watchdog?

Re: [App] SamyGO Watchdog.

Posted: Wed Apr 22, 2015 3:21 pm
by sectroyer
leikli wrote: How is the normal watchdog implemented?
By hardware chip :)
leikli wrote: I suppose it can be found somewhere in the source code.
NO :)
leikli wrote: Is the script based on the normal watchdog?
NO :)

Re: [App] SamyGO Watchdog.

Posted: Fri Apr 24, 2015 10:04 pm
by tempinbox
This works in C series? I usually power off my tv with reboot command in one Telnet session. It ever works even if i get segmentation fault. For example when i try patch not designed for C series. Maybe the reboot command works with other series too

Re: [App] SamyGO Watchdog.

Posted: Fri Apr 24, 2015 10:12 pm
by sectroyer
tempinbox wrote:This works in C series? I usually power off my tv with reboot command in one Telnet session. It ever works even if i get segmentation fault. For example when i try patch not designed for C series. Maybe the reboot command works with other series too
Yeah it works with C series :)

Re: [App] SamyGO Watchdog.

Posted: Sat Apr 25, 2015 6:25 pm
by tempinbox
Playing with IDA i found this function in exports
SpoilerShow

Code: Select all

TCTv::SetWatchDog(PCTask *,bool) 0000000000752BB8 
Is this the function that enable/disable watchdog in servicemenu?