Hi guys,
I am having a very strange problem when I use bt_discover(). Since my last post, I tried different things. I tried instantiating my variables as global and it seemed to work for a while. I was able to get bt_discover() to work for a while.
I was trying to discover my N97 from the S60 emulator and vice versa. Since that was working, I tried to connect the two. Being my first attempt, it obviously was unsuccesful and python on both devices just hung. I restarted the two devices. Once I did that, bt_discover() works just fine when I try to discover any other device on either my phone or my emulator. But when I get the list of available devices,
(1) when i choose to discover the emulator from my phone, it gives me error: 'no such file or directory'
(2) when i choose to discover the phone from my emulator, python crashes with error:
application closed
PYTHON
KERN-EXEC 3
Can anyone please throw some light on what might be wrong here? Thanks in advance.

Reply With Quote

