BlackBerry

出自 Arch Linux 中文维基

本文內容或本節內容已經過期。

原因: 請提供模板的第一個位置參數以概括原因。 (在Talk:BlackBerry討論)

這篇文章或章節的翻譯不反映原文。

原因:Not updated since its initial translation in 2011, out of sync with English page(在 Talk:BlackBerry# 中討論)

黑莓[編輯 | 編輯原始碼]

黑莓是由加拿大RIM公開發的移動電子郵件和智能手機終端. 除提供典型的智能手機應用(地址簿, 日曆, 待辦事項等等, 當然還有必不可少的通話功能), 黑莓更為人稱道的是其對電子郵件的完美支持. 它佔據智能手機市場20.8%的份額, 僅次於諾基亞的塞班系統.

注1 諾基亞已與微軟合作, 以Windows Phone 7為下一代手機系統. 雖然諾基亞仍在出產塞班手機, 但毫無疑問,塞班系統的時代已經結束了.

注2 黑莓的最大特色, Pushmail服務目前只在北美和歐洲地區支持. 中國移動正與黑莓合作, 試圖在國內推行Pushmail服務. 但費用極為昂貴, 並不適合個人用戶. 有興趣的莓友可以嘗試一些第三方軟件, 如Berrymail和尚郵Shangmail.

通過barry同步手機[編輯 | 編輯原始碼]

下面以Evolution與手機同步聯繫人和日曆為例說明.理論上, 同樣的步聚可適用其它的郵件和日曆客戶端, 包括kmail和Google日曆.

安裝如下包[編輯 | 編輯原始碼]

evolution 可從extra倉庫獲得
msynctool-stable - 可從aur倉庫獲得 - https://github.com/aur-archive/msynctool-stable
libopensync-plugin-evolution2-stable -可從aur倉庫獲得 - https://github.com/aur-archive/libopensync-plugin-evolution2-stable
barry - 可從aur倉庫獲得 - barryAUR

在編譯barry時, PKGBUILD文件中必須加上對opensync插件的支持. 可按照如下方式修改PKGBUILD文件.

./configure --prefix=/usr --enable-gui --enable-opensync-plugin

目前barry opensync插件只兼容opensync-stable和msynctool-stable包.

創建同步配對[編輯 | 編輯原始碼]

首先安裝evolution, 此步略過.

創建名為evoberry的同步組

msynctool --addgroup evoberry

把evolution和barry加入同步組

msynctool --addmember evoberry evo2-sync
msynctool --addmember evoberry barry-sync

配置evolution

msynctool --configure evoberry 1

將evolution保存數據文件設為默認.

<config>
<address_path>file:///home/user/.evolution/addressbook/local/system</address_path>
<calender_path>file:///home/user/.evolution/calendar/local/system</calender_path>
<tasks_path>file:///home/user/.evolution/tasks/local/system</tasks_path>
</config>

配置barry

msynctool --configure evoberry 2

按如下示例文件配置, 並修改Device值為當機手機PIN碼。

# This is the default configuration file for the barry-sync opensync plugin.
# Comments are preceded by a '#' mark at the beginning of a line.
# The config format is a set of lines of <keyword> <values>.
#
# Keywords available:
#
# DebugMode        - If present, verbose USB debug output will be enabled
#
# Device           - If present, it is followed by the following values:
#      PIN number    - PIN number of the device to sync with (in hex)
#      sync calendar - 1 to sync calendar, 0 to skip
#      sync contacts - 1 to sync contacts, 0 to skip
#
# Password secret  - If present, specifies the device's password in plaintext
#

#DebugMode

Device 00000000 1 1

#Password secret

開始同步[編輯 | 編輯原始碼]

確認evolution已經關閉, 同時手機已與電腦相連, 現在只需要輸入下述命令.

msynctool --sync evoberry