Yep.viper3k wrote:Am not really a coder .. But am trying to look into this anyway
This is a piece of code from the signal strength app.. If I'm right then these functions check whether there is a signal or not and writes it to signalstrength.txt right ??Code: Select all
int chkSiSt() { ... void writeSiSt(int val, int q) { ...
It checks for currently active source AFAIRC.Does it check for one particular source or just any source that is active (which should be fine I guess, who needs there TV one when it just displays no signal)..
BTW, there is 'auto stand by' in B650! But it only works for ATV (and perhaps DTV too ?). Timed at 30 min or something like that.
Yes. Plus some kind of thread which checks 'signal strength' every 60 secs or so. Essentially all what's needed is already there, I thinkIf that is the case .. then we just need to apply this code alongside a timer and _ZN14SsKeyInputBase7SendKeyEi() function right ??
