Comment 2 for bug 546861

Revision history for this message
tavasti (tavasti) wrote :

Phone is Samsung B2100

On minicom:
----------------------------------------------------
AT+CPBS=?
+CPBS: ("DC","EN","FD","MC","ON","RC","SM"")
OK
AT+CPBS=DC
OK
AT+CPBR=?
+CPBR: (1-3),41,60,150,50,150
AT+CPBR=2
+CPBR: 2,"0306227515",129,"Samsung"
AT+CPBS=ME
OK
AT+CPBR=?
+CPBR: (1-282),41,60,150,50,150
OK
AT+CPBR=1
+CPBR: 1,"033810500",129,"Bauhaus"
----------------------------------------------------

And on commandline:
----------------------------------------------------
root@toope:~# gsmpb -c -d dc.gsmpb -p DC -s /dev/rfcomm0
Segmentation fault
root@toope:~# gsmpb -c -d en.gsmpb -p EN -s /dev/rfcomm0
gsmpb[ERROR]: ME/TA error 'operation not allowed' (code 3)
root@toope:~# gsmpb -c -d fd.gsmpb -p FD -s /dev/rfcomm0
gsmpb[ERROR]: ME/TA error 'operation not allowed' (code 3)
root@toope:~# gsmpb -c -d fd.gsmpb -p MC -s /dev/rfcomm0
gsmpb[ERROR]: ME/TA error 'memory failure' (code 23)
root@toope:~# gsmpb -c -d fd.gsmpb -p ON -s /dev/rfcomm0
root@toope:~# wc fd.gsmpb
0 0 0 fd.gsmpb
root@toope:~# gsmpb -c -d fd.gsmpb -p RC -s /dev/rfcomm0
Segmentation fault
root@toope:~# gsmpb -c -d fd.gsmpb -p SM -s /dev/rfcomm0
gsmpb[ERROR]: ME/TA error 'operation not allowed' (code 3)
----------------------------------------------------