alephsecurity / abootool

Simple tool to dynamically discover hidden fastboot OEM commands based on static knowledge
MIT License
252 stars 58 forks source link

adb_commands.AdbCommands.ConnectDevice #5

Open Vxer-Lee opened 6 years ago

Vxer-Lee commented 6 years ago

return adb_commands.AdbCommands.ConnectDevice(self.usbdev,rsa_keys=[signer]) TypeError: unbound method ConnectDevice() must be called with AdbCommands instance as first argument (got UsbHandle instance instead)

greateggsgreg commented 6 years ago

This is because of a change in python-adb's API. This has been fixed here: https://github.com/alephsecurity/abootool/pull/6