Thread: Help for a font
View Single Post
Old 04-21-2022, 07:30 PM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,881
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Owl_ View Post
Sorry for my ignorance:


-downloaded the update update_kindle_all_new_paperwhite_11th_5.14.2
-downloaded kindleTool
-copied the update in the KindleTool-master\KindleTool directory
-opened in the same directory PowerShell
-typed:


PS C:\Users\Utente\Desktop\Nuova cartella\KindleTool-master\KindleTool> convert -c update_kindle_all_new_paperwhite_11th_5.14.2


it gives me an error


What must I type exactly?
Where did you get an executable called convert from? When I downloaded the kindletool-v1.6.5.251-mingw.zip file from the link in the Snapshots of NiLuJe's hacks thread, the only executable in the file was kindletool.exe. And remember that if you are running an executable in the same directory that you have open in Powershell, you would have to place a .\ in front of the filename (i.e. .\kindletool would be needed).

I created a directory called unpack in the same directory where I have KindleTool.exe and the downloaded firmware which is renamed to kindle.bin. I use a batch file to save me typing. The contents of the batch file are (the %~DP0 translates to the directory the batch file is run from):

Code:
KindleTool extract kindle.bin %~DP0unpack\
Code:
C:\Users\David\Desktop\kindletool>unpack

C:\Users\David\Desktop\kindletool>KindleTool extract kindle.bin C:\Users\David\Desktop\Holder\kindletool\unpack\
Extracting update package 'kindle.bin' to 'C:\Users\David\Desktop\kindletool\unpack\'.
Bundle         SP01 (Signing Envelope)
Cert number    2
Cert file      pubprodkey02.pem (Official 2K)
Bundle         FB03 (Fullbin [OTA?, fwo?])
Bundle Type    Recovery V2
Target OTA     3763030075
MD5 Hash       60a6fc7d1541a845956b1e8874e1413d
Magic 1        2048630901
Magic 2        1897089723
Minor          1
Platform       Zelda
Header Rev     0
Board          Unspecified
Devices        6
Device         Champagne Kindle Oasis 3 (2019) WiFi (32GB)
Device         Kindle Oasis 3 (2019) WiFi+4G (32GB) Japan
Device         Kindle Oasis 3 (2019) (Unknown Variant 0WP)
Device         Kindle Oasis 3 (2019) WiFi+4G (32GB)
Device         Kindle Oasis 3 (2019) WiFi (32GB)
Device         Kindle Oasis 3 (2019) WiFi (8GB)
x update-payload.dat
x imx7d_zelda/u-boot.bin
x imx7d_zelda/u-boot.bin.sig
x rootfs.img.gz
x rootfs.img.gz.sig
x imx7d_zelda/bios.bin
x imx7d_zelda/bios.bin.sig
x imx7d_zelda/boot.img
x imx7d_zelda/boot.img.sig
x imx7d_zelda/s-bios.bin
x imx7d_zelda/s-bios.bin.sig
x update-payload.dat.sig
DNSB is offline   Reply With Quote