Difference between revisions of "Hulu Fix"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Install with WOSQI == | == Install with WOSQI == | ||
-Open webOS Quick Install | -Open webOS Quick Install | ||
+ | |||
-Go to tools, then Linux Commandline | -Go to tools, then Linux Commandline | ||
Revision as of 19:07, 25 August 2011
August 24th, 2011 Hulu decided to block video access to Touchpad users everywhere with no application in sight.
Install with WOSQI
-Open webOS Quick Install
-Go to tools, then Linux Commandline
Copy and paste:
cd / mv /usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so.bak sed -i 's/WEB 10/WIN 10/' libflashplayer.so
Install with Terminus/Putty/Novacom
Copy and paste:
cd / mv /usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so.bak sed -i 's/WEB 10/WIN 10/' libflashplayer.so