Page 7 of 8

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Tue Mar 31, 2015 7:48 am
by mackowiakp
I read whole topic and I still dont know how to change default 10s of displaying info bar to for example 4,5 sec. Any help?

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Mon Apr 06, 2015 12:20 pm
by juusso
This is possible with help of SamyGO STFU mod D(arm)/E/F viewtopic.php?f=21&t=6558#p47446

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Tue Apr 07, 2015 7:58 am
by mackowiakp
THX! Works!

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Thu Jun 11, 2015 10:10 pm
by fluffi444
I don't know if some of you uses the media center app PLEX.

After hours of testing and searching what force my TV to black screen and reboot after using PLEX app, I found out that libChannelInfo.so is the reason...
Without libChannelInfo: no issues - With libChannelInfo: freeze, blackscreen and reboot after closing PLEX app (after some minutes of video playback).

This is quite good reproducible:

- Boot TV without injected libChannelInfo.so
- Inject libChannelInfo.so via SSH - success (I can inject it as often I want from SSH)

Code: Select all

samyGOso v1.2.4 (c) bugficks 2013, sectroyer 2014
Injecting '/mnt/opt/privateer/usr/libso/libChannelInfo.so' resident: '1'
adding libc addr to found symaddress c1c80 + 40f6a000 4102bc80
Succeeded.
- start PLEX app and close it right away
- Inject libChannelInfo.so via SSH - fail - sometimes freeze and reboot - sometime nothing but everytime (after PLEX using) this output:

Code: Select all

samyGOso v1.2.4 (c) bugficks 2013, sectroyer 2014
Injecting '/mnt/opt/privateer/usr/libso/libChannelInfo.so' resident: '1'
Segmentation fault
I know that this combination (PLEX app and SamyGOs ChannelInfo) is not very common but maybe someone has the time an motivation to look into this. I really like ChannelInfo but I like PLEX more ;)

Plex_2002_final - Just move Plex folder to user apps via FTP
https://www.dropbox.com/s/g4bwlklokcvl3 ... _final.zip

BTW: Is the injection with this command still up-tp-date?

Code: Select all

samyGOso -p `pidof exeDSP` -l $libPATH/libChannelInfo.so

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Fri Jun 12, 2015 11:21 pm
by fluffi444
fluffi444 wrote:I don't know if some of you uses the media center app PLEX.
After hours of testing and searching what force my TV to black screen and reboot after using PLEX app, I found out that libChannelInfo.so is the reason...
Without libChannelInfo: no issues - With libChannelInfo: freeze, blackscreen and reboot after closing PLEX app (after some minutes of video playback).
Solved by zoelechat! Many thanks!

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Mon Mar 07, 2016 8:14 pm
by Grafhkgb
Hello,
I have change the oscam to the tanjasoft version. And after that the channelinfo don't work!

The files are all on the right place, they have the attribute and the autostart files is also there...
Or is the problem the Samygoso 1.2.4?

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Mon Mar 07, 2016 9:23 pm
by miazza
Use 1.2.5

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Tue Mar 08, 2016 9:07 pm
by Grafhkgb
I have the version 1.2.5 on the path: "/mnt/opt/privateer/usr/bin/", the "99_99_ChannInfoON.init" is in the path "/mnt/etc/init.d/" and the lib is here: "/mnt/opt/privateer/usr/libso/libChannelInfo.so"

All have the attributes:
chmod 755 /mnt/etc/init.d/99_99_ChannInfoON.init
chmod 755 /mnt/opt/privateer/usr/libso/libChannelInfo.so

But why it dont work?
UExxF8090

The EPG App and Oscam works!

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Tue Mar 08, 2016 9:25 pm
by zoelechat
Because lib folder is wrong in startup script, you have to change it to libso

Code: Select all

libPATH=$SYSROOT/opt/privateer/usr/so
Also change exeDSP to exeAPP

Anyway, I think right script and lib are already included (and enabled by default!) in SamyGO-F, there was no need to replace by wrong ones and break original sequence :)

Re: [APP] SamyGO ChannelInfo for D(arm)/E/F series!

Posted: Tue Mar 08, 2016 9:39 pm
by Grafhkgb
Or can you uplaod the right Datafile for the autorun?