W510

From Moto4Lin

Jump to: navigation, search


Trying to get moto4lin to work with my w510:

tail -f /var/log/messages

 Jan 13 14:25:27 localhost kernel: usb 1-1: new full speed USB device using uhci_hcd and address 8
 Jan 13 14:25:27 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
 Jan 13 14:25:28 localhost kernel: cdc_acm 1-1:1.0: ttyACM0: USB ACM device
 Jan 13 14:25:28 localhost kernel: usbcore: registered new driver cdc_acm
 Jan 13 14:25:28 localhost kernel: drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters

lsmod | grep acm

 cdc_acm                14496  0 
 usbcore               113412  4 cdc_acm,ehci_hcd,uhci_hcd

lsusb | grep Motorola

 Bus 001 Device 009: ID 22b8:4901 Motorola PCS

p2ktest

 P2k Test program
 
 Detecting phone... phone detected
 Using:
   ACM device : /dev/ttyACM0
   AT device  : 22b8:4902
   P2K device : 22b8:4901
> version
 FSAC version: 02.00
> model
 Phone Model: W510
> volumes
 Volumes: /a /c /b

The file system can be listed with p2ktest.

moto4lin GUI:

 [info] Phone is unpluged
 [info] Phone pluged as AT
 [info] Switching device /dev/ttyACM0 to P2K mode...
 [info] AT E0 answer: AT E0 OK 
 [info] Phone answer: OK 
 [info] Phone is unpluged
 [info] Phone pluged as P2K
 Try to connect
 [info] Phone connected as P2K
 [info] Sending control message failed.. Retry...
 [info] Sending control message failed.. Retry...
 [error] Unable to get phone model
 [info] Sending control message failed.. Retry...
 [info] Sending control message failed.. Retry...
 [error] Unable to get drive name
 [info] Sending control message failed.. Retry...
 [error] Unable to get file count
 [info] Sending control message failed.. Retry...
 [info] Sending control message failed.. Retry...
 [error] Unable to get drive name

moto4lin console:

 New mode: 0
 New mode: 1
 New mode: 0
 New mode: 2
 doActConnect
 doActConnect
 P2kProc::doConnect()
 doActConnect
 sendControl Error:[error sending control message: Broken pipe]
 sendControl Error:[error sending control message: Invalid argument]
 (E_getPhoneName: E002)
 sendControl Error:[error sending control message: Broken pipe]
 sendControl Error:[error sending control message: Invalid argument]
 (E_getDriveName: E002)
 sendControl Error:[error sending control message: Broken pipe]
 (E_fileCount: E001)
 sendControl Error:[error sending control message: Broken pipe]
 sendControl Error:[error sending control message: Invalid argument]
 (E_getDriveName: E002)


Resources

http://developer.motorola.com/products/handsets/w510/

Personal tools