it
has been requested quite a few times around the forum, i know i wish i
could have found one a while ago, so here we go, the wonderful world of
Synce...
*NOTE/DISCLAIMER:*
Synce is NOT my project, i do NOT
promise it will work, and should your machine explode, i take no
responsibility (ok, fine, i take the responsibility to laugh
)
be
careful with synce, it can erase your entire PocketPC.... i would
suggest using the builtin backup tool and saving the backup somewhere
safe!
credit to:
Synce site
Storm of UbuntuForums (i used his howto for some of the linking stuff...)
alright onward and upward....
first we need to find out where your pocketpc is in dev...thanks again to storm for this part...
with your device unpluged type
Code:
ls /dev > /tmp/before
then plugin your device and type
Code:
ls /dev > /tmp/after
diff /tmp/before /tmp/after
hopefully it shows
ttyUSB0 (just remember wat this is!)
#如果你只是想知道怎么作可以实现同步,上面的部分可以不用操作,直接执行下面的CODE内容即可
then, you need a bunch of packages that are in the repository...
you can use synaptic, but im gonna write for apt-get
Code:
sudo apt-get install synce-dccm
sudo apt-get install synce-kde
sudo apt-get install synce-serial
(note: this guide is written for Gnome, but uses the synce-kde package... it works fine for me)
you need all the librarys that come with them...
also,
this is an optional step if you wanna try and synce your PIM data with
evolution (i have yet to be able to do this...partially from lack of
trying tho...)
Code:
sudo apt-get install multisync
sudo apt-get install synce-multisync-plugin
there is a howto on wat to do with multisync here
while
installing synce-serial a config window will pop-up, check the options,
default usually works fine...put in wat we found out earlier here
(ttyUSB0 for me)
next you need to download and install these debs...