![]() |
Home Recent Work Science Fair About Me Contact Me Software |
Overview Wouldn't it be nice to see the entire filesystem in your blu-ray player's browser? Maybe not necessary, especially if you can get telnet access, but cool anyway. Fortunately it's a pretty small change, but it does require custom firmware. There is a file /usr/browser/defaultpage/urlfilter.ini which specifies which URLs are allowed and which are not. By default it allows http://, but blocks file:/// (local) URLs. I modified this file to contain only (I kept the comments too, but they're not important):
Now all URLs are allowed. Simple right? Then you need to re-generate the firmware and flash it to your player. One annoyance I will give more details about later is that bdpprog by default clears file:/// URLs. They do that because the start page is local, so otherwise you will see the start page URL when entering your first URL. I modified a few bytes of bdpprog to change this behaviour. Conclusion You will need to:
DISCLAIMER Downgrading has been successfully tested. That's all I can confirm. Modifying firmware is risky, may violate EULA agreements, and can potentially brick your Blu-Ray player. Please try this at your own risk! |
Copyright © 2013-2014 Malcolm Stagg