I'm pretty sure it's NetFront 3.3 as that's currently what almost all Sony Ericsson mid to high end mobile phones currently run (04-OCT-2007) which are not running the Symbian OS.
I don't believe NetFront 3.2 supported compression, but could be wrong.
I've written an ECMAScript(JavaScript) on the SE K610iv mobile (Vodafone model) and it reports NetFront 3.3, it's in the UAProf document and it's in the User-Agent. Think Sony Ericsson started out using NetFront 3.3 and as yet have not started using NetFront 3.4 unless it's a phone released 'yesterday' like say the Sony Ericsson V640.
The phone was purchased new from Vodafone New Zealand and is being used from their. I'm not in the UK, but hopefully the question is the same.
I'm developing from an ISP and don't have access to a lot of the tools to debug the connection.
I can't get a strait answer out of ACCESS co. as they will not answer Sony Ericsson related NetFront questions due to contractual agreements with Sony Ericsson.
And the Sony Ercissons forum is a bit of a grave yard for questions.
I have thought about writing a small J2ME app. and see if I can test it that way. Thought I'd try the easy path first. :-)
The Sony Ericsson K610iv Header reports the following:
ACCEPT: multipart/mixed, application/vnd.wap.multipart.mixed, application/vnd.wap.xhtml+xml, application/xhtml+xml, text/vnd.wap.wml, */*, text/x-vcard, text/x-vcalendar, image/gif, image/vnd.wap.wbmp
ACCEPT-CHARSET: utf-8, utf-16, iso-8859-1, iso-10646-ucs-2, Shift_JIS, Big5
ACCEPT-ENCODING: deflate, gzip
ACCEPT-LANGUAGE: en
CONTENT-LENGTH: 0
HOST: vulpine.mobi
USER-AGENT: SonyEricssonK610iv/R6BC Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1
VIA: WTP/1.1 Vodafone wap3FTC (Nokia WAP Gateway 4.1/CD13/4.1.89), 1.1 vlsp1:9010 (squid/2.5.STABLE10)
X-FORWARDED-FOR: 172.27.71.133
X-NETWORK-INFO: GPRS,XXXXXXXXXXXX,unsecured
X-NOKIA-BEARER: GPRS
X-NOKIA-CONNECTION_MODE: TCP
X-NOKIA-GATEWAY-ID: NWG/4.1/Build89
X-NOKIA-MSISDN: XXXXXXXXXXXX
X-WAP-PROFILE: "http://wap.sonyericsson.com/UAprof/K610iR201-3G.xml"
Address: 202.73.206.32
Port: 25923
Method: GET
So it does indicate it supports compression encoding.
And just to be clear. I'm just viewing a standard XHTML-MP web page. Nothing fancy.
Also without further information I'm assuming that gzip on NetFront v3.3 extends to HTML web pages and not just file transfers.
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Compression Test</title>
<meta name="description" content="Simple page for compression test" />
</head>
<body>
<p>
Just include war and peace or Freud's psychoanalytic thoery as page content.
</p>
</body>
</html>
Thanks for any help.