Is there a way to revert the firmware to old version 1007 which is supported by SamyGO? I got the USB original 1007 version ready...
BD-D8900
BD-D8900
Hi all, unfortunately my Samsung BD-D8900 was defect and it came repaired with upgraded firmware to latest version (1016), so I can't install SamyGO anymore 
Is there a way to revert the firmware to old version 1007 which is supported by SamyGO? I got the USB original 1007 version ready...
Is there a way to revert the firmware to old version 1007 which is supported by SamyGO? I got the USB original 1007 version ready...
I love SamyGO 
Re: BD-D8900
it`s a pity
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: BD-D8900
Hi All,
maybe it will help for somebody,
I had a bit time to play with my BD D8900 EN FW 1017-2 and did a read OS file modified widget from BBC widget with a simple code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Z_Read_OS_File</title>
<script type="text/javascript" language="javascript" src="$MANAGER_WIDGET/Common/API/Widget.js"></script>
<script type="text/javascript" language="javascript">
function init() {
var widgetAPI = new Common.API.Widget();
widgetAPI.sendReadyEvent();
}
function readfile() {
alert(document.getElementById('iframe').contentDocument.body.firstChild.innerHTML);
}
</script>
</head>
<body onload='init();' bgcolor="#FF0000">
<iframe id='iframe' src = 'file:///proc/mounts' onload='readfile()' height=1000 width=900> </iframe>
</body>
</html>
It is really very easy to access an OS file from javascript.
maybe it will help for somebody,
I had a bit time to play with my BD D8900 EN FW 1017-2 and did a read OS file modified widget from BBC widget with a simple code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Z_Read_OS_File</title>
<script type="text/javascript" language="javascript" src="$MANAGER_WIDGET/Common/API/Widget.js"></script>
<script type="text/javascript" language="javascript">
function init() {
var widgetAPI = new Common.API.Widget();
widgetAPI.sendReadyEvent();
}
function readfile() {
alert(document.getElementById('iframe').contentDocument.body.firstChild.innerHTML);
}
</script>
</head>
<body onload='init();' bgcolor="#FF0000">
<iframe id='iframe' src = 'file:///proc/mounts' onload='readfile()' height=1000 width=900> </iframe>
</body>
</html>
It is really very easy to access an OS file from javascript.
You do not have the required permissions to view the files attached to this post.