View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#54
Just as a fyi; I am running it on a n900. I had to make only a couple small changes:

Right around line 980 -
I changed the '/org/bluez' to just '/' on (Not sure if it is a needed change)
Code:
obj = bus.get_object('org.bluez','/')
I replaced the line (around 987)
Code:
self.lmac_f = adapter.GetAddress()
with
Code:
props = adapter.GetProperties()
self.lmac_f = props['Address']
I'm using it on my N900 on a W7 64bit machine.

Nathan
 

The Following User Says Thank You to Nathan For This Useful Post: