个人工具

“UbuntuHelp:PortableDevices/WindowsMobile”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示2个用户的12个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/PortableDevices/WindowsMobile}}
 
{{From|https://help.ubuntu.com/community/PortableDevices/WindowsMobile}}
 
{{Languages|UbuntuHelp:PortableDevices/WindowsMobile}}
 
{{Languages|UbuntuHelp:PortableDevices/WindowsMobile}}
 +
#title Windows Mobile
 
== Windows Mobile ==
 
== Windows Mobile ==
 
+
Users of Windows Mobile 6, Windows Mobile 5, Windows Mobile 2003 and PocketPC can sync Contacts, Calendar, Tasks and Files.
Ubuntu does not work with Windows Mobile 5 currently, although support is being worked on for the next version of the MultiSync's SyncCE plugin. Until that support comes, there are two possible solutions:
+
== Windows Mobile 5, 6, 6.1 ==
* Compiling the unfinished source code for the next version  of SyncCE yourself (this may help sync contacts, appointments, mail, etc)
+
The [http://www.synce.org  Synce] project enables USB sync with your device under Hardy, Intrepid and Jaunty. Full [http://www.synce.org/moin/SynceInstallation/Ubuntu/ModernDevice instructions including repository and download information] can be found on the [http://www.synce.org/moin/FrontPage Synce wiki]. There are a number of steps which must be followed exactly in order to set up a partnership between Ubuntu and your device. See their site for full details. There are several specific options you must choose for your specifc setup, so read carefully.
* Using a storage device that your computer cvan also read, such an an SD card (if your computer has a card reader) or Sandisk's SD+USB for file transfer.
+
The Synce utilities work with both Gnome (using Evolution) and KDE (using Kontact).
 
+
==== Additional Functionality of the Synce Utilities ====
Users of Windows Mobile 2003 and PocketPC can sync email, contacts, calender appointments with Evolution by installing the '''multisync''' package. See InstallingSoftware.
+
While no GUI has yet been developed, many of the basic functions of interface with the Windows Mobile 5 & 6 file system have been coded and may be used from the command line.
 
+
Usage is "synce-pcode" (substitute pcode for one of the specific examples below)
 
+
<pre><nowiki>
== O2 XDA Exec ==
+
* pcp    Copy files
 
+
* pls    List directory contents
 +
* pmkdir  Make directory
 +
* pmv    Move (rename) files
 +
* prm    Remove file
 +
* prmdir  Remove an empty directory
 +
* prun    Run a program
 +
* pstatus Display battery and storage space status about your device
 +
</nowiki></pre>
 +
Additionally, use
 +
<pre><nowiki>
 +
synce-install-cab
 +
</nowiki></pre>
 +
to install a .cab file on your mobile device.
 +
== Direct Access Your Windows Mobile 5 or 6 SD card ==
 +
Ubuntu does not currently support browsing a device's storage card directly. Until that support comes, there are two possible solutions:
 +
* Using Windows Mobile 6's USB storage mode
 +
* Using a storage device that your computer can also read, such an an SD card (if your computer has a card reader) or Sandisk's SD+USB for file transfer.
 +
The program [http://freewareppc.com/communication/wm5torage.shtml WM5torage] (freely available) can be installed on your WM6 device, and upon connection with a computer your memory card is then mounted as a removable drive.
 +
== Sync with an Online Calendar ==
 +
It is also possible to sync your WM6 calendar with an online calendar system, such as google calendar. The program OggSync does this for free, if you only have one category in your calendar. For syncing of more categories, you will have to buy the Pro version.
 +
Google has recently released [http://www.google.com/mobile/default/sync.html][mobile synchronising software]. It claims to synchronise contacts and calendar events via Exchange ActiveSync. You can currently utilise the GCALDaemon software to synchronise Gmail contacts and google calendar events with ubuntu software such as kontact and evolution. In this way you can perform a three-way sync wirelessly - although you may incur a data charge for the mobile sync. For the future, there appears to be some development using akonadi to synchronise ubuntu with google.
 +
(Bluetooth? Wi-Fi?)
 +
== Connecting to an Windows Mobile 2003 or PocketPC Device ==
 +
Plug in the device via the included USB cable.
 +
* Install the '''synce-dccm''', '''synce-serial''' and '''librra0-tools''' packages. To sync with Evolution, you'll also need the '''multisync''', '''synce-multisync-plugin''', '''libmultisync-plugin-evolution''' and '''libmultisync-plugin-backup''' packages. See [[UbuntuHelp:InstallingSoftware|Installing Software]]. The packages installer will ask various questions about how to connect to your device:
 +
* Leave the serial interface as "/dev/ttyUSB0"
 +
* Leave the default local IP address "192.168.131.102"
 +
* Leave the default remote IP address "192.168.131.201"
 +
* Set the IP address of your DNS server to "192.168.0.1"
 +
* Make sure ports 5678, 5679 and 990 are not blocked by a firewall
 +
* Click '''Applications''' -> '''Accessories''' -> '''Terminal'''. In the Terminal window, run:
 +
<pre><nowiki>
 +
    dccm
 +
    sudo synce-serial-start
 +
  </nowiki></pre>
 +
Depending on your device you may have to run the sudo synce-serial-start command within a few seconds of powering the Windows Mobile device on. The computer should now show: <code><nowiki> synce-serial-start is now waiting for your device to connect</nowiki></code>. The Windows Mobile Device should appear connected, in a similar way to when connected via ActiveSync on Windows.
 +
== Synchronizing with Evolution ==
 +
* Click '''Applications''' -> '''Accessories''' -> '''Multisync'''
 +
* Click '''New'''
 +
* First plugin: SynCE Plugin
 +
* Second plugin: Ximian Evolution 2
 +
* Display Name: <whatever you what to call it>
 +
* Data types to synchronize: Calendar + Addressbook + Tasks
 +
* to disconnect the Windows Mobile device:
 +
* Shutdown Multisync
 +
* "killall -HUP dccm" to kill the serial connection.
 +
* As a last resort, run "synce-serial-abort", if the above command doesn't work.
 +
== Troubleshooting ==
 +
* If you  forget to run "dccm" before synce-serial-start, power off the pocket pc  and run
 +
<pre><nowiki>
 +
      sudo rmmod ipaq
 +
      sudo rmmod ehci_hcd
 +
      sudo rmmod uhci_hcd
 +
      sudo rmmod usbserial
 +
    </nowiki></pre>
 +
Note: these must be run in a certain order, try a different order if it doesn't work.
 +
* If syncronisation still doesn't work, close multisync and then run
 +
<pre><nowiki>
 +
      synce-matchmaker create 1
 +
    </nowiki></pre>
 +
If 1 doesn't work, try 2.
 +
* If synce-serial-start is unable to find the file /etc/ppp/peers/synce-device then run the following and re-try
 +
<pre><nowiki>
 +
      sudo synce-serial-config ttyUSB0
 +
    </nowiki></pre>
 +
== Wireless Modem ==
 
I have successfully used my XDA Exec as a wireless modem with my Laptop. This is how I got it to work(roughly) :
 
I have successfully used my XDA Exec as a wireless modem with my Laptop. This is how I got it to work(roughly) :
 +
1. Start the Windows Mobile device in the wireless modem mode from Start-> Programs -> Wireless Modem
 +
2. Now connect the USB cable to the computer.
 +
3. In a Terminal, run
  
1.Start the XDA in the wireless modem mode from Start-> Programs -> Wireless Modem
+
<pre><nowiki>
 
+
wvdialconf
2.Now Connect the USB cable to the PC/laptop.
+
</nowiki></pre> to see if it detects it as a modem. If this doesn't work, edit the "/etc/wvdial.conf" file as follows:
 
+
3.Type "dmesg", my out put was something like this:
+
 
+
 
+
[ 2460.552000] usb 2-2: new full speed USB device using uhci_hcd and address 2
+
[ 2460.716000] usb 2-2: configuration #1 chosen from 1 choice
+
[ 2472.468000] usb 2-2: USB disconnect, address 2
+
[ 2619.388000] usb 2-2: new full speed USB device using uhci_hcd and address 3
+
[ 2619.552000] usb 2-2: configuration #1 chosen from 1 choice
+
[ 2640.444000] usb 2-2: USB disconnect, address 3
+
[ 2679.908000] usb 2-2: new full speed USB device using uhci_hcd and address 4
+
[ 2680.084000] usb 2-2: configuration #1 chosen from 1 choice
+
[ 2680.956000] usbcore: registered new interface driver usbserial
+
[ 2680.960000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
+
[ 2680.960000] usbcore: registered new interface driver usbserial_generic
+
[ 2680.960000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
+
[ 2680.992000] drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA
+
[ 2680.992000] drivers/usb/serial/ipaq.c: USB PocketPC PDA driver v0.5
+
 
+
4. Now type "wvdialconf" to see if it detects it as a modem. In my case there segmentation fault but I ignored and carried on!
+
5. Edit the "/etc/wvdial.conf" file as follows:
+
 
+
 
[Dialer Defaults]
 
[Dialer Defaults]
 
Modem = /dev/ttyUSB0
 
Modem = /dev/ttyUSB0
第52行: 第99行:
 
ISDN = 0
 
ISDN = 0
 
Modem Type = Analog Modem
 
Modem Type = Analog Modem
 +
6. Now type "wvdial" in the command prompt, it should now connect.
  
6. Now type "wvdial" in the command prompt, it should now connect.
+
== Compatibilty ==
 +
Devices that are known to work with this howto:
 +
* HP iPaq hx4150
 +
* HP iPaq rx3115
 +
* HP iPaq h2215/h2210
 +
* HP iPaq h1940
 +
* HP iPaq h1930
 +
* DELL Axim X3i & X30 & X50v
 +
* XDA IIs
 +
* i-mate JAM [windows ce 2003]
 +
* Acer n50 Premium
 +
* Samsung SPH-i700
 +
* i-mate JAQ
 +
* T-Mobile Dash (WM6)
 +
* please add your devices to this list if it works for you
 +
== Troubleshooting  ==
 +
To check your Windows Mobile Device has been detected, click '''System''' -> '''Administration'' -> '''System Log''', then select '''messages'''.  
 +
Alternatively, run <code><nowiki>dmesg</nowiki></code> in a terminal.
 +
The results should look like the following:
 +
<pre><nowiki>
 +
    [4312964.212000] usb 5-3.4: new full speed USB device using ehci_hcd and address 3
 +
    [4312966.410000] usbcore: registered new driver usbserial
 +
    [4312966.416000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
 +
    [4312966.419000] usbcore: registered new driver usbserial_generic
 +
    [4312966.419000] drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
 +
    [4312966.439000] drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA
 +
    [4312966.439000] drivers/usb/serial/ipaq.c: USB PocketPC PDA driver v0.5
 +
    [4312966.443000] ipaq 5-3.4:1.0: PocketPC PDA converter detected
 +
    [4312966.445000] usb 5-3.4: PocketPC PDA converter now attached to ttyUSB0
 +
    [4312966.445000] usbcore: registered new driver ipaq
 +
</nowiki></pre>
 +
== Comment ==
 +
1- STOP sl-modem-daemon :
 +
<pre><nowiki>
 +
PocketPC PDA ttyUSB1: PocketPC PDA converter now disconnected from ttyUSB1
 +
ipaq 2-1:1.0: device disconnected
 +
</nowiki></pre>
 +
I find this is by sl-modem-daemon and I need to stop this to get it work!
 +
*TODO:
 +
*How can i use other ppp port like ppp1 not ppp0 like what the modem and pocket pc use now.
 +
2- Show "Resync" button:
 +
from multisync options > show "Resync" button
 +
than use it to do sync it work with me like that
 +
3-change the option on Ximian Evolution 2 -optional-
 +
to use address contact task from Evolution.
 +
----
 +
[[UbuntuHelp:[[category:CategoryPDA|[[category:CategoryPDA]]]]
 +
== See also ==
 +
* [http://multisync.sourceforge.net/ MultiSync]
 +
* [http://synce.sourceforge.net/synce/howto.php SynCE - Linux USB HOWTO]
 +
* [http://www.synce.org/index.php/Installation_Guides SynCE - Installation Guides]
 +
* [http://wm5torage.en.softonic.com/windowsmobile WM5torage]
 +
* [http://oggsync.com/ OggSync]
 +
* [http://ubuntuforums.org/showthread.php?t=30936 HOWTO: Pocket PC Syncing with Evolution]
 
----
 
----
[[UbuntuHelp:[[category:CategoryPDA]]]]
+
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:55的最新版本

  1. title Windows Mobile

Windows Mobile

Users of Windows Mobile 6, Windows Mobile 5, Windows Mobile 2003 and PocketPC can sync Contacts, Calendar, Tasks and Files.

Windows Mobile 5, 6, 6.1

The Synce project enables USB sync with your device under Hardy, Intrepid and Jaunty. Full instructions including repository and download information can be found on the Synce wiki. There are a number of steps which must be followed exactly in order to set up a partnership between Ubuntu and your device. See their site for full details. There are several specific options you must choose for your specifc setup, so read carefully. The Synce utilities work with both Gnome (using Evolution) and KDE (using Kontact).

Additional Functionality of the Synce Utilities

While no GUI has yet been developed, many of the basic functions of interface with the Windows Mobile 5 & 6 file system have been coded and may be used from the command line. Usage is "synce-pcode" (substitute pcode for one of the specific examples below)

 * pcp     Copy files
 * pls     List directory contents
 * pmkdir  Make directory
 * pmv     Move (rename) files
 * prm     Remove file
 * prmdir  Remove an empty directory
 * prun    Run a program
 * pstatus Display battery and storage space status about your device

Additionally, use

synce-install-cab

to install a .cab file on your mobile device.

Direct Access Your Windows Mobile 5 or 6 SD card

Ubuntu does not currently support browsing a device's storage card directly. Until that support comes, there are two possible solutions:

  • Using Windows Mobile 6's USB storage mode
  • Using a storage device that your computer can also read, such an an SD card (if your computer has a card reader) or Sandisk's SD+USB for file transfer.

The program WM5torage (freely available) can be installed on your WM6 device, and upon connection with a computer your memory card is then mounted as a removable drive.

Sync with an Online Calendar

It is also possible to sync your WM6 calendar with an online calendar system, such as google calendar. The program OggSync does this for free, if you only have one category in your calendar. For syncing of more categories, you will have to buy the Pro version. Google has recently released [1][mobile synchronising software]. It claims to synchronise contacts and calendar events via Exchange ActiveSync. You can currently utilise the GCALDaemon software to synchronise Gmail contacts and google calendar events with ubuntu software such as kontact and evolution. In this way you can perform a three-way sync wirelessly - although you may incur a data charge for the mobile sync. For the future, there appears to be some development using akonadi to synchronise ubuntu with google. (Bluetooth? Wi-Fi?)

Connecting to an Windows Mobile 2003 or PocketPC Device

Plug in the device via the included USB cable.

  • Install the synce-dccm, synce-serial and librra0-tools packages. To sync with Evolution, you'll also need the multisync, synce-multisync-plugin, libmultisync-plugin-evolution and libmultisync-plugin-backup packages. See Installing Software. The packages installer will ask various questions about how to connect to your device:
  • Leave the serial interface as "/dev/ttyUSB0"
  • Leave the default local IP address "192.168.131.102"
  • Leave the default remote IP address "192.168.131.201"
  • Set the IP address of your DNS server to "192.168.0.1"
  • Make sure ports 5678, 5679 and 990 are not blocked by a firewall
  • Click Applications -> Accessories -> Terminal. In the Terminal window, run:
    dccm
    sudo synce-serial-start
  

Depending on your device you may have to run the sudo synce-serial-start command within a few seconds of powering the Windows Mobile device on. The computer should now show: synce-serial-start is now waiting for your device to connect. The Windows Mobile Device should appear connected, in a similar way to when connected via ActiveSync on Windows.

Synchronizing with Evolution

  • Click Applications -> Accessories -> Multisync
  • Click New
  • First plugin: SynCE Plugin
  • Second plugin: Ximian Evolution 2
  • Display Name: <whatever you what to call it>
  • Data types to synchronize: Calendar + Addressbook + Tasks
  • to disconnect the Windows Mobile device:
  • Shutdown Multisync
  • "killall -HUP dccm" to kill the serial connection.
  • As a last resort, run "synce-serial-abort", if the above command doesn't work.

Troubleshooting

  • If you forget to run "dccm" before synce-serial-start, power off the pocket pc and run
      sudo rmmod ipaq
      sudo rmmod ehci_hcd
      sudo rmmod uhci_hcd
      sudo rmmod usbserial
    

Note: these must be run in a certain order, try a different order if it doesn't work.

  • If syncronisation still doesn't work, close multisync and then run
      synce-matchmaker create 1
    

If 1 doesn't work, try 2.

  • If synce-serial-start is unable to find the file /etc/ppp/peers/synce-device then run the following and re-try
      sudo synce-serial-config ttyUSB0
    

Wireless Modem

I have successfully used my XDA Exec as a wireless modem with my Laptop. This is how I got it to work(roughly) : 1. Start the Windows Mobile device in the wireless modem mode from Start-> Programs -> Wireless Modem 2. Now connect the USB cable to the computer. 3. In a Terminal, run

wvdialconf
to see if it detects it as a modem. If this doesn't work, edit the "/etc/wvdial.conf" file as follows:

[Dialer Defaults] Modem = /dev/ttyUSB0 Baud = 115200 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Carrier Check = no Stupid Mode = no Phone = *99# Username = Password = New PPPD = yes ISDN = 0 Modem Type = Analog Modem 6. Now type "wvdial" in the command prompt, it should now connect.

Compatibilty

Devices that are known to work with this howto:

  • HP iPaq hx4150
  • HP iPaq rx3115
  • HP iPaq h2215/h2210
  • HP iPaq h1940
  • HP iPaq h1930
  • DELL Axim X3i & X30 & X50v
  • XDA IIs
  • i-mate JAM [windows ce 2003]
  • Acer n50 Premium
  • Samsung SPH-i700
  • i-mate JAQ
  • T-Mobile Dash (WM6)
  • please add your devices to this list if it works for you

Troubleshooting

To check your Windows Mobile Device has been detected, click System' -> Administration -> System Log, then select messages. Alternatively, run dmesg in a terminal. The results should look like the following:

    [4312964.212000] usb 5-3.4: new full speed USB device using ehci_hcd and address 3
    [4312966.410000] usbcore: registered new driver usbserial
    [4312966.416000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
    [4312966.419000] usbcore: registered new driver usbserial_generic
    [4312966.419000] drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
    [4312966.439000] drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA
    [4312966.439000] drivers/usb/serial/ipaq.c: USB PocketPC PDA driver v0.5
    [4312966.443000] ipaq 5-3.4:1.0: PocketPC PDA converter detected
    [4312966.445000] usb 5-3.4: PocketPC PDA converter now attached to ttyUSB0
    [4312966.445000] usbcore: registered new driver ipaq

Comment

1- STOP sl-modem-daemon :

PocketPC PDA ttyUSB1: PocketPC PDA converter now disconnected from ttyUSB1
ipaq 2-1:1.0: device disconnected

I find this is by sl-modem-daemon and I need to stop this to get it work!

  • TODO:
  • How can i use other ppp port like ppp1 not ppp0 like what the modem and pocket pc use now.

2- Show "Resync" button: from multisync options > show "Resync" button than use it to do sync it work with me like that 3-change the option on Ximian Evolution 2 -optional- to use address contact task from Evolution.


[[UbuntuHelp:[[category:CategoryPDA|]]

See also