BD-D8900

Samsung's BluRay player related hacks.
Post Reply

NeoMoucha
SamyGO Project Donor
Posts: 86
Joined: Sat Dec 10, 2011 9:18 pm

BD-D8900

Post by NeoMoucha »

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...
I love SamyGO :)
NeoMoucha
SamyGO Project Donor
Posts: 86
Joined: Sat Dec 10, 2011 9:18 pm

Re: BD-D8900

Post by NeoMoucha »

Really no way to downgrade? :cry: :cry: :cry:
I love SamyGO :)
NeoMoucha
SamyGO Project Donor
Posts: 86
Joined: Sat Dec 10, 2011 9:18 pm

Re: BD-D8900

Post by NeoMoucha »

Still nothing? :(
I love SamyGO :)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: BD-D8900

Post by juusso »

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
NeoMoucha
SamyGO Project Donor
Posts: 86
Joined: Sat Dec 10, 2011 9:18 pm

Re: BD-D8900

Post by NeoMoucha »

I wish I could help ... :|
I love SamyGO :)
n222221n
Posts: 3
Joined: Mon Jan 11, 2016 1:21 pm

Re: BD-D8900

Post by n222221n »

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.
You do not have the required permissions to view the files attached to this post.

Post Reply

Return to “BluRay Players”