interface to command line error
Status: Beta
Brought to you by:
weirdoz
hello,
i'm using gscmxx.0.4.1 in ubuntu breezy to connecto to
a siemens S65 phone:
- detection of phone works fine
- sending SMS works fine
- listing SMS works fine
everything else related to the phonebook is broken and
gives the following error:
---
ERROR ACCESSING MOBILE PHONE!
/usr/bin/scmxx: option '--pbook' doesn't allow and argument
Accessing device /dev/ttyS1...done
Using "UTF-8" as system characterset,
OK, a modem device is present
Detected SIEMENS S65
Error: you must specify a valid memory type.
---
Look like there's something wrong in the command that
is formed by the interface
cheers
Paulo Victor
paulovfc@gmail.com
Logged In: YES
user_id=263166
in SCMxx.pm
replacing
--pbook=$pbook
with
--pbook --mem=$pbook
should do the trick
Logged In: NO
I replace this. The Phonebook is visible but it's not able
to save edited phonebook to the phone (the second one
"--pbook" i replace too)
Error executing command
'usr/bin/scmxx -d /ttyS0 -b 19200 -v -send -pbook -mem=SM
/var/tmp/pbook.tmp 2>&1'
TIMEOUT after 30 seconds
Now the SMS function is not working (before the replace was OK)