Quote:
Originally Posted by leadus
download kindletool for your os. run "kindletool extract Update_python3.11_install_khf_11thgenplus.bin python3kindllinstall", then cd into that directory. In your error logs, at "extensions/MRInstaller/log/mrinstaller.log" it should say what device code you have. for example, in mine, I had this:
Package 'update-install-python3.11-khf.bin' (I python3.11 khf) is not targeting your device [(Your code will be this one)E75 vs. 11
0F
10
24
1B
1C
1D
1F
20
D4
5A
D5
D6
D7
D8
F2
17
60
62
5F
61
C6
DD
13
54
53
2A
52
4F
201
207
206
202
205
204
293
26B
26C
294
26E
etc, the list goes on.
As you see, mine was E75, so I would run this kindtle tool command, while still in the same python3kindllinstall folder:
kindletool create ota2 -d E75(replace with your code) . update-install-python3.11-khf.bin
Then, open your file explorer and drag that package to mrpackages. I believe that this command should work. tell me how it goes.
|
The code ran into an error like this:
Code:
Building OTA V2 (FD04) update package 'standard output' for 1 device:
Kindle PaperWhite 4 (2018) WiFi (32GB)
With the following flags: Min. OTA: 0, Target OTA: MAX, Critical: 0, Cert: 0 & 0 Metadata strings.
archive_read_next_header2() failed: ?s: Couldn't visit directory (FAILED).
Failed to create intermediate archive 'C:\Users\myusername\AppData\Local\Temp/kindletool_create_tarball_quykNH'.
Is there something wrong with my configuration?