Difference between revisions of "Hulu Fix"

From WebOS Internals
Jump to navigation Jump to search
m
Line 7: Line 7:
 
-Go to tools, then Linux Commandline
 
-Go to tools, then Linux Commandline
  
Copy and paste:
+
Copy/paste/enter each line separately:
 
<pre><nowiki>
 
<pre><nowiki>
 
cd /
 
cd /
Line 17: Line 17:
 
== Install with Terminus/Putty/Novacom ==
 
== Install with Terminus/Putty/Novacom ==
  
Copy and paste:
+
Copy/paste/enter each line separately:
 
<pre><nowiki>
 
<pre><nowiki>
 
cd /
 
cd /

Revision as of 23:13, 25 August 2011

August 24th, 2011 Hulu decided to block video access to Touchpad users everywhere with no application in sight. This fix allows access to Hulu again, but may impact other Flash objects on the internet. What is affected is unknown at this point.


Install with WOSQI

-Open webOS Quick Install

-Go to tools, then Linux Commandline

Copy/paste/enter each line separately:

cd /
cp /usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so.bak
sed -i 's/WEB 10/WIN 10/' /usr/lib/BrowserServerPlugins/libflashplayer.so
reboot

Install with Terminus/Putty/Novacom

Copy/paste/enter each line separately:

cd /
cp /usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so.bak
sed -i 's/WEB 10/WIN 10/' /usr/lib/BrowserServerPlugins/libflashplayer.so
reboot


Undo Your Changes

Copy and paste the following into webOS Quick Install's Linux Commandline, or your Terminus/Putty/Novacom terminal:

cd /
cp /usr/lib/BrowserServerPlugins/libflashplayer.so.bak /usr/lib/BrowserServerPlugins/libflashplayer.so
reboot