On 2009/01/09 12:50, andrew fresh wrote:
> I am trying to talk to my phone with obex over bluetooth.  However, I am
> running into some trouble that appears to be a lack of understanding on
> my part.  
> 
> I recently sent in an update to openobex and obexftp that I believe
> should give me access to my phone.  Unfortunately I just get errors.
> 
> What am I doing wrong?  
> 
> (although with this error, it could be the bluetooth adapters I have and
> so a question for misc@)
> 
> 
> With my adapter, I get this error from sdpquery
> rrlhcwks1001: andrew $ sudo sdpquery -a 00:1a:1b:a2:6f:59 Search FTRN
> sdpquery: sdp_open: Software caused connection abort
> 
> With the borrowed adapter, it just hangs with no error.
> 
> If I can solve this, I think it will get me much closer to making it
> work.

Not sure if this will help, but with the Broadcom BT-253 in the
Eee 901, I can do this:

sudo btconfig ubt0 up
sudo btconfig ubt0 name "some name"
sudo bthcid
btconfig ubt0 inq
vi /etc/bluetooth/hosts
  add address for remote device here e.g. nokia1
sudo btpin -r -a nokia1
  this generates a temporary PIN to type into the phone to pair
  with the computer; alternatively you can use a preset PIN with
  -p instead of -r
rfcomm_sppd -a nokia1 -s DUN
  if not already paired, the phone will ask for the PIN from above
  to allow pairing.
  AT modem commands work, ^C to exit, or you can get it to attach
  to a pty where you can run PPP
sdpquery -a nokia1 Browse
  big long list

but what I can't do is this:

obexftp -b nokia1 -X -vvv
  error on connect(): Undefined error: 0

Reply via email to