View Single Post
Old 10-16-2017, 05:13 AM   #1
iamagloworm
Connoisseur
iamagloworm began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Apr 2013
Device: Kindle Paperwhite 3 (Manga)
help to repackage python for manga pw3

Hi,

I have been trying to repackage python for manga pw as the existing package doesn't include the manga device id (0LK).

To do this, I am following the notes made by coplate here and the pythong package from here

This is my terminal output:
Spoiler:
Code:
user$ ../kindletool-v1.6.4.97-osx/kindletool convert Update_python_0.14.N_install_pw2_kt2_kv_pw3_koa_kt3.bin 
Converting update package 'Update_python_0.14.N_install_pw2_kt2_kv_pw3_koa_kt3.bin' to 'Update_python_0.14.N_install_pw2_kt2_kv_pw3_koa_kt3_converted.tar.gz' (without sig, delete input).
Bundle         SP01 (Signing Envelope)
Cert number    0
Cert file      pubdevkey01.pem (Developer)
Bundle         FD04 (Versionless [vls])
Bundle Type    OTA V2
Minimum OTA    0
Target OTA     18446744073709551615
Devices        32
Device         Kindle PaperWhite 2 (2013) WiFi
Device         Kindle PaperWhite 2 (2013) WiFi Japan
Device         Kindle PaperWhite 2 (2013) WiFi+3G
Device         Kindle PaperWhite 2 (2013) WiFi+3G Canada
Device         Kindle PaperWhite 2 (2013) WiFi+3G Europe
Device         Kindle PaperWhite 2 (2013) WiFi+3G Russia
Device         Kindle PaperWhite 2 (2013) WiFi+3G Japan
Device         Kindle PaperWhite 2 (2013) WiFi (4GB) International
Device         Kindle PaperWhite 2 (2013) WiFi+3G (4GB) Europe
Device         Kindle PaperWhite 2 (2013) WiFi+3G (4GB)
Device         Kindle PaperWhite 2 (2013) WiFi+3G (4GB) Canada
Device         Kindle PaperWhite 2 (2013) WiFi+3G (4GB) Brazil
Device         Kindle Basic (2014)
Device         Kindle Basic (2014) Australia
Device         Kindle Voyage WiFi
Device         Kindle Voyage WiFi+3G
Device         Kindle Voyage WiFi+3G Europe
Device         Kindle Voyage WiFi+3G Japan
Device         Kindle Voyage WiFi+3G Mexico
Device         Kindle PaperWhite 3 (2015) WiFi
Device         Kindle PaperWhite 3 (2015) WiFi+3G Japan
Device         Kindle PaperWhite 3 (2015) WiFi+3G Canada
Device         Kindle PaperWhite 3 (2015) WiFi+3G
Device         Kindle PaperWhite 3 (2015) WiFi+3G Europe
Device         Kindle PaperWhite 3 (2015) WiFi+3G Mexico
Device         White Kindle PaperWhite 3 (2016) WiFi
Device         White Kindle PaperWhite 3 (2016) WiFi+3G Japan
Device         Kindle Oasis WiFi
Device         Kindle Oasis WiFi+3G
Device         Kindle Oasis WiFi+3G Europe
Device         Kindle Basic 2 (2016)
Device         White Kindle Basic 2 (2016)
Critical       0
Padding Byte   0 (0x00)
MD5 Hash       fb2551a9474a3dd7c27b6c6d0f2763e9
Metadata       0
user:output user$ set KT_WITH_UNKNOWN_DEVCODES=1
user:output user$ ../kindletool-v1.6.4.97-osx/kindletool create ota2 -d 293 -d 294 -s 0 -t 18446744073709551615 Update_python_0.14.N_install_pw2_kt2_kv_pw3_koa_kt3_converted.tar.gz Update_python_0.14.N_install_manga.bin
Unknown device 293 (0x293).
user:output user$ ls -l
total 33128
-rw-r--r--  1 user  staff  16959261 16 Oct 17:04 Update_python_0.14.N_install_pw2_kt2_kv_pw3_koa_kt3_converted.tar.gz


as you can see, kindletool is not creating the Update_python_0.14.N_install_manga.bin file

am i missing something? any help appreciated
iamagloworm is offline   Reply With Quote