1

I have got a mix of 2nd edition and 3rd edition s60 phones. I start custom obex listener on both phones using Python and try to send files to them. Though I can send files to 2nd edition phone; I can't send files to 3rd edition phone and the error being "Broken pipe".

Why this is so?

Xolve
  • 22,298
  • 21
  • 77
  • 125
  • what actual transfer medium are you using? bluetooth or infrared? what specific phones and firmware versions are you using? what happens when you interact with a non-Series60 phone? – michael aubert Apr 15 '09 at 09:21
  • Thanks for pointing out I added that I am using bluetooth. Its Pys60 therefore, s60 only. – Xolve Apr 15 '09 at 09:30

1 Answers1

1

At least in Symbian C++ SDK the API of Bluetooth was changed between 2nd to 3rd edition phones. It probably affects also Python.

Riho
  • 4,523
  • 3
  • 33
  • 48