i just encountered the missing hcid.conf file... and i would like it if someone could clarify for me in dr gr33ns post about Bluesmash and creating the same file....
should i delete all the other files in the /etc/bluetooth/hcid.conf and replace that file(?) text or folder tho there is only the bluetooth folder in that part of the DIR.
1st question is about the RFCOMM's
in the bluesmash program there is the option under connectivity, there is the 1) connect 2) bind...
now i selected bind rfcomm0 to channel 3 for DUN connection when this was done i went to bluebugger and tried to dial from my mobile via BT4 and said connection failed.
so after that i went to a new console window and had a look at
Code:
sdptool record 00:26:69:68:20:03
(my nokia n97)
this shows that there are various rfcomms and channels (services list).
under the dial up networking (DUN) it says that the channel is 22.
from this information am i right to assume that when i go back i change rfcomm0 to be binded with channel 22?
or is
Code:
mdnod -m 666 /dev/rfcomm 0 c 216 3
] the standard regardless of what the rfcomm is on the phone?
i geuss the other way i could try it is
Code:
mdnod -m 666 /dev/rfcomm0 c 216 22
has anyone tried that?
i also noticed that the OBEX FTP is RFCOMM3 and the channel is 5. if i figure it out before any replys i will see about making some sort of script for the nokia n97 rfcomms and channels binding stage.
sorry if these questions have already been answered...