Page 1 of 1

Re: Enable wiselink movie in B550 - US version

Posted: Mon Mar 08, 2010 5:22 pm
by erdem_ua
Do yo read this page at wiki?

And I don't advice that flashing new firmwares. Those firmwares has some constraints which makes your TV's wiselink options disabled totally.
Firmware Patcher are not compatible to all B550 firmwares but T-CHL5DEUC one...
And AFAIK last B550 TV's has no Movie Decoder chip in it.

Thanks

Re: Enable wiselink movie in B550 - US version

Posted: Tue Mar 09, 2010 4:31 pm
by erdem_ua
hacker_harry wrote:hi!
I tried the firmware patcher but I get an error while trying to execute the python command: "...TypeError: cannot concatenate 'str' and 'float' objects..."
try enclosing the version number into single or double quotation marks :)

Code: Select all

version = '0.21' #Added A Series T-RBYDEUC [...]
Best Bytes?,
Harry
in v0.20, thats prints as v0.2 , so I make it string to proper view. At v0.21 there is no such problem, than I removed string form and make it float again. But I forget the concentration at info message :)
Thanks.