个人工具

UbuntuHelp:PortableDevices/WindowsMobile

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 15:20的版本

跳转至: 导航, 搜索

Windows Mobile

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:

  • Compiling the unfinished source code for the next version of SyncCE yourself (this may help sync contacts, appointments, mail, etc)
  • 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.

Users of Windows Mobile 2003 and PocketPC can sync email, contacts, calender appointments with Evolution by installing the multisync package. See InstallingSoftware.


O2 XDA Exec

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 XDA in the wireless modem mode from Start-> Programs -> Wireless Modem

2.Now Connect the USB cable to the PC/laptop.

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] 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.


[[UbuntuHelp:]]