Hivion Firmware

Started by Abu_Ali, September 19, 2009, 05:31:54 PM

Previous topic - Next topic

0 Members and 8 Guests are viewing this topic.

antox

GG-9000IIX
VZ-8100 2CX 160Z5_2CAS
DS-100XX

VZ-8100 2CIXU 160Z5USB_2CASCI
HV-9090XCI Plus 5
DS-100XCI
160Z5_CASCI   
9595X PVR
9696X PVR
PVR 9090X 29E3USB_CAS
PVR 9191X
5151X PVR

9595FTA PVR
9696FTA PVR
29E3_FTA
9595XII PVR 29E3USB_2CAS   
9696/9797 PVR HDMI 29E3USB_CAS_HDMI
9900X 29C3_CAS
9900FTA    29C3_FTA
8080FTA 29C4_FTA   

18-05-2010

SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for viaccess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for viaccess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06




   

   



   

   





antox

Hivion Firmware 27.05.2010
SSSP â€" Simple Serial Sharing Protocol
=====================================

HV-100XPVRII HV_Z5_TWIN_PVR_CAS_E
HV-9191FTA USB 3 160Z3USB_FTA
HV-9191X USB 3
HV-5151X USB 3
HV-9090X USB 3

160Z3USB_CAS      
HV-9090X Plus 3160Z3_CAS
HV-9090FTA Plus 3160Z3_FTA   
HV-9090XII160Z3_2CAS   
HV-100XCI160Z3_CASCI   
HV-9090160Z4_CAS
CH-9090X USB160Z4USB_CAS   
HV-9090X Plus 5
GG-9000X Plus
DS-100X

160Z5_CAS      
HV-9191FTA USB 5160Z5USB_FTA
HV-9191X USB 5
HV-5151X USB 5
CH-9191X
5000X Plus USB

160Z5USB_CAS      
DS-150X USBDIGI_CAS
GG-9000IIX
VZ-8100 2CX
DS-100XX

160Z5_2CAS
HV-9090XCI Plus 5
DS-100XCI

160Z5_CASCI

   












   






   


   


antox

HV-9191XCI USB 5
5000XCI Plus USB
DS-150XCI USB

VZ-8100 2CIXU160Z5USB_2CASCI   
9595X PVR
9696X PVR
PVR 9090X
PVR 9191X
5151X PVR

29E3USB_CAS   
9595FTA PVR
9696FTA PVR

29E3_FTA   
9595XII PVR29E3USB_2CAS
9696/9797 PVR HDMI29E3USB_CAS_HDMI    
9900X29C3_CAS   
9900FTA
29C3_FTA   
8080FTA29C4_FTA
   


   



   



antox

9900X
29C3_CAS
   

04-06-2010

9900FTA
29C3_FTA
   
8080FTA
29C4_FTA
   SSSP â€" Simple Serial Sharing Protocol
=====================================



04-06-2010

antox

HiVION 07-06-2010
9595X PVR
9696X PVR
PVR 9090X-------29E3USB_CAS
PVR 9191X
5151X PVR-

9595FTA PVR
9696FTA PVR------29E3_FTA   


9595XII PVR------29E3USB_2CAS

9696/9797 PVR HDMI------29E3USB_CAS_HDMI
   

SSSP â€" Simple Serial Sharing Protocol
=====================================

Quote
This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06





   

antox

22-06-2010
Hivion Firmware + softcam canalsat_bis
SSSP â€" Simple Serial Sharing Protocol
=====================================

Quote
This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06


antox

22-06-2010
Hivion Firmware + softcam canalsat_bis
SSSP â€" Simple Serial Sharing Protocol
=====================================


Quote
This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06

antox

HiVION 08-07-2010 Firmware

9595X PVR
9696X PVR
PVR 9090X -29E3USB_CAS
PVR 9191X
5151X PVR


9595FTA PVR
9696FTA PVR-29E3_FTA
   

9595XII PVR-29E3USB_2CAS
   
9696/9797 PVR HDMI-29E3USB_CAS_HDMI
   
SSSP â€" Simple Serial Sharing Protocol
=====================================
2010.07.09
1. ALI29E PVR3 function updated
- Compatible with old PVR functions.
- Supports configurable single TS file size, largest 4GB in FAT32.
- PC can play TS recorded file by PVR3.



   


antox

Hivion Firmware
12-07-2010

SSSP â€" Simple Serial Sharing Protocol
=====================================

HV-9191FTA USB 3
   
HV-9191X USB 3
HV-5151X USB 3
HV-9090X USB 3
   
HV-9090X Plus 3
   
HV-9090FTA Plus 3
   
HV-9090XII
   
HV-9090XII USB 3
   
HV-100XCI
   
HV-9090X Max
   
HV-9090
   
CH-9090X USB
   
HV-9090X Plus 5
GG-9000X Plus
DS-100X
   
HV-9191FTA USB 5
   
HV-9191X USB 5
HV-5151X USB 5
CH-9191X
5000X Plus USB
   
DS-150X USB
   
HV-9191XCI USB 5
5000XCI Plus USB
DS-150XCI USB
   
GG-9000IIX
VZ-8100 2CX
DS-100XX
   
5000X2 plus USB
   
VZ-8100 2CIXU
   
HV-9090XCI Plus 5
DS-100XCI

9595X PVR
9696X PVR
PVR 9090X
PVR 9191X
5151X PVR

9595FTA PVR
9696FTA PVR
   
9595XII PVR
   
9696/9797 PVR HDMI
   
9900X
   
8080X Plus
   
9900FTA
   
8080FTA
   

hivion-softwares.

antox

26-07-2010
9595X PVR
9696X PVR
PVR 9090X
PVR 9191X
5151X PVR

9595XII PVR

9595FTA PVR
9696FTA PVR

9696/9797 PVR HDMI


   hv-softwares


aamir11

Hivion update 13.08.2010

1. Nxgxavxsxon’s smartcard workable

DREAMLOADER_HIVION_FIRMWARE_UPDATE_12.08.2010.rar
HIVION_FIRMWARE_29C3_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29C3_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29C4_CAS(HI1)_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29C4_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.ra
HIVION_FIRMWARE_29D3USB_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29E3_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29E3USB_2CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29E3USB_CAS_HDMI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_29E3USB_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3_2CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3_CASCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3USB_2CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3USB_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z3USB_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z4_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5_2CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5_CASCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5USB_2CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5USB_2CASCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5USB_CAS_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5USB_CASCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_160Z5USB_FTA_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_180Z4USB_L_2CAS_NOCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_180Z4USB_L_CAS_NOCI_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_180Z4USB_L_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_HD_TWIN_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_HD_USB_L_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_HD_USB_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar
HIVION_FIRMWARE_HV_Z5_TWIN_PVR_CAS_E_UPDATE_Nxgxavxsxon_Smartcard_Workable_13.08.2010.rar

antox

17-09-2010
* 16.09.2010
1. ZR39160 SD Model
1) Satellites/TP list updated
2) Biss key menu update
After download this version, you must do ˇÂ°Factory ResetˇÂ± in Menu.
If you donˇŻt that, your STB has Rooting(Hang-up).
If you do ˇÂ°Factory ResetˇÂ±, all setting will be cleared include channel list.
If you donˇŻt want it, donˇŻt update this sw.

2. ZORAN HD USB PVR ready
1) Supporting dual recording


SSSP â€" Simple Serial Sharing Protocol

                       NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  

QuoteHV-9191FTA USB 3
160Z3USB_FTA
QuoteHV-9191X USB 3
HV-5151X USB 3
HV-9090X USB 3
160Z3USB_CAS
QuoteHV-9090X Plus 3
160Z3_CAS
QuoteHV-9090FTA Plus 3
160Z3_FTA
QuoteHV-9090XII
160Z3_2CAS
QuoteHV-9090XII USB 3
160Z3USB_2CAS

antox

17-09-2010
* 16.09.2010
1. ZR39160 SD Model
1) Satellites/TP list updated
2) Biss key menu update
After download this version, you must do ˇÂ°Factory ResetˇÂ± in Menu.
If you donˇŻt that, your STB has Rooting(Hang-up).
If you do ˇÂ°Factory ResetˇÂ±, all setting will be cleared include channel list.
If you donˇŻt want it, donˇŻt update this sw.

2. ZORAN HD USB PVR ready
1) Supporting dual recording


SSSP â€" Simple Serial Sharing Protocol
                       NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)

antox


09-11-2010
9797XN PVR
9797XS PVR
9898XS PVR

   

Quote29D3USB_CAS


   

 

antox

HiVION 18.11.2010
     NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.
* 17.11.2010
1. Hotbrid 13 Cyfrowy Polsat
- Mediaguard problem fixed
http://hv-softwares.ifrance.com/