alephsecurity / abootool

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

ADB ERROR #7

Open trounce1 opened 6 years ago

trounce1 commented 6 years ago

./abootool.py -h Traceback (most recent call last): File "./abootool.py", line 7, in import device File "/Users/harry/Downloads/abootool-master/device.py", line 8, in from adb import fastboot,common,usb_exceptions,adb_commands, sign_m2crypto ImportError: No module named adb

What am i missing here?

not sure what is wrong???

any help will be apreciated

Ante0 commented 6 years ago

You need to 'pip install adb'.

tanmay380 commented 4 years ago

i'm getting a hell lot of error installing this adb Screenshot (206) Screenshot (207)

karmaadhin commented 4 years ago

I'm facing the same issue(red errors) .. any solution yet ?

vpolinov commented 3 years ago

Same issue here. Same stupid diagnostics re "no module named adb"

I see, alephsecurity does not care about his buggy piece of ....

ghost commented 3 years ago

sudo apt-get install libssl-dev swig python3-dev gcc Fixed installation of ADB.