|
|
2008-03-17
, 13:51
|
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#2
|
|
|
2008-03-22
, 04:53
|
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2008
|
#3
|
|
|
2008-03-22
, 13:54
|
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#4
|
|
|
2008-03-22
, 14:36
|
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2008
|
#5
|
try the AT driver ...
you should also check out gnokii.org wiki pages ...
and/or try gnokii gconf to let gnokii identify your phone ... try changing rfcomm channel if 1 doesn't work ...
I've heard that Samsung phone behave strangely when connected trough bluetooth ...
|
|
2008-03-22
, 19:35
|
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#6
|
|
|
2008-04-04
, 14:14
|
|
|
Posts: 1,743 |
Thanked: 1,230 times |
Joined on Jul 2006
@ Twickenham, UK
|
#7
|
|
|
2008-07-18
, 01:42
|
|
Posts: 39 |
Thanked: 4 times |
Joined on Dec 2007
|
#8
|
|
|
2008-07-18
, 07:32
|
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#9
|
|
|
2008-07-31
, 05:03
|
|
Posts: 39 |
Thanked: 4 times |
Joined on Dec 2007
|
#10
|
the gnokii gconf identifies the phone (gnokii identify your phone as samsung yada yada IMEI = (null) and the bt shows signs of activity on the phone and tablet.
but when i go into phonelink to try and dial, it will freeze up and say that phonelink is not responding. something missing?
I am trying to get phone link running on an N800 with a Nokia 6021 bluetooth cellphone
This forum has info about how people got phonelink & gnokii working on a N770 but not the N800 . Id like to get it running on an an N800 & then post a
how to here.
many thanks
stephen
drjazz1947@yahoo.com
stephen --> I installed the latest phonelink_0.7_armel.deb & libgnokii3_0.6.14_armel.deb from the "garage"
and editied .gnokiirc in /home/user to include the bluetooth port address of
my nokia 6021 phone I got by running "hcitool scan"
also Installed GPE contacts
The Phone link Program will run and bring in contacts from GPE
when I add a sms addr and click on SMS text box, I type message & hit send
then NOTHIING happens and the Nokia 6021 does Not receive the SMS from the N800
I thought I would try running the gnokii --identify to trouble shoot
but these instructions below from the forum apply to a N770
and there does NOT seem to be a var/lib/install folder on the n800
here is the N700 info I found
http://www.internettablettalk.com/fo...hp/t-1203.html
1) download gnokii from http://trifinite.org/Downloads/gnokii-0.6.9-maemo.tgz
2) expand the downloaded file, and you should have three files:
gnokii
gnokiirc
libgnokii.so.2.0.5
3) Copy the three files in step 2 to the 770 and open up a console window
4) become root, run "sudo gainroot" (must be in R&D mode)
5) Per fredoll's post copy gnokii to /var/lib/install/usr/bin
6) Per fredoll's post copy libgnokii.so.2.0.5 to /var/lib/install/usr/lib
7) Also copy libgnokii.so.2.0.5 to /usr/lib
8) Run /sbin/ldconfig (this will prevent gnokii complaining about missing shared objects)
9) Modify the gnokiirc file as follows:
port = xx:xx:xx:xx:xx:xx (this is the MAC for your phone, find it using "hcitool scan")
model = AT
initlength = default
connection = bluetooth
use_locking = yes
serial_baudrate = 19200
rfcomm_channel = 1
smsc_timeout = 10
10) Copy gnokiirc to your home directory "~/"
11) Rename gnokiirc to ".gnokiirc" (note the leading period)
To test gnokii run:
"/var/lib/install/usr/bin/gnokii --identify"
stephen--> HERE is my gnokiirc file
[global]
port = 00:17:B0:5E:5A:3C <<Your phone BT Mac Address>>
model = AT<<phone model>>
rfcomm_channel = 2
initlength = default
connection = bluetooth
use_locking = yes
serial_baudrate = 19200
#serial_write_usleep = 10000
#handshake = software
#require_dcd = 1
#sm_retry = 1
#disconnect_script =
smsc_timeout = 10
[gnokiid]
bindir = /usr/sbin/
[connect_script]
TELEPHONE = 12345678
[disconnect_script]
[logging]
debug = off
rlpdebug = off
xdebug = off