alephsecurity / abootool

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

IOError: [Errno 2] No such file or directory: u'/root/.android/adbkey.pub' #4

Open Vxer-Lee opened 6 years ago

Vxer-Lee commented 6 years ago

IOError: [Errno 2] No such file or directory: u'/root/.android/adbkey.pub'

greateggsgreg commented 6 years ago

Create a key by running the standard 'adb shell' command with your device. Make sure you run 'adb kill-server' to terminate the adb server so it doesn't hog access to the USB device in the background when python-adb tries to connect.