Hulu Fix

From WebOS Internals
Jump to navigation Jump to search

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 and paste:

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

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
reboot