Ticket #715 (reopened defect)
Error in phone command 'AT+MDBL=1 using Motorola V9
| Reported by: | sadway | Owned by: | andrewb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: moto | Version: | 0.19 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello!
I tired so synchronize my Motorola Razr V9 using opensync with moto-sync and evo2-sync. Unfortunately this don't work.
Here I got you some debug output from moto-sync:
$ msynctool --sync 123 Synchronizing group "123" The previous synchronization was unclean. Slow-syncing moto-sync: --> AT&F Member 2 of type evo2-sync just connected moto-sync: <-- OK moto-sync: --> AT+MODE=0 moto-sync: <-- AT+MODE=0 moto-sync: <-- OK moto-sync: --> ATE0Q0V1 moto-sync: <-- ATE0Q0V1 moto-sync: <-- OK moto-sync: --> AT+CSCS="8859-1" moto-sync: <-- OK moto-sync: --> AT+MDBL=1 moto-sync: <-- ERROR 'ember 1 of type moto-sync had an error while connecting: Error in phone command 'AT+MDBL=1 Member 2 of type evo2-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error while synchronizing: Unable to connect one of the members
I would be very glad if someone could help me with this. If you have any questions or want to try some improvements please contact me! Isn't there another way to sync this mobile phone with some Linux PC?
Change History
comment:2 Changed 5 years ago by guysoft
- Status changed from closed to reopened
- Resolution fixed deleted
Hey, I am getting this now on my motorola L7: root@golem3:/home/guy# mototool --backup -d /dev/ttyACM0 --file t -v moto-sync: --> AT&F moto-sync: <-- OK moto-sync: --> AT+MODE=0 moto-sync: <-- AT+MODE=0 moto-sync: <-- OK moto-sync: --> ATE0Q0V1 moto-sync: <-- ATE0Q0V1 moto-sync: <-- OK moto-sync: --> AT+CSCS="8859-1" moto-sync: <-- ERROR Traceback (most recent call last):
File "/usr/bin/mototool", line 167, in <module>
main()
File "/usr/bin/mototool", line 111, in main
pc = motosync.PhoneComms?(options.device)
File "/usr/lib/opensync/python-plugins/motosync.py", line 431, in init
self.do_cmd('AT+CSCS="8859-1"')
File "/usr/lib/opensync/python-plugins/motosync.py", line 667, in do_cmd
opensync.ERROR_IO_ERROR)
'otosync.OpenSyncError?: Error in phone command 'AT+CSCS="8859-1"

This has been fixed in the current devel versions (0.3x).