gnokii-users
[Top][All Lists]
Advanced

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

Nokia 6015i support


From: gnokii
Subject: Nokia 6015i support
Date: Wed, 16 Nov 2005 19:49:37 -0500
User-agent: Mutt/1.5.9i

I just got my Nokia 6015i working with gnokii today.  I'm using a
clone of a DKU-5 cable (it's a TUSB3410 one with ID 0451:3410).  In
order to get the cable to work I had to add the script that's in the
driver source file:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/usb/serial/ti_usb_3410_5052.c

to the /etc/hotplug.d/usb directory.

Then when I plugged it in, dmesg would tell me that it was connected
as /dev/ttyUSB0.

I then edited my .gnokiirc to contain:

---
[global]
port = /dev/ttyUSB0
model = 6510
---

Thinking that this would be sufficient to talk to the phone (being
that the Nokia website tells me it uses the same SDK as the 3510i,
which gnokii treats like a 6510).  Found out that this wasn't
sufficient, so I had to make the following change to the current CVS
tree (the RH-55 came initially from a random website, but was
confirmed by the "Type: RH-55" printed in the battery compartment of
the phone):

Index: misc.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/misc.c,v
retrieving revision 1.103
diff -u -r1.103 misc.c
--- misc.c      28 Oct 2005 17:17:38 -0000      1.103
+++ misc.c      17 Nov 2005 00:32:40 -0000
@@ -196,6 +196,7 @@
        {"6010",  "NPM-10", 0 },
        {"6010",  "NPM-10X", 0 },
        {"6011",  "RTE-2RH", 0 },
+       {"6015i", "RH-55", PM_CALENDAR | PM_SPEEDDIAL | PM_EXTPBK | PM_SMS | 
PM_FOLDERS },
        {"6020",  "RM-30", PM_CALLERGROUP | PM_CALENDAR | PM_SPEEDDIAL
        | PM_NETMONITOR | PM_EXTPBK | PM_SMS | PM_FOLDERS },
        {"6021",  "RM-94", PM_CALLERGROUP | PM_CALENDAR | PM_SPEEDDIAL
        | PM_NETMONITOR | PM_EXTPBK | PM_SMS | PM_FOLDERS },
        {"6050",  "NME-1", 0 },
Index: phones/nk6510.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk6510.c,v
retrieving revision 1.188
diff -u -r1.188 nk6510.c
--- phones/nk6510.c     22 Oct 2005 18:15:51 -0000      1.188
+++ phones/nk6510.c     17 Nov 2005 00:32:40 -0000
@@ -230,7 +230,7 @@
        pgen_incoming_default,
        /* Mobile phone information */
        {
- 
"6510|6310|8310|6310i|6360|6610|6100|5100|3510|3510i|3595|6800|6810|6820|6820b|6610i|6230|6650|7210|7250|7250i|7600|6170|6020|6230i|5140|5140i|6021|6500|6220|3120b|3100|3120",
 /* Supported models */
+ 
"6510|6310|8310|6310i|6360|6610|6100|5100|3510|3510i|3595|6800|6810|6820|6820b|6610i|6230|6650|7210|7250|7250i|7600|6170|6020|6230i|5140|5140i|6021|6500|6220|3120b|3100|3120|6015i",
 /* Supported models */
                7,                     /* Max RF Level */
                0,                     /* Min RF Level */
                GN_RF_Percentage,      /* RF level units */


After doing this, compiling, and installing, I could change the
.gnokiirc to read:

---
[global]
port = /dev/ttyUSB0
model = 6015i
---

and then was able to do a "gnokii --identify" which gave me back:

$ gnokii --identify
GNOKII Version 0.6.10
IMEI         : (unknown)
Manufacturer : Nokia
Model        : R
Revision     : V M125_03w24_49_12.

So, now I can download and save my addressbook, and retrieve and write
calendar events.  I was quite happy to see that I can effectively use
the cable and phone combo with Linux (in this case, Debian and
Ubuntu).

Cheers,

Kevin.




reply via email to

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