Sync and connect with Windows Mobile (Русский)
Эта страница является руководством по подключению вашего устройства Windows Mobile к Archlinux, после прочтения которого вы сможете подключать и синхронизировать ваше мобильное устройство так же, как и в Windows. Для достижения этой цели используется KDE-приложение synce-kdeAUR, но пользователи GNOME и *box могут не беспокоиться: его qt-зависимости очень маленькие.
Contents
Установка
Установите следующие пакеты:
- synce-odccmAUR[ссылка недействительна: сохранено в aur-mirror]
- synce-kdeAUR
- synce-sync-engineAUR
Подключение к телефону
- Запустите odccm:
# odccm
- Запустите sync-engine. Вы можете использовать опцию
-d
для запуска в фоновом режиме в качестве демона - Запустите synce-kpm
- Подключите свой телефон
Теперь вы можете подключить и синхронизировать свой телефон через кабель. Перед синхронизацией вы должны создать "партнёрство" со своим телефоном, используя ActiveSync. Точно так же, как и в Windows.
Решение проблем
Если ваше устройство не обнаруживается в synce-kpm, убедитесь, что в настройках синхронизации включена опция "ActiveSync", а не "Mass Storage Device" или подобная (Настройки - Подключения - USB подключения).
Other problems
There is only one problem I have experienced with this. Sometimes it will stop working, and you will get an error report on your phone saying device.exe had a problem and was teminated. To fix this, simply go to USB-connection setting, choose "mass storage device" and select Ok, and then select "active sync" and again ok.
If the above did not work, you might have to quit/kill sync-engine and odccm, and restart them. Start odccm first. This seems to be necessary when sync-engine is stuck at " Authorization pending - waiting for password on device" You will get output if you start sync-engine without the -d option.
I think this problem arises after the phone has suspended, but I'm not quite sure what really causes it.
Work with PocketPC files from file manager
There is a SynCE FS project, which is aimed to provide a possibility to work with winmobile device filesystem as a remote filesystem. It ts based on SynCE and Coda.
Установите пакет syncefsAUR[ссылка недействительна: сохранено в aur-mirror]. To use SynCE FS, you need a working SynCE installation.
At the first step you need to load coda
модуль ядра.
At the next step you need to start SynCE tools: odccm
and sync-engine
.
Finally you can mount your PocketPC filesystem with a command:
mount /mnt/synce
(Directory /mnt/synce is normally created during installation. If not - please create it manually.)
Now you can use your PocketPC filesystem from /mnt/synce directory.
To mount PocketPC filesystem as ordinal user (non-root), you need to add the following to your fstab:
none /mnt/synce cefs rw,user,noauto,codadev=/dev/cfs0 0 0