gnokii-users
[Top][All Lists]
Advanced

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

Re: gnokii-users Digest, Vol 5, Issue 25


From: Muhammed Raheel
Subject: Re: gnokii-users Digest, Vol 5, Issue 25
Date: Tue, 22 Apr 2003 09:52:50 -0700 (PDT)


How nk6110 mobile can be initialize with out using data suit using assembly language or C.
I know sms functionality on fbus but I am not getting the logic how to initialize the mobile.

address@hidden wrote:
Send gnokii-users mailing list submissions to
address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.nongnu.org/mailman/listinfo/gnokii-users
or, via email, send a message with subject or body 'help' to
address@hidden

You can reach the person managing the list at
address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gnokii-users digest..."
Today's Topics:

1. nokia 6210 - problems (address@hidden)
2. [Gnokii] Compiling Lib with MSVC6 & XP (frederic patin)
3. Re: Bluetooth and 6310 (Pawel Kot)
4. Re: Bluetooth and 6310 (Marcel Holtmann)
5. Re: Bluetooth and 6310 (Pawel Kot)
6. Re: Bluetooth and 6310 (Peter Robinson)
7. Re: Bluetooth and 6310 (Peter Robinson)
8. Re: Bluetooth and 6310 (=?ISO-8859-15?Q?tapio_laxstr=F6m?=)
9. [Gnokii] Compiling Lib with MSVC6 & XP (frederic patin)
10. Re: Bluetooth and 6310 (Peter Robinson)
> ATTACHMENT part 3.1 message/rfc822 Date: Mon, 21 Apr 2003 22:03:18 +0200
From: "address@hidden"
To: "gnokii-users"
Subject: nokia 6210 - problems

i've some problems with the configuration file of gnokii.
i've a acer travelmate 505t with installed mandrake 8.0,a serial cable dl3 on the serial port ttsy00 but i can't use my nokia 6210.
i can view the screen of the program for just a moment and then it disappear, i can't use the program.
can something send me a copy of the gnokiirc file to insert on my home folder?
thanks

Paolo




> ATTACHMENT part 3.2 message/rfc822 Date: Tue, 22 Apr 2003 08:38:21 +0200
From: "frederic patin"
To:
Subject: [Gnokii] Compiling Lib with MSVC6 & XP

Hello all,


For my end of year project I need to use the Gnokii library
with Nokia 3210, and my teachers want my app. to run under windows.
I tried to compile 5.0rc3 debug library with MSVC6, I get some
warnings in compiling cbus.c and I have some errors in the linking :


Errors in linking :
***
cbus.obj : error LNK2001: unresolved external symbol _tcsendbreak
device.obj : error LNK2001: unresolved external symbol _irda_open
device.obj : error LNK2001: unresolved external symbol _bluetooth_close
device.obj : error LNK2001: unresolved external symbol _irda_close
device.obj : error LNK2001: unresolved external symbol _bluetooth_read
device.obj : error LNK2001: unresolved external symbol _irda_read
device.obj : error LNK2001: unresolved external symbol _bluetooth_write
device.obj : error LNK2001: unresolved external symbol _irda_write
device.obj : error LNK2001: unresolved external symbol _bluetooth_select
device.obj : error LNK2001: unresolved external symbol _irda_select
***



Does someone know what's wrong ?
Can anyone send me the compiled library for windows ?

Best regards,


Fred

---
Frédéric Patin
http://yov408.free.fr
address@hidden
---



> ATTACHMENT part 3.3 message/rfc822 Date: Tue, 22 Apr 2003 09:12:24 +0200
From: "Pawel Kot"
To:
Subject: Re: Bluetooth and 6310

Hi Marcel,

Many, many thanks. I did manage to make the Bluetooth
connection with my 6310 over FBUS. I'll commit the changes
for verifying today.

Just one more question. If I'm going to make the connection
over FBUS but using TTY layer (rfcomm bind /dev/rfcomm0
xx:xx... 14) should I do the same in hte fbus.c code? Ie.
the initialization, change id octet, phone and pc id?

pkot


> ATTACHMENT part 3.4 message/rfc822 Date: 22 Apr 2003 11:02:15 +0200
From: Marcel Holtmann
To: Gnokii Mailing List
Subject: Re: Bluetooth and 6310

Hi Pawel,

> Many, many thanks. I did manage to make the Bluetooth
> connection with my 6310 over FBUS. I'll commit the changes
> for verifying today.
>
> Just one more question. If I'm going to make the connection
> over FBUS but using TTY layer (rfcomm bind /dev/rfcomm0
> xx:xx... 14) should I do the same in hte fbus.c code? Ie.
> the initialization, change id octet, phone and pc id?

I think it is not worth to support this, but if you want it, you must
also change the id octect etc, because otherwise the phone will crash.
Maybe newer firmware's don't crash, but mine need the correct init
packet.

Regards

Marcel




> ATTACHMENT part 3.5 message/rfc822 Date: Tue, 22 Apr 2003 11:24:10 +0200
From: "Pawel Kot"
To:
Subject: Re: Bluetooth and 6310

Hi Marcel,

>>> address@hidden 22 April 2003 11:02:15 >>>
> > Just one more question. If I'm going to make the connection
> > over FBUS but using TTY layer (rfcomm bind /dev/rfcomm0
> > xx:xx... 14) should I do the same in hte fbus.c code? Ie.
> > the initialization, change id octet, phone and pc id?
>
> I think it is not worth to support this, but if you want it, you
must
> also change the id octect etc, because otherwise the phone will
crash.
> Maybe newer firmware's don't crash, but mine need the correct init
> packet.

Yep, I know. I did reset my phone this way yesterday a few times ;-)
I think I'll show the patch as it is for now and eventually extend
it later.

As the a bit offtopic question. To estabilish the connection
you need to get the Bluetooth MAC address. I did:
$ sdptool browse
to find it. Unfortunately it makes problem when there
are multiple devices available. Is there any way to see
the device name? My Nokia can show the names of
the devices...


> ATTACHMENT part 3.6 message/rfc822 Date: Tue, 22 Apr 2003 18:19:48 +0800 (WST)
From: "Peter Robinson"
To:
Subject: Re: Bluetooth and 6310

Hi Pavel,

>>>> address@hidden 22 April 2003 11:02:15 >>>
>> > Just one more question. If I'm going to make the connection
>> > over FBUS but using TTY layer (rfcomm bind /dev/rfcomm0
>> > xx:xx... 14) should I do the same in hte fbus.c code? Ie.
>> > the initialization, change id octet, phone and pc id?
>>
>> I think it is not worth to support this, but if you want it, you
> must
>> also change the id octect etc, because otherwise the phone will
> crash.
>> Maybe newer firmware's don't crash, but mine need the correct init packet.
>
> Yep, I know. I did reset my phone this way yesterday a few times ;-) I think I'll
> show the patch as it is for now and eventually extend it later.
>
> As the a bit offtopic question. To estabilish the connection
> you need to get the Bluetooth MAC address. I did:
> $ sdptool browse
> to find it. Unfortunately it makes problem when there
> are multiple devices available. Is there any way to see
> the device name? My Nokia can show the names of
> the devices...

I've just got myself a usb bluetooth donlge and have started playing around with my
6310i with gnokii using bluetooth based on this thread. So if you need anyone to
test and give feedback I'll happily test your patch.

Regards
Peter




> ATTACHMENT part 3.7 message/rfc822 Date: Tue, 22 Apr 2003 18:25:05 +0800 (WST)
From: "Peter Robinson"
To:
Subject: Re: Bluetooth and 6310

> Is there any way to see the device name? My Nokia can show the names of the
devices...

hcitool name returns the name of my 6310i and my TungtenT Palm

Peter




> ATTACHMENT part 3.8 message/rfc822 Date: Tue, 22 Apr 2003 13:27:14 +0300
From: tapio_laxström
To: "Discussion forum for gnokii users."
Subject: Re: Bluetooth and 6310

Peter Robinson wrote:
> I've just got myself a usb bluetooth donlge and have started playing around with my
> 6310i with gnokii using bluetooth based on this thread. So if you need anyone to
> test and give feedback I'll happily test your patch.

here is another 6310i bluetooth tester with nokia dtl-4 pcmcia card...

commit, commit, commit ;)

--
best regards
--
tapio laxström
senior software developer / axel digital oy




> ATTACHMENT part 3.9 message/rfc822 Date: Tue, 22 Apr 2003 12:50:23 +0200
From: "frederic patin"
To:
Subject: [Gnokii] Compiling Lib with MSVC6 & XP

Hello all,


For my end of year project I need to use the Gnokii library
with Nokia 3210, and my teachers want my app. to run under windows.
I tried to compile 5.0rc3 debug library with MSVC6, I get some
warnings in compiling cbus.c and I have some errors in the linking :


Errors in linking :
***
cbus.obj : error LNK2001: unresolved external symbol _tcsendbreak
device.obj : error LNK2001: unresolved external symbol _irda_open
device.obj : error LNK2001: unresolved external symbol _bluetooth_close
device.obj : error LNK2001: unresolved external symbol _irda_close
device.obj : error LNK2001: unresolved external symbol _bluetooth_read
device.obj : error LNK2001: unresolved external symbol _irda_read
device.obj : error LNK2001: unresolved external symbol _bluetooth_write
device.obj : error LNK2001: unresolved external symbol _irda_write
device.obj : error LNK2001: unresolved external symbol _bluetooth_select
device.obj : error LNK2001: unresolved external symbol _irda_select
***



Does someone know what's wrong ?
Can anyone send me the compiled library for windows ?

Best regards,


Fred

---
Frédéric Patin
http://yov408.free.fr
address@hidden
---



> ATTACHMENT part 3.10 message/rfc822 Date: Tue, 22 Apr 2003 18:50:26 +0800 (WST)
From: "Peter Robinson"
To: ,
Subject: Re: Bluetooth and 6310

> Peter Robinson wrote:
>> I've just got myself a usb bluetooth donlge and have started playing around with
>> my 6310i with gnokii using bluetooth based on this thread. So if you need anyone
>> to test and give feedback I'll happily test your patch.
>
> here is another 6310i bluetooth tester with nokia dtl-4 pcmcia card...

I have a DLink DBT-120 USB adapter.

Peter




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


Allah Hafiz,

RaHeEl...



Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
reply via email to

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