alephsecurity / abootool

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

favourite OTAs/Factory images? #9

Closed youyim closed 5 years ago

youyim commented 5 years ago

hi, favourite OTAs/Factory images?I use nubia (zte) Z18,it is sdm845. 2018-10-12 15-20-49

2018-10-12 15-18-41

P3nguin-M commented 5 years ago

try not unpacking the zip file and calling the .zip, such as: $ ./abootool.py -a "/path/to/file/ota.zip"

youyim commented 5 years ago

try not unpacking the zip file and calling the .zip, such as: $ ./abootool.py -a "/path/to/file/ota.zip"

2019-01-14 20-47-49 The same result

P3nguin-M commented 5 years ago

While I was working on a OnePlus firmware, I used the file: OnePlus3Hydrogen_16_OTA_014_all_1702242121_0c67dd86616c455d.zip When I added the firmware to the application, my command was exactly: ./abootool.py -a "OnePlus3Hydrogen_16_OTA_014_all_1702242121_0c67dd86616c455d.zip"

Haven't looked deep into the code yet, plus I'm new to python and maybe have a month experience in it... What I can tell you is that with quotes it worked flawlessly for me, before I add them, I have the same issue. Try quotes?!