Page 1 of 2
Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Fri Apr 29, 2011 3:37 pm
by Denny
the directory?s contain still original crypted files, u can remove them if need.
http://www.multiupload.com/Q7R1LT6ZIA
Denny
Re: Internet@TV WidgetManager 400010001 Decrypted, enjoy.
Posted: Fri Apr 29, 2011 4:09 pm
by juusso
Hey, thank you!
I hope we could use it for B series...
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 3:12 am
by mirsev
card2000 wrote:the directory?s contain still original crypted files, u can remove them if need.
Good job!
How have you done this? I have a BD-C6900 blu-ray player which is very like the C series TVs:
http://forum.samygo.tv/viewtopic.php?f= ... 093#p14900
So, I would like to decrypt its WidgetManager as well... And, may be, its firmware. Do you think it is possible?
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 6:07 am
by decix
So what can I do with that decrypted software ?
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 7:35 am
by mirsev
You can look for some useful undocumented features and/or fix bugs.
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 8:36 am
by juusso
I tried to simply replace manager files with decrypded from C series (by overwriting existing and copying missing) - no success. In debug i saw - TV checked checksums and re-installed widget manager by it self.
It seems, C series widget manager is to port to B series to be used. Anyone could make such thing?
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 1:03 pm
by Denny
mirsev wrote:card2000 wrote:the directory?s contain still original crypted files, u can remove them if need.
Good job!
How have you done this? I have a BD-C6900 blu-ray player which is very like the C series TVs:
http://forum.samygo.tv/viewtopic.php?f= ... 093#p14900
So, I would like to decrypt its WidgetManager as well... And, may be, its firmware. Do you think it is possible?
you can copy/zip and upload it somwhere then i Decrypt it for u and upload it again, but i think it will be 100% same as i alredy upload the one but can be checked.
Denny
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sat Apr 30, 2011 3:30 pm
by mirsev
card2000 wrote:you can copy/zip and upload it somwhere then i Decrypt it for u and upload it again, but i think it will be 100% same as i alredy upload the one but can be checked.
Thank you but it would be great if you could share with us the method how you do this. Where can we get the source code for the decryption, encryption, and signing, as well as the required keys?
With your tools, is it possible to decrypt, modify, and then sign and encrypt the firmware RUF files?
Re: Internet@TV WidgetManager C series, Decrypted, enjoy.
Posted: Sun May 01, 2011 10:34 am
by moras86
Tray start Widget Manager from C on my B, but don't work

After copy it in place of original (v1.066) and modifying
config.xml file I start Internet@TV and got only rectangles borders with error message -
Missing object (or something similar).
I look inside some files and find functions for download widgets list. It is in file
WMCommon\OpenAPI\HAHubSiteAPI.js
Code:
Code: Select all
case this.GET_WIDGETLIST :
var tmpLanguageKeyword = WMMain.convertLangCodeToKeyword(DTVInfo.Value.languageCode);
url = WM_BASIC_PROTOCOL+DTVInfo.Value.ServerURI + "/service/widget/list";
if (tmpLanguageKeyword == "") {
if (WMMain.Flag.hiddenWidget) {
url += "?vlev=1";
} else {
url += "/";
}
} else {
if (WMMain.Flag.hiddenWidget) {
url += "?vlev=1&lang=" + tmpLanguageKeyword;
} else {
url += "?lang=" + tmpLanguageKeyword;
}
}
socketObj.setURL(XHRObject, method, url, "", CallBackFn, userData);
break;
from other file:
WM_BASIC_PROTOCOL =
http://
WM_SECURE_PROTOCOL =
https://
DTVInfo.Value.ServerURI =
infolink.pavv.co.kr/openapi
or DTVInfo.Value.ServerURI =
devinfolink.pavv.co.kr/openapi
So path is:
http://infolink.pavv.co.kr/openapi/service/widget/list
But TV send some data when connect and I got error after tray open site
