You are looking at posts that were written in the month of October in the year 2008.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Posted on October 23rd, 2008 by Dave.
Categories: News.
I’ve tinkered with the code for the original 1.0 of the bbc iplayer software so it no longer insists on player shows over wifi. Find yourself a copy of the original (here: http://gerrymoth.googlepages.com/iplayer.wgz).
Rename it to a “.zip” file extract the content and edit the file called “app-min.js” in the iplayer/js/ folder using notepad.
Search for this string: data.response.IP_CONNTYPE===”wifi”&&data.response.IP_IS_UK_COMBINED===”yes”
and delete this part:
data.response.IP_CONNTYPE===”wifi”&&
Save the file.
Go up the folders and zip up the “iplayer” folder again. Rename it to a .wgz file and install it on to your phone.