gnokii-users
[Top][All Lists]
Advanced

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

Re: Nokia 5130 with Mac OS X


From: Gustavo Delfino
Subject: Re: Nokia 5130 with Mac OS X
Date: Wed, 23 Sep 2009 17:53:15 -0430

Thank you so much. It now seems to work OK. I was so sure about using model 6110 because in http://www.gnokii.org/docs.shtml says:

============================================================
Nokia 6110 series
Driver name: nk6100
List of supported models: 6110, 6130, 6150, 6190, 5110, ==>5130<==, 5190, 3210, 3310, 3330, 3360, 3390, 3410, 8210, 8250, 8290, 8850, RPM-1

Code for the 6110 phones has been tested with the DAU-9P MBus Cable NSE-3.

Phones of 6110 Series have somewhat different protocol then other Nokia phones series. More detailes on the protocol you'll find in the Docs/protocol/nk6110.txt file inside the gnokii sources.

============================================================


And also in the Docs/protocol/nk6110.txt says:

============================================================

Document describing frames used in
GSM/PCN Nokia 6110 and derivatives (Nokia 6130, 6150, 6190, 5110, ==>5130<==, 5150, 5190, 3210, 3310)
============================================================

# There are few main models that should make use of the certain drivers.
# These are: 6110, 7110, 6510, 3110, 2110, 6160.

means "if everything else fails try the following values", any
suggestion on how to rewrite it in correct English?

I don't know. There are so many models that I think what is needed is a simple 2 column table with the Nokia model number and the recommended driver name. I had no idea that my new phone was a series 40 phone.

I am now downloading Ubuntu.

you'll get an outdated version of gnokii, like all stable
distributions, you want 0.6.28 for your phone


Yes it is now installed and it has 0.6.26. I might try in Gentoo but now that works on my mac I am not in a hurry.

For completeness, I include the complete output of gnokii --identify

Regards,

Gustavo Delfino

$gnokii --identify
GNOKII Version 0.6.29git
LOG: debug mask is 0x1
Config read from file /Users/gdelfino/.gnokiirc.
phone instance config:
model = series40
port = 00:25:47:26:54:b7
connection = bluetooth
initlength = default
serial_baudrate = 19200
serial_write_usleep = -1
handshake = software
require_dcd = 0
smsc_timeout = 10
rfcomm_channel = 0
sm_retry = 0
Connecting
Forcing rfcomm_channel = 14 for FBUS connection
Serial device: opening device 00:25:47:26:54:b7
2009-09-23 16:48:42.255 gnokii[32941:10b] *** _NSAutoreleaseNoPool(): Object 0x30f7c0 of class NSCFData autoreleased with no pool in place - just leaking Stack: (0x96016f4f 0x95f23432 0x95f37b25 0x95f37701 0x1f88af 0x134236 0xe0aba 0x131d15 0x125691 0xdc8b5 0xdca99 0xdbd08 0x312d 0x32f7)
Getting model...
Message sent: 0x1b / 0x0006
00 01 00 07 01 00                               |
Message received: 0x1b / 0x003e
01 39 00 08 00 01 58 38 00 31 56 20 30 35 2e 38 |  9    X8 1V 05.8
30 0a 31 38 2d 31 32 2d 30 38 0a 52 4d 2d 34 39 | 0 18-12-08 RM-49
35 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 5 (c) Nokia
20 20 20 20 20 20 20 0a 55 41 00 00 00 00       |         UA
Received message type 1b
model length: 6
Received model RM-495
Identifying...
Message sent: 0x1b / 0x0005
00 01 00 00 41                                  |     A
Message sent: 0x1b / 0x0006
00 01 00 07 01 00                               |
Message received: 0x1b / 0x001a
01 39 00 01 00 01 41 14 00 10 33 35 33 32 32 33 |  9    A   353223
30 33 36 37 32 38 36 33 33 00                   | 036728633
Received message type 1b
Received imei 353223036728633
Message received: 0x1b / 0x003e
01 39 00 08 00 01 58 38 00 31 56 20 30 35 2e 38 |  9    X8 1V 05.8
30 0a 31 38 2d 31 32 2d 30 38 0a 52 4d 2d 34 39 | 0 18-12-08 RM-49
35 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 5 (c) Nokia
20 20 20 20 20 20 20 0a 55 41 00 00 00 00       |         UA
Received message type 1b
Received revision V 05.80
model length: 6
Received model RM-495
IMEI         : 353223036728633
Manufacturer : Nokia
Model        : RM-495
Product name : RM-495
Revision     : V 05.80
Serial device: closing device
gdelfino•MBP26 gnokii $

On Sep 23, 2009, at 10:52 AM, Daniele Forsi wrote:

2009/9/23 Gustavo Delfino:

Mac OS X seems to use a different naming convention for USB devices.

that's true, but you got the configuration wrong
IIRC Mac versions of libgnokii do not support libusb, if that's true
you have two options:
1) use a cable and get very little functionality (model=AT
connection=serial port= one of /dev/cu.usbmodem1d12
/dev/cu.usbmodem1d1A /dev/tty.usbmodem1d12 /dev/tty.usbmodem1d1A I'm
not sure which is the best)
2) use Bluetooth and get all functionality (model=series40
connection=bluetooth port = 00:25:47:26:54:b7)
if you got libusb working then you can also get all functionality with
model=series40 connection=dku2libusb port=1

model = 6110 is definitely wrong, how do you came to the conclusion of
trying that?

this comment in the sample gnokiirc
# There are few main models that should make use of the certain drivers.
# These are: 6110, 7110, 6510, 3110, 2110, 6160.

means "if everything else fails try the following values", any
suggestion on how to rewrite it in correct English?

I am now downloading Ubuntu.

you'll get an outdated version of gnokii, like all stable
distributions, you want 0.6.28 for your phone
--
Daniele Forsi


_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users







reply via email to

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