Hi,
I'm currently using an N97 and am attempting to get a simple bluetooth scanning application to run. I've got Python2.0.0 installed on the phone and the script shell is signed.
The code I am using is this:
import btsocket as socket
address, services = socket.bt_obex_discover()
print "Chosen device:", address, services
When I run it on the phone I get the following error:
address, services = socket.bt_obex_discover()
error: (13, 'Permission denied')
I've looked all over and have been unable to find a solution, has anyone else experienced this issue? Knows how to fix it?
Thanks in advance, any help is much appreciated.

Reply With Quote

