Jump to content


Photo

Octagon SF8008 OpenPli Support


  • Please log in to reply
486 replies to this topic

Re: Octagon SF8008 OpenPli Support #221 Gold_66

  • Senior Member
  • 30 posts

+2
Neutral

Posted 20 March 2020 - 23:37

Ok, here's the situation:

I had OpenVix in flash and OpenATV in startup_2, I could switch between them but now I installed OpenPLi in startup_3 and I'm stuck - can't go back to any of them.
Restart doesn't help, it starts with OpenPli again, does this mean I have now OpenPli in flash and the other two are deleted, or is there a way to switch to OpenVix?
I knew multiboot wasn't yet supported but I thought if I install OpenPli in flash can't install other images in sd card, didn't think that it wouldn't even work as second or third image.

Another question: How do I activate HBBTv? Red button doesn't do anything even though I assigned this action to it via Hotkey, and there's no HBBTv kit to download in plugins.

Thanks for making OpenPLi available for SF8008.



Re: Octagon SF8008 OpenPli Support #222 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 20 March 2020 - 23:41

Start the box from deep standby and immediately press and hold the power button on the box. UPDTE should appear on the display. After some seconds a boot menu should appear on the TV screen where you can choose which image should be started.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Octagon SF8008 OpenPli Support #223 Gold_66

  • Senior Member
  • 30 posts

+2
Neutral

Posted 21 March 2020 - 00:30

Thanks for prompt reply, it worked and this has been a great info.



Re: Octagon SF8008 OpenPli Support #224 stro11

  • Senior Member
  • 197 posts

+14
Neutral

Posted 21 March 2020 - 12:26

Here is an overview of the Led and Display control commands.
 
##### Telnet commands to control your Led and display #####
 
Led during Power on:
 
Led off:
echo 0 > /proc/stb/fp/ledpowercolor
Led Blue:
echo 1 > /proc/stb/fp/ledpowercolor
Led Red:
echo 2 > /proc/stb/fp/ledpowercolor
Led Violet:
echo 3 > /proc/stb/fp/ledpowercolor
 
 
Led during Standby:
 
Led off:
echo 0 > /proc/stb/fp/ledstandbycolor
Led Blue:
echo 1 > /proc/stb/fp/ledstandbycolor
Led Red:
echo 2 > /proc/stb/fp/ledstandbycolor
Led Violet:
echo 3 > /proc/stb/fp/ledstandbycolor
 
 
Led during Power off:
 
Led off:
echo 0 > /proc/stb/fp/ledsuspendledcolor
Led Blue:
echo 1 > /proc/stb/fp/ledsuspendledcolor
Led Red:
echo 2 > /proc/stb/fp/ledsuspendledcolor
Led Violet:
echo 3 > /proc/stb/fp/ledsuspendledcolor
 
 
Display during Power on:
 
Display off:
echo 0 > /proc/stb/fp/power4x7on
Display on:
echo 1 > /proc/stb/fp/power4x7on
 
 
Display during Standby:
 
Display off:
echo 0 > /proc/stb/fp/power4x7standby
Display on:
echo 1 > /proc/stb/fp/power4x7standby
 
 
Display during Power off:
 
Display off:
echo 0 > /proc/stb/fp/power4x7suspend
Display on:
echo 1 > /proc/stb/fp/power4x7suspend
 
regards
stro11

Attached Files



Re: Octagon SF8008 OpenPli Support #225 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:16

Don’t we have this procs checked in SystemInfo.py?for other boxes we have.... hopefully this box does not invent their own system...

Edited by littlesat, 21 March 2020 - 13:17.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #226 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 21 March 2020 - 13:17

No, not afaik.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Octagon SF8008 OpenPli Support #227 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:19

The it should be added or we have to ask the manufacturer to go for something standard that is already in e2....
I start hating openatv + Oe-a excepting everything and adapting to everything....
Hopefully this can be fixed via SystemInfo.py...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #228 twol

  • Senior Member
  • 447 posts

+15
Neutral

Posted 21 March 2020 - 13:35

The it should be added or we have to ask the manufacturer to go for something standard that is already in e2....
I start hating openatv + Oe-a excepting everything and adapting to everything....
Hopefully this can be fixed via SystemInfo.py...

@Littlesat - SystemInfo ? - nothing so simple. Unlike the Gigablue LED implementation which is fairly transparent, the SF8008 receiver(s) in the OE-A typically  use a combination of changes in SystemInfo, LCD.py and data/setup.xml - nothing on this box is straight forward.


Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
.........DVB-S2X into 90cm dish (27.5W)

Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
 


Re: Octagon SF8008 OpenPli Support #229 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:38

Yes openatv make a mess of it they have if box x then do y hacks anywhere... here the only box depended file is SystemInfo.py... here features are defined and the feature key is pointing to the proc.
When it is approx the same as Gb then we only need some adaptions to SystemInfo.py to get this job done.
And when it is totally different we better can contact the manufacturer. But as openatv already accepted some crap this is not easy.

Edited by littlesat, 21 March 2020 - 13:39.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #230 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 21 March 2020 - 13:41

Have you checked that patch ?

 

https://github.com/s...f8008_led.patch


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Octagon SF8008 OpenPli Support #231 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:42

That should work for this box... now we should wait for the merge request....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #232 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:43

I cannot check right now...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #233 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 21 March 2020 - 13:50

Pushed: https://github.com/O...8584de3697dcc7c


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Octagon SF8008 OpenPli Support #234 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 21 March 2020 - 13:54

Maybe trigger wanwizard so he could push it to 7.2rc

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #235 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 21 March 2020 - 13:57

Cherry-picked in 7.2 as well.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Octagon SF8008 OpenPli Support #236 WanWizard

  • PLi® Core member
  • 69,905 posts

+1,787
Excellent

Posted 21 March 2020 - 13:57

7.2-rc is no longer. The sf8008 is now available in 7.2-release.

 

I'm waiting for the multiboot stuff to do done and finished, so I can start on 7.3-release, which whill then also include this fix.

 

After that is done, we can advance develop to a new OE.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Octagon SF8008 OpenPli Support #237 leien

  • Member
  • 3 posts

0
Neutral

Posted 21 March 2020 - 14:47

I have a problem, kodi plugin cannot play video



Re: Octagon SF8008 OpenPli Support #238 abumarya

  • Senior Member
  • 64 posts

0
Neutral

Posted 23 March 2020 - 14:08

regarding to kodi i try to install but it is 17.6 how to upgrade to 18.6

2nd i try to upgrade the receiver t0 (23 -3 )the server is nut working

 

thanks



Re: Octagon SF8008 OpenPli Support #239 littlesat

  • PLi® Core member
  • 56,951 posts

+695
Excellent

Posted 24 March 2020 - 00:36

We do not offer kodi... Kodi is offered via the manufacturer via the bsp.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Octagon SF8008 OpenPli Support #240 abumarya

  • Senior Member
  • 64 posts

0
Neutral

Posted 25 March 2020 - 08:57

i think the 2 things still missing in the image

 

- show clock in stand by

- multi boot change

 

i hope they can solve it soon

 

thanks for support sf8008




4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users