Notices


Reply
Thread Tools
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#51
indeed, the port code is the bluetooth MAC - you can either run

hcitool scan

from the command line which will give you the MAC address, or you can get it if your 770 is paired, it also shows up in one of the configuration screens.

I didn't manage yet to go onto the internet, but I suppose that should be much easier.
I read around here that one must follow the manual (page 26?) to the letter, it's not so straightforward it seems....

Anyway, after adding the MAC into the .gnokiirc nothing else stands in the way.
NO PAIRING NEEDED before starting phoneLink!
Just try to dial a number, and if required your phone will mention the connection and ask to enter a 4 digit code - then the 770 will ask you to enter the same code.
You can enter any code you like! Just use the same code on both devices.
After that, the v360 should just dial the number. Oh, and it will retain the 770 bluetooth MAC and allow future access, so you can directly write sms messages on the 770 and have the phone send them, no further buttonpresses required - just leave the phone in your pocket.

Hope this helps!
 
Posts: 30 | Thanked: 3 times | Joined on Jul 2006
#52
Originally Posted by aRTee
indeed, the port code is the bluetooth MAC - you can either run

hcitool scan

from the command line which will give you the MAC address, or you can get it if your 770 is paired, it also shows up in one of the configuration screens.
Ok. Yes, it took me not so much to get MAC-address.

Originally Posted by aRTee
I didn't manage yet to go onto the internet, but I suppose that should be much easier.
I read around here that one must follow the manual (page 26?) to the letter, it's not so straightforward it seems....
But it IS easy: go to control panel, telefone connections, search for new one, wake up the 360's bluetooth recognition and then the phone appears on the 770-screen. The not-so-easy part comes when you select the phone and it freezes, while the tablet returns warning about services that were not found on the phone...

Originally Posted by aRTee
Anyway, after adding the MAC into the .gnokiirc nothing else stands in the way.
NO PAIRING NEEDED before starting phoneLink!
Just try to dial a number, and if required your phone will mention the connection and ask to enter a 4 digit code - then the 770 will ask you to enter the same code.
You can enter any code you like! Just use the same code on both devices.
After that, the v360 should just dial the number. Oh, and it will retain the 770 bluetooth MAC and allow future access, so you can directly write sms messages on the 770 and have the phone send them, no further buttonpresses required - just leave the phone in your pocket.

Hope this helps!
A lot! Thank you! After correcting a typo on .gnokiirc, everything works as you said.
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#53
Question: I get a message on my Samsung D500 when trying to dial a number with phoneLink that asks if I want to allow the 770 to use some kind of audio feature...?

Would anyone have any kind of idea what may be going wrong here?

Note that I have managed with 2 SE phones, one Moto and one other Samsung - so I do know how to do it, it's just that my D500 may need some extra convincing....
 
Posts: 125 | Thanked: 1 time | Joined on Aug 2006
#54
I haven't tried yet so forgive the lazy man, but, will this version send and receive SMS?
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#55
mpancorbo, I tried and now get what you were saying all along:
you can't pair the 770 to the V360.

Sucks. I thought I managed before, but apparently was mistaken.
Annoying! My D500 cannot be used (atm) with phoneLink, but my V360 isn't usable for dialup networking.... AAARRG!

Hm, maybe I should set things up with the D500 for DUN and hack the config file to have the V360 BT MAC address.

Any hints on what file to hack to try this? In other words, where are the BT MAC addresses stored?



Luna, you cannot afaik receive SMS with this version of phoneLink, sending works fine.
 
Posts: 29 | Thanked: 6 times | Joined on Mar 2006
#56
Neat app!

The only problem I seem to have is with international numbers...these I have entered as e.g., +16171234567 (not the "+").

Phonelink seems to translate the + to 00, but then my phone service says this is an illegal number ...

Any ideas?

thanks
 
Posts: 20 | Thanked: 2 times | Joined on Jul 2007
#57
Originally Posted by fredoll View Post
Nice idea !
I don't know if there's any public API for GTalk ...
What would be really nice is a plugin architecture that would allow to plug any contact management system at the heart of the 770 ...

Fred
yes, it is. if you go on google products on codes you can find out more.
 
Posts: 20 | Thanked: 2 times | Joined on Jul 2007
#58
Originally Posted by Source4 View Post
Thought I'd take a minute and write up how I installed gnokii. It was sort of a pain, so this should make it easier for anyone who wants to try PhoneLink.

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"

you should see information about your phone if everything is working.

this is not working for me, -sh: /var bla bla not found, i must to say that i made by hand all those folders/ install /etc.... plus when i'm trying to install that deb file is says that my software is not ok for it and is the last version for nokia 770
 
Posts: 20 | Thanked: 2 times | Joined on Jul 2007
#59
Originally Posted by Source4 View Post
Thought I'd take a minute and write up how I installed gnokii. It was sort of a pain, so this should make it easier for anyone who wants to try PhoneLink.

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"

you should see information about your phone if everything is working.
sorry for comming back but i still couldn't install this gnokii on my nokia 770.

so, i got those 3 files, i becomed root, after this
from my path of mmc1... cp gnokii /var/lib/install/usr/bin

from my path of mmc1... cp libnokii..... /var/lib/install/usr/bin
from my path of mmc1... cp libnokii..... /usr/lib


$root /sbin/ldconfig
/sbin/ldconfig: Can't open configuration file /etc/ld.so.conf: No such file or directory


i made a copy of gnokiirc in ~/ but when i'm ls, there's no gnokii file.

where i'm going wrong?

i really need gnorkii on my 770.

thanks
 
Posts: 12 | Thanked: 0 times | Joined on Jul 2007
#60
Do you have to be in R&D mode as well as just typing sudo gainroot?
I still get "not found" error after doing all that.
Also phonelink seems to want a different version so.3 not so.2.5
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:28.