google-code-export / prssr

Automatically exported from code.google.com/p/prssr
GNU General Public License v2.0
1 stars 0 forks source link

images not downloaded inside texts #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think, I found how to make your program downloaded images inside texts with 
french vodafone SFR 3G operator, with the option "pass surf 2.0"
(HTC Touch HD)

in facts , your software uses as user agent this registry settings :

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet 
Settings\5.0\User Agent\Templates\Pocket PC

"Platform"="Windows CE; PPC; 240x320"

"UA-Language"="JavaScript" 

"Compatible"="compatible" 

@="Mozilla/4.0" 

and for the streaming, it uses this one :

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet 
Settings\5.0\User Agent\Templates\Same as Windows XP

which have other values that are filtered by the french vodafone SFR 3G 
operator , with the option "pass surf 2.0" (I'm sure, other operators and/or 3G 
Subscriptions !)

The trick is to copy the "Platform" key from "Pocket PC" to "Same as Windows 
XP".

But I think it shouold be easier that you change your settings in your programm 
to always use the "Pocket PC" registry information !!

Hope my return will help you anyway !!

Original issue reported on code.google.com by pald...@gmail.com on 5 Jan 2011 at 8:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
User-Agent string was changed to IE9 standart request string without Windows CE 
IDs.

Original comment by cyberman...@gmail.com on 4 Jan 2012 at 5:49