public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Bluez-users] How to become a bluetooth obex server
@ 2007-08-13  4:41 leiyu
  2007-08-13 13:19 ` Manuel Naranjo
  0 siblings, 1 reply; 3+ messages in thread
From: leiyu @ 2007-08-13  4:41 UTC (permalink / raw)
  To: Bluez-Users

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Dear  Manuel,

Thank you very much ,I succeed with your help.
I register the OPUSH service in RFCOMM channel 10 with the command "sdptool add --channel=10 OPUSH"
obexftpd -b will listen all the services that have been registered in channel 10, not only FTP, but also OPUSH ,
Am my opinion right?

Best regards,
Leiyu

[-- Attachment #2: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] How to become a bluetooth obex server
  2007-08-13  4:41 [Bluez-users] How to become a bluetooth obex server leiyu
@ 2007-08-13 13:19 ` Manuel Naranjo
  2007-08-13 15:53   ` [Bluez-users] OBEXFTP: Mavin? Whats the default PIN? Je Co
  0 siblings, 1 reply; 3+ messages in thread
From: Manuel Naranjo @ 2007-08-13 13:19 UTC (permalink / raw)
  To: BlueZ users

[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]

Exactly, it will handle any connection that wants to use Channel 10
> Dear  Manuel,
>
> Thank you very much ,I succeed with your help.
> I register the OPUSH service in RFCOMM channel 10 with the command "sdptool add --channel=10 OPUSH"
> obexftpd -b will listen all the services that have been registered in channel 10, not only FTP, but also OPUSH ,
> Am my opinion right?
>
> Best regards,
> Leiyu
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>   



[-- Attachment #2: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bluez-users] OBEXFTP: Mavin? Whats the default PIN?
  2007-08-13 13:19 ` Manuel Naranjo
@ 2007-08-13 15:53   ` Je Co
  0 siblings, 0 replies; 3+ messages in thread
From: Je Co @ 2007-08-13 15:53 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 1994 bytes --]

After your help, I installed d-bus and I was able to use hciconfig,  hcitools.
My Absolute-box sees my SE K750i.

My biggest need is to get mp3 files to the phone. When this is working (pffff),  I will try to get pictures of the phone to the laptop. In the end I hope to do things with my agenda.

Googling around learned me I had to use OpenObex/Obexftp to transfer files between laptop and phone. I managed to install this software (I think).

Eventually, I could give the command 'obexftp -b -p somefile'. Scanning starts,  phone is found, tries to connect on channel 6, phone asks if unknown device is permitted to have access, and then it asks for a PIN. All seems ok, it's like when I'm using my windows-machine.

But where can I find the PIN? Googling learned there should be a file PIN in the /etc/bluetooth-dir. It isn't there. I made one, but that didn't have any effect. 

Googling learned there's a prog which is needed to tranfer the PIN? All the commands I encountered were not recognized. Do I need extra software (I'm not using KDE or Gnome, so don't have access to some tools which are mentioned). 

I looked into the hcid.conf, but it seems to me it's all about incoming (to the laptop) connections? I hoped to get rid off the PIN with 'security none', but  that didn't help either.

What also puzzles me is that the phone tells me ' mavin'  tries to connect.  
According to what I read, I expected 'BlueZ' (found this also in hcid.conf). 'mavin' seems to be a (hard to configure) CF-card, I'm working with an USB-dongle (lsusb doesn't show 'mavin', I expected it to see there).

I'v got the feeling I'm close to the solution, but after hours of trying/searching, please help.

(Another unsolved issue is that when I ask the phone to search for bluetooth-devices, my laptop doesn't show up).

Thanks in advance,
Jeu

   



 
  
       
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.

[-- Attachment #1.2: Type: text/html, Size: 2278 bytes --]

[-- Attachment #2: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-13 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  4:41 [Bluez-users] How to become a bluetooth obex server leiyu
2007-08-13 13:19 ` Manuel Naranjo
2007-08-13 15:53   ` [Bluez-users] OBEXFTP: Mavin? Whats the default PIN? Je Co

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox