Advertisement
Guest User

Touchpad Hulu Block Bypassed

a guest
Aug 25th, 2011
7,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Working Hulu access for HP Touchpad
  2.  
  3. GET:
  4. hexeditor, HxD
  5. Palm webos sdk
  6. usb cable, hint: it came with the tablet.
  7.  
  8. DO:
  9. MAKE SURE THE TOUCHPAD WEB BROWSER IS CLOSED.
  10. Turn on developer mode, google for help.
  11. install sdk, google for help.
  12. Add novaterm to sdk.
  13. Once you have a working Novaterm connection to the touchpad
  14.  
  15. cp /usr/lib/BrowserServerPlugins/libflashplayer.so /media/internal/libflashplayer.so
  16. mv /usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so.bak
  17.  
  18. Ok, so now we have a backup of the plugin, and a copy we can mod. End the novaterm session and access the standard usb flash storage. google for help.
  19.  
  20. open libflashplayer.so in your hexeditor, search for "WEB 10" you will find it @ offset 67F184. Now just change the E to I and the B to N. Save the file.
  21.  
  22. Eject the flash drive via safely remove hardware. Restart novaterm connection.
  23.  
  24. cp /media/internal/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so
  25. chmod 755 /usr/lib/BrowserServerPlugins/libflashplayer.so
  26.  
  27. That should do it. Start browser and check out great content like Lady Gaga in a bikini.
  28. Perhaps a nice dev will write a little patcher that makes this easier.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement