views:

88

answers:

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?

+1  A: 

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

Riho
But isn't PyS60 supposed to accommodate those changes?
Xolve
Can't say anything about Python, I work in C++
Riho