Ticket #1239 (new defect)
Opened 3 years ago
otosync.OpenSyncError: Error in phone command 'AT+CSCS="8859-1"
| Reported by: | LnxGnome | Owned by: | andrewb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: moto | Version: | 0.22 |
| Severity: | blocker | Keywords: | compatibility |
| Cc: |
Description
8859-1 is not a valid charset for all motos
Moto A1200/Ming supports: at+cscs=? +CSCS: ("ASCII","GSM","UCS2","HEX")
Bug #715 indicates the Moto L7 doesn't support this either.
Traceback (most recent call last):
File "/usr/bin/mototool", line 168, in <module>
main()
File "/usr/bin/mototool", line 112, in main
pc = motosync.PhoneComms?(options.device)
File "/usr/lib64/opensync/python-plugins/motosync.py", line 431, in init
self.do_cmd('AT+CSCS="8859-1"')
File "/usr/lib64/opensync/python-plugins/motosync.py", line 667, in do_cmd
opensync.ERROR_IO_ERROR)
'otosync.OpenSyncError?: Error in phone command 'AT+CSCS="8859-1"
