fumingxia 发表于 2018-6-17 15:43:52

ubuntu 9.10与Windows Mobile同步

转自:http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=238305&start=0  这里只是我的操作步骤,没有完全按照网络上说的做,ubuntu 9.10不用添加那几个源,不是这个版本的朋友,可以选择升级到9.10或者搜网上现有的方法。本文并不能保证你的wm智能机与pc正常连接。。。
  1、首先安装odccm:
代码:sudo apt-get install odccm  解释:(odccm - Daemon to keep a connection to Windows Mobile device)
  2. 安装synce包
代码:sudo apt-get install librra-tools librapi2-tools synce-trayicon  3. 安装opensynce支持包
代码:sudo apt-get install multisync-tools opensync-plugin-evolution opensync-plugin-synce  4. 运行snyc引擎:
代码:synce-sync-engine  运行后才连接ppc或sp手机,然后可用synce-pls命令查看是否可查看到pda信息。如果能看到你设备上的文件列表,那么已经成功连接你的设备至电脑。
  5. 配置同步关系
代码:synce-create-partnership “Linux desktop” “Contacts,Calendar,Tasks,Files”代码:msynctool –addgroup synce-sync代码:msynctool –addmember synce-sync synce-opensync-plugin代码:msynctool –addmember synce-sync evo2-sync  注:上面的“Linux desktop”是标识与你手机同步的电脑名称,长度可小于20个字符,按照自己的意愿设置. 而“Contacts,Calendar”可包括以下项目(也就是指定需要同步的项目,多个项目以逗号隔开且不得包含空格):
  * 联系人(Contacts)
  * 日历(Calendar)
  * 任务(Tasks)
  * 文件(Files)
  6.console同步命令:
代码:msynctool –sync synce-sync  觉得这个比较麻烦的话,可以安装gui同步工具:
代码:sudo apt-get install multisync0.90  在应用程序–>附件–> multisync-gui运行即可
  至此,所有的都安装完毕。
  以后每次同步步骤:
  a. 终端运行synce-sync-engine,并不要关闭终端
  b. 连接你的ppc
  c. 运行multisync-gui,刷新即是同步
  d. 同步完成后,用Ctrl+c关闭synce-sync-engine。
  e. 拔掉ppc数据线
  实际上运行synce-sync-engine后,ppc就可以通过电脑来上网了,你不一定非要同步
页: [1]
查看完整版本: ubuntu 9.10与Windows Mobile同步