vbmeta-sign Key Problem For Unlock Bootlaoder
vbmeta-sign Key Problem For Unlock Bootlaoder
(06-10-2022, 06:04 PM)asadgsm On Python 3 am facing this error on windows 10
PS C:\vbmeta> python avbtool.py info_image --image vbmeta-sign.img
C:\Python27\python.exe: can't open file 'avbtool.py': [Errno 2] No such file or directory
PS C:\vbmeta>
and sometime this error on other pc
File "C:\Users\Administrator\Downloads\[Hovatek] avbtool\avbtool.py", line 411
b = 2L**32
^
SyntaxError: invalid decimal literal
PS C:\Users\Administrator\Downloads\[Hovatek] avbtool>
On Python 2 the error is on windows 10
PS C:\Users\Administrator\Downloads\[Hovatek] avbtool> python2 avbtool.py info_image --image vbmeta-sign.img
python2 : The term 'python2' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ python2 avbtool.py info_image --image vbmeta-sign.img
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (python2:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException