PDA

View Full Version : phonelink help neede.d !


stuH
03-12-2007, 01:39 PM
how do i make the changes to the .gnokiirc file? i have everything installed but dont know how to make changes to this file!
help anybody? can i create it then send to 770 or do i got to do it on the 770?

plesase pm me in case i am on something else if you can help ! thanks

ioan
03-12-2007, 02:03 PM
how do i make the changes to the .gnokiirc file?


I think you have to create the file. From xterm, under the default user, your homedir (not root), create the file with vi and add global header; it looks like this:

$ vi .gnokiirc

[global]
port = xx:xx:xx:xx:xx:xx
model = AT
initlength = default
connection = bluetooth
use_locking = yes
serial_baudrate = 19200
rfcomm_channel = 1
smsc_timeout = 10

stuH
03-12-2007, 02:09 PM
cheers, do i need to install vim to use the vi method?

stuH
03-12-2007, 05:11 PM
ive used vi to write this in xterm, what do i do next, is there a command to save this as my .gnokiirc file?

sunoke
03-12-2007, 06:56 PM
to save in vi: type ":w" to save and quit write ":wq".