
Originally Posted by
plutino
The web setting works through the UI setting, but I cannot get the Sync part to work using the UI. I have a 3110 classic.
Ooo ok ... well still, I'd prefer to keep just the proxy info in the provisioning files, and people can add more to there (like you did with GooSync) if they need it.
For those who want to know: Chris added the following settings into the NokiaJAVAProxy.wml file to get GooSync (google sync) to work. You should first try entering the settings directly into your phone, and if that doesn't work, try putting it in the provisioning file and sending to your phone.
Code:
<!-- GooSync Setting, by Chris (plutino on Nokia Forums) -->
<characteristic type="APPLICATION">
<parm name="APPID" value="w5"/>
<!-- Change 'CinProxy' to the proxy settings ID used in this file-->
<parm name="TO-PROXY" value="CinProxy"/>
<parm name="ADDR" value="http://www.goosync.com/sync/sync.aspx"/>
<characteristic type="RESOURCE">
<parm name="URI" value="./Calendar"/>
<parm name="NAME" value="Calendar DB"/>
<parm name="AACCEPT" value="text/x-vcalendar"/>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHNAME" value="your username"/>
<parm name="AAUTHSECRET" value="your pass"/>
</characteristic>
</characteristic>
Thanks Chris!
Ravi