View Single Post
Old 11-27-2013, 06:35 PM   #264
DanZer
Junior Member
DanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheeseDanZer can extract oil from cheese
 
Posts: 9
Karma: 1000
Join Date: Nov 2013
Device: K3G, KT, K4
Tried compiling the update myself, got error.
Code:
Traceback (most recent call last):
  File "py.py", line 1225, in <module>
  File "..\bin\kindle_update_tool.py", line 450, in <module>
    make_bin("update_"+name, filelist, type, kver, sign=sign, jailbreak=jailbreak)
  File "..\bin\kindle_update_tool.py", line 222, in make_bin
    create_sig(keyfile, name, tar)
  File "..\bin\kindle_update_tool.py", line 165, in create_sig
    raise ValueError("Openssl failed")
ValueError: Openssl failed

C:\Download\Firmware\Kindle\loc_ru>..\bin\py.exe ..\bin\kindle_update_tool.py m --k3gb --sign loc_ru_0.17_k3gb_uninstall uninstall.sh
calculating signature for uninstall.sh
cmd = ..\bin\openssl.exe dgst -sha256 -sign c:\docume~1\039f~1\locals~1\temp\tmp
gbo6fr -out c:\docume~1\039f~1\locals~1\temp\tmpts8azh uninstall.sh
adding uninstall.sh
calculating signature for bundle file
cmd = ..\bin\openssl.exe dgst -sha256 -sign c:\docume~1\039f~1\locals~1\temp\tmp
gbo6fr -out c:\docume~1\039f~1\locals~1\temp\tmpbp5yyi c:\docume~1\039f~1\locals~1\temp\tmpizs4fb
making bin file
output written to update_loc_ru_0.17_k3gb_uninstall.bin
Why openssl works when making uninstall, but not install?
DanZer is offline   Reply With Quote