Tyx
12th March 2009, 19:34
480024
For some strange reason, BBC decided to stop 3G/GPRS for viewing tv channels in iplayer. Also only the newest phones can now be used N96, 5800 etc. The new version 1.6 not only does not support the N95, but now even with version 1.5 you are forced to only use wifi, and if you try with 3G, you get the annoying message 'Switch to wifi to play this programme'.
If you're like me and don't have a wifi connection but do have an unlimited GPRS access and prefer to use that on your N95, there is a way: You have to use a modified version 1 of the player:
Rename the .wgz to .zip, and open it.
In app_min.js which is in the js\ directory of the .wgz you have to replace the string
{_state="STATE_NON_WIFI";_self.setState(_state);return }
with
{_state="STATE_IS_MEDIA_AVAILABLE";return mediaSelector.mtis(_versionPid)}
and repack/rename the .wgz, then install iplayer.
This will re-enable viewing through 3G.
I attach here the modified file for those who have trouble doing it.
Note: This is just for N95 (8GB) users who want to use 3G. If you have a newer phone or you are using wifi, just download the official version of iplayer from the BBC website, don't use the version below.
Note 2: This is version 1, three versions back. This is the version that works with 3G. If you want 3G, do not upgrade.
For some strange reason, BBC decided to stop 3G/GPRS for viewing tv channels in iplayer. Also only the newest phones can now be used N96, 5800 etc. The new version 1.6 not only does not support the N95, but now even with version 1.5 you are forced to only use wifi, and if you try with 3G, you get the annoying message 'Switch to wifi to play this programme'.
If you're like me and don't have a wifi connection but do have an unlimited GPRS access and prefer to use that on your N95, there is a way: You have to use a modified version 1 of the player:
Rename the .wgz to .zip, and open it.
In app_min.js which is in the js\ directory of the .wgz you have to replace the string
{_state="STATE_NON_WIFI";_self.setState(_state);return }
with
{_state="STATE_IS_MEDIA_AVAILABLE";return mediaSelector.mtis(_versionPid)}
and repack/rename the .wgz, then install iplayer.
This will re-enable viewing through 3G.
I attach here the modified file for those who have trouble doing it.
Note: This is just for N95 (8GB) users who want to use 3G. If you have a newer phone or you are using wifi, just download the official version of iplayer from the BBC website, don't use the version below.
Note 2: This is version 1, three versions back. This is the version that works with 3G. If you want 3G, do not upgrade.