gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FBUS and Memory problems, Series40-ver3, 5310 XpressMusic


From: A Gough
Subject: FBUS and Memory problems, Series40-ver3, 5310 XpressMusic
Date: Sat, 29 Oct 2011 17:36:18 +1100

Hello gnokii-users.

Apologies for the length of this query.

I have built gnokii  0.6.30 on a MacBook Pro running OS X 10.6.8 and have reliable BlueTooth connection to a Nokia 5310 XpressMusic using the following config file:

$ grep -v "#"  config
[global]
port = /dev/cu.Nokia5310XpressMusic-CO
model = AT
initlength = default
connection = serial
use_locking = no
serial_baudrate =  115200
serial_write_usleep = 50000
handshake = software
require_dcd = 0
sm_retry = 0
smsc_timeout = 10
[flags]
[xgnokii]
allow_breakage = 1
[gnokiid]
bindir = /opt/local/sbin/
[logging]
debug = on
rlpdebug = on
xdebug = on


I understand from the Nokia web site that this is a Series40 type phone and thus should support the FBUS protocol, as suggested by the entry in common/misc.c :

$ grep 5310 common/misc.c
    {"5310 XpressMusic",  "RM-303",    PM_DEFAULT_S40_3RD },

The phone advertises a range of facilities to OSX through Bluetooth:
( From the OSX System Profiler)

Device:
  Name:    Nokia5310XpressMusic
  Address:    XX-XX-XX-XX-XX-XX
  Type:    Mobile Phone
  Firmware Version:    0000
  Services:    OBEX Object Push, SyncML Client, Media Player, Voice Gateway, Dial-up networking, Phonebook Access PSE, Network Access Point Service, Music-Player, COM 1, OBEX File Transfer, Nokia SyncML Server, Media Player, Audio Gateway, SIM ACCESS, Nokia PC Suite
  Paired:    Yes
  Favorite:    Yes
  Connected:    No
  Manufacturer:    Broadcom (0x3, 0x2222)
  Vendor ID:    0x01
  Product ID:    0x3c

The above working connection will only work with a model = AT - any attempt at a Series40 type connection fails while attempting to make the FBUS connection.
(Please see attached rtf files )

Due to disability I need to be able to use the phone totally via control from the MacBook - gnokii, using the AT model connection, almost does it - I can place phone calls, answer calls , hangup calls, download the phonebook, add, edit and delete phonebook entries and send SMS Messages.
But...

there is this annoying memory problem : showsmsfolderstatus cannot find any valid memory types -
(From the gnokii shell)

gnokii> --showsmsfolderstatus
Message sent: 0x1a / 0x000a
41 54 2b 43 50 4d 53 3d 3f 0d                   | AT+CPMS=?      
write: [AT+CPMS=?<cr>]
read : [AT+CPMS=?<cr><cr><lf>+CPMS: (),(),()<cr><lf><cr><lf>OK<cr><lf>]
Message received: 0x1a / 0x0023
02 41 54 2b 43 50 4d 53 3d 3f 0d 0d 0a 2b 43 50 |  AT+CPMS=?   +CP
4d 53 3a 20 28 29 2c 28 29 2c 28 29 0d 0a 0d 0a | MS: (),(),()   
4f 4b 0d                                        | OK             
Received message type 1a
strings[0] =
strings[1] = (null)
strings[2] = (null)
strings[3] = (null)
Ignoring unknown memory type "".
No. Name                                         Id #Msg
========================================================
gnokii>

And then this means I can't retrieve SMS messages:
(Tried all suggested memory labels with same result)

gnokii> --getsms IN 2
Getting message #2 from IN
Message sent: 0x00 / 0x000d
41 54 2b 43 50 4d 53 3d 22 49 4e 22 0d          | AT+CPMS="IN"   
write: [AT+CPMS="IN"<cr>]
read : [AT+CPMS="IN"<cr><cr><lf>ERROR<cr><lf>]
Message received: 0x00 / 0x0016
03 41 54 2b 43 50 4d 53 3d 22 49 4e 22 0d 0d 0a |  AT+CPMS="IN"  
45 52 52 4f 52 0d                               | ERROR          
Received message type 00
Getting SMS failed (location 2 from IN memory)! (Unknown error - well better than nothing!!)
gnokii> --getsms OU 1
Getting message #1 from OU
Message sent: 0x00 / 0x000d
41 54 2b 43 50 4d 53 3d 22 4f 55 22 0d          | AT+CPMS="OU"   
write: [AT+CPMS="OU"<cr>]
read : [AT+CPMS="OU"<cr><cr><lf>ERROR<cr><lf>]
Message received: 0x00 / 0x0016
03 41 54 2b 43 50 4d 53 3d 22 4f 55 22 0d 0d 0a |  AT+CPMS="OU"  
45 52 52 4f 52 0d                               | ERROR          
Received message type 00
Getting SMS failed (location 1 from OU memory)! (Unknown error - well better than nothing!!)
gnokii>


Other facilities such as, ToDos, Calendar, getdatetime, displayout fail typically with "Not implemented"  or "Unknown error" messages.

Can anyone suggest:
How can I enable gnokii to recognise SMS message memory locations using the working AT model connection?

How can I establish an FBUS connection?
please

Thanks for any help you can offer
Regards Alan



Attachment: AT_connect.rtf
Description: RTF file

Attachment: Series40_connect.rtf
Description: RTF file


reply via email to

[Prev in Thread] Current Thread [Next in Thread]