Page 5 of 7

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 7:05 pm
by astrakid
ok, i will keep my fingers away from "SYSTEM" altert. ;)

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 8:51 pm
by astrakid
unfortunately i had system call to libAlert still in my script which i just executed - and my tv crashed again. ssh was still alive, but i the alert-message didn't disappear, not even after 2 minutes... Maybe this call is generally corrupted on H-series?

regards,
andre

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 9:17 pm
by zoelechat
Maybe too close injections? Even if different libs, better insert some sleep between them (let's say 1 second). Again, also prefer Telnet to ssh.
Dozens H users are using libAlert everyday without any issues :)

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 10:00 pm
by astrakid
it was a single call of libAlert with SYSTEM. and h-series tv crashed. it was the first call as well, so i guess i can reproduce the issue anytime with a single call...
I use libAlert now as well, but only with "TEXT".

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 10:16 pm
by zoelechat
astrakid wrote:ok, i will keep my fingers away from "SYSTEM" altert. ;)
You changed your mind? :)
Btw, I just fixed it:
1ST POST wrote:SYSTEM: (experimental, might crash some TVs, especially H, ugly anyway)

Re: [App] libAlert B/C/D/E/F/H

Posted: Tue Oct 27, 2015 10:18 pm
by astrakid
well, it was by accident (hadn't changed it back to TEXT when calling it). now it is fixed at my side as well! :-D

Re: [App] libAlert B/C/D/E/F/H

Posted: Wed Oct 28, 2015 9:00 am
by wifi75
why, when i send only this command below
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libAlert.so DELAY:20 CENTER:"R E A D Y !"
audio go out and tv freeze, and the TV hangs...

i think CENTER: mode hangs tv... possible?

and then I need reboot tv

Re: [App] libAlert B/C/D/E/F/H

Posted: Wed Oct 28, 2015 9:46 am
by astrakid
i had trouble as well with center, thought it was because of a too long string that i used... maybe there is a general problem on h-series...
(bad) workaroud: use TEXT - that works for me quite stable.

Re: [App] libAlert B/C/D/E/F/H

Posted: Wed Oct 28, 2015 10:19 am
by wifi75
I think you also

Re: [App] libAlert B/C/D/E/F/H

Posted: Wed Oct 28, 2015 10:59 am
by zoelechat
Anyway, 99% people are only interested in TEXT option. If another cause crash, simply don't use it, there won't be any fix.

Btw, there syntax is wrong:

Code: Select all

DELAY:20 CENTER:"R E A D Y !"
No point in using DELAY as long as you don't use BLINKS, you should read first post, as usual...