Hi there, please help me.
I have my CID52 K530i debranded to W660i.
I have been struggling with changing its WAP User Agent string for a couple of months.
My operator is blocking my phone accessing to their local services, WAP access etc.
And, they are also blocking MMS...
This is because K530i nor W660i are not their official phone model, and they're watching its WAP user agent string.
One guy here says that SE phone's User Agent string is written in default.xml and can be updated by customize_upgrade.xml.
Following are what I've done.
- Wrote customize.upgrade.xml as below.
[customize_upgrade.xml]
<?xml version="1.0" encoding="UTF-8"?>
<customization>
<info>
<phone-name>911T</phone-name>
</info>
<wap>
<user-agent-string>SoftBank/1.0/911T/TJ002/SN[Serial Number] Browser/NetFront/3.3Profile/MIDP-2.0Configuration/CLDC-1.1</user-agent-string>
</wap>
</customization>
- Flash with XS++ 3.2
Putting wrote customize_upgrade.xml under tpa/......
Only chose "own custpack".
Went well.
- Results
I could see phone name changed to 911T on the phone display.
By accessing to a server that reflects client parameters, my User Agent string became to be below.
SonyEricsson911T/R8BB Browser/NetFront/3.3Profile/MIDP-2.0Configuration//CLDC-1.1
Failed...:(
SoftBank/1.0/911T/TJ002/SN[Serial Number] Browser/NetFront/3.3Profile/MIDP-2.0Configuration/CLDC-1.1
This is what I want!!
The first letter "SonyEricsson" must be coming from somewhere in FS.
The second letter "911T" must be coming from the phone name I changed.
The rest of letters must be coming from FS too.
So please someone tell me what is the proper ways of doing this.
Can I replace "SonyEricsson" with the other letter?
Can I replace rest of UA string with the other letter?
Since I have no idea how I can read default.xml in the phone, it'll be helpful if I could read it in order to write proper customize_upgrade.xml.
If I'm going to a wrong way, please advise.
Thank you