Hey all,
I'm trying to use bluetooth capabilities from the SDK emulator and get an "access denied" message. I've searched for an answer, and couldn't find one for my situation on the forum, maybe someone has an idea.
Specs:
------
Machine: Laptop, HP Pavilion DV5
OS: Vista
BT Device: HP Integrated module with Bluetooth 2.0 Wireless technology (Broadcom driver)
SDK version: S60 3rd ed, FP1 (no other SDK is installed)
PyS60 Version: both 1.4.5 and 1.9.7 are installed
Here's a code example I'm trying to run from the interactive console:
and the response I get is this:Code:#On python 1.4.5 import socket address,avail_services = socket.bt_discover()I tried to download the BT drivers for SDK3rdFP1 from this link (even though it's a windows XP driver), but vista wouldn't use it.error: (13,'Permission denied')
I'm kinda stuck, and this really is a basic issue for me when developing.
Help Any1?
Thanks a bunch.

Reply With Quote

