Hippie Hacker

Results 212 comments of Hippie Hacker

I tried it on one machine and it works, but on another: ``` # python agent.py Traceback (most recent call last): File "agent.py", line 129, in open_hci() File "agent.py", line...

It's interesting that I get a different error if I run it twice in a row: ``` root@chip:~/btk# python agent.py Traceback (most recent call last): File "agent.py", line 129, in...

I started a tmate session on the keyboard and will leave it up for a while if anyone wants' to take a look: You can connect to this device via...

I started up the tmate.io session again as root: https://tmate.io/t/WUQEdPJmm86In83H4ZtlSKLgw or ``` ssh [email protected] ```

@lvht I'll leave this open for the next 24 hours or so.

I'm looking at this again this morning.

Fri Aug 12 15:59:02 2016 [tmate] web session: https://tmate.io/t/VmqHBOyOcLpz6vDBk4RbbHjCF Fri Aug 12 15:59:02 2016 [tmate] ssh session: ssh [email protected]

I think we should be using the SystemBus: https://github.com/LEW21/pydbus/blob/master/doc/tutorial.rst#connecting-to-the-bus The system bus is global and usually started during boot; it's used to communicate with system services like systemd, udev and...

I looked at the latest pydbus as well: ``` # cat requirements.txt future evdev PyBluez #pydbus==0.5.1 -e git://github.com/LEW21/pydbus.git@d6c1a27a2bd17280f63b0093872ffa89d8658f08#egg=pydbus ``` But it will require a minor rewrite as for as I...

We got on the bus! ``` root@chip:~/btk# cat /usr/share/dbus-1/system-services/org.bluez.service [D-BUS Service] Name=org.bluez Exec=/bin/false User=root SystemdService=dbus-org.bluez.service root@chip:~/btk# ipython Python 2.7.9 (default, Mar 1 2015, 13:48:22) Type "copyright", "credits" or "license" for...