<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>旁观者 - 郑昀 - sync4j</title><link>http://blog.csdn.net/zhengyun_ustc/category/147680.aspx</link><description>手机等设备同步电话本/日程/记事本的开源服务器端</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 11:53:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>郑昀</dc:creator><title>注意我写的OTA短信同步设置的代码有很多问题</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/12/20/557273.aspx</link><pubDate>Tue, 20 Dec 2005 16:00:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/12/20/557273.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/557273.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/12/20/557273.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/557273.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=557273</trackback:ping><description>最近一些网友询问《[OTA]制作OTA短信来配置手机与服务器同步》和《[SMS&amp;WAP]实例讲解制作OTA短信来自动配置手机WAP书签[附源码] 》的代码问题。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/557273.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[OTA]制作OTA短信来配置手机与服务器同步</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/26/489763.aspx</link><pubDate>Mon, 26 Sep 2005 15:50:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/26/489763.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/489763.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/26/489763.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/489763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=489763</trackback:ping><description>利用本文档提供的源代码，您可以将一个SyncSettings XML文档翻译为发送到手机上的二进制内容，并可以自动分包。手机收到之后，就可以存入同步设置，与你所指定的服务器进行同步了。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/489763.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[wbxml]使用Perl封装的WBXML的方法 </title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485907.aspx</link><pubDate>Tue, 20 Sep 2005 19:16:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485907.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/485907.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485907.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/485907.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=485907</trackback:ping><description>利用Perl库XML::WBXML，

就可以执行XML和WBXML(Wap Binary XML)之间的自由转换了：

use XML::WBXML;

 

  $wbxml = XML::WBXML::xml_to_wbxml($xml);

$xml = XML::WBXML::wbxml_to_xml($wbxml);

 下面我说一下如何编译这个包。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/485907.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[sync4j]Nokia手机和sync4j服务器同步的第四次手机登录,手工新建了syncSource同步源 </title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485703.aspx</link><pubDate>Tue, 20 Sep 2005 14:48:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485703.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/485703.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/20/485703.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/485703.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=485703</trackback:ping><description>在sync4j社区看到一个话题，讨论如何纠正Nokia系列手机会自动在远程数据库前面添加一个“./”符号。据Harrie说，“You can work around this by configure a similar syncsource

 as the one with the scard URI. Create with the admin tool

 a similar syncsource that has the URI ./scard.”

也就是说，我们需要自己到Sync4j Admin中，配置一个数据库源。
&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/485703.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[sync4j]Nokia手机和sync4j服务器同步的第三次尝试</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/485267.aspx</link><pubDate>Mon, 19 Sep 2005 22:31:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/485267.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/485267.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/485267.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/485267.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=485267</trackback:ping><description>第三次手机登录：
按照前面所说的，设置手机上面的“远程数据库”为“./contact”，然后做手机同步。

 

结果，经过漫长的初始化时间，手机上报告错误

“连接错误

同步类型不被支持

无法和服务器同步”&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/485267.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>Sync4j的Nokia手机实践结果 </title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/484553.aspx</link><pubDate>Mon, 19 Sep 2005 10:39:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/484553.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/484553.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/09/19/484553.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/484553.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=484553</trackback:ping><description>配置好Sync4j服务器后，我在Nokia手机上设置好同步，准备和这个远端服务器进行联系人的同步。

下面的日志记录了两次失败的过程.

看了别家的应用，估计应该是这样：
在"远程数据库"输入"./contact"，而不是像我开始输入的“scard”，这样就可以了。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/484553.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>