![]() |
#1186 | |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Quote:
(This is probably even documented in the README). |
|
![]() |
![]() |
![]() |
#1187 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
|
![]() |
![]() |
Advert | |
|
![]() |
#1188 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Dec 2023
Device: kindle paperwhite
|
md5sum is incorrect on multiple downloads
MR Package Installer | kual-mrinstaller-1.7.N-r19303.tar.xz | 2023-Nov-05 13:37:00 | 1.7M | 3bd0f475c6d6926669bfb4ff4c64dd30 | MRPI i downloaded multiple times to verify md5sum kual-mrinstaller-1.7.N-r19303.tar.xz* 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz.1 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz.2 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz.3 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz.4 can we get a updated md5sum on the files? verified good 8af8c2a4cbdf6a9f4a45a63bb4c4dd02 kindle-mkk-20141129-r18833.tar.xz 6d149ea80df5081c8c9208ddec267582 kual-batterystatus-1.1.N-r18977.tar.xz 0484d7fd491e86c2fea9dc29d3901366 kual-gawk-1.5.N-r18977.tar.xz 931d61eedbdb1bfca6b1602740838213 kual-helper-0.5.N-r18980.tar.xz 0372d00ec596f18361f3b3cf5b64e35c kual-kual-plus-0.2.N-r13380.tar.xz cannot verify, different md5sum f439e3b25d7122d07177bd85fe4317e5 KUAL-5b5d1d2-20231104.tar.xz 03bb04584331e2dec4f7e09c36e05239 kual-mrinstaller-1.7.N-r19303.tar.xz 20397b923c9672ba4e0a5ec37aff5be0 KUAL-v2.7.31-g702078b-20231104.tar.xz |
![]() |
![]() |
![]() |
#1189 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
|
![]() |
![]() |
![]() |
#1190 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
Quote:
In current JBHotfix, file "fixup" L780-L794: Code:
# Check if we need to do something with the OTA pubkey if [ ! -f "${ROOT}/etc/uks.sqsh" ] && [ ! -f "${ROOT}/etc/uks/pubdevkey01.pem" ] ; then # No jailbreak key, install it install_touch_update_key else # Jailbreak key found... Check it. if [ "$(md5sum "${ROOT}/etc/uks/pubdevkey01.pem" | awk '{ print $1; }')" != "7130ce39bb3596c5067cabb377c7a9ed" ] ; then # Unknown (?!) jailbreak key, install it install_touch_update_key fi if [ ! -O "${ROOT}/etc/uks/pubdevkey01.pem" ] || [ ! -G "${ROOT}/etc/uks/pubdevkey01.pem" ] ; then # Not our own? Make it so! install_touch_update_key fi fi Code:
if [ ! -O "${ROOT}/etc/uks/pubdevkey01.pem" ] || [ ! -G "${ROOT}/etc/uks/pubdevkey01.pem" ] ; then # Not our own? Make it so! install_touch_update_key fi If I do it by hand (from normal boot Kindle over SSH), it says FS is read-only: Code:
[root@kindle us]# mount -o rw,remount / [root@kindle us]# chown root:root "/etc/uks/pubdevkey01.pem" chown: /etc/uks/pubdevkey01.pem: Read-only file system Is this is a problem? |
|
![]() |
![]() |
Advert | |
|
![]() |
#1191 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
The other check on /etc/uks.sqsh is OK, it is root:root
Code:
if [ -f "${ROOT}/etc/uks.sqsh" ] && [ -f "${MKK_PERSISTENT_STORAGE}/updater_keys.sqsh" ] ; then # Check it. if [ "$(md5sum "${ROOT}/etc/uks.sqsh" | awk '{ print $1; }')" != "f62830065dd99921c42c90f6f8347bf5" ] ; then # Unknown (?!) jailbreak keystore, install it install_touch_update_key_squash fi if [ ! -O "${ROOT}/etc/uks.sqsh" ] || [ ! -G "${ROOT}/etc/uks.sqsh" ] ; then # Not our own? Make it so! install_touch_update_key_squash fi fi |
![]() |
![]() |
![]() |
#1192 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@boriscornelli: Yes, the updated packages are manually patched in, and I couldn't be arsed to update the checksums.
Will be magically fixed once I can once again update everything at once (at which point all of this will be autogenerated again). I'll remove them in the meantime. Last edited by NiLuJe; 12-02-2023 at 02:00 PM. |
![]() |
![]() |
![]() |
#1193 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@mergen3107: Ah, I'll probably need to rebuild a squash then, thanks!
(Ought to be mostly harmless, all things considered, though). |
![]() |
![]() |
![]() |
#1194 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
Thank you! Glad to help from time to time as well
![]() |
![]() |
![]() |
![]() |
#1195 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Ought to be fixed in r19326, thanks
![]() |
![]() |
![]() |
![]() |
#1196 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
|
![]() |
![]() |
![]() |
#1197 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
Ah, sorry!
r19326 is the package for K5 Jailbreak package, will test soon! |
![]() |
![]() |
![]() |
#1198 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
@NiLuJe
Thank you very much for your quick response! I installed the new Dec-02-23 JB Hotfix as an mrpi package. Then restarted Kindle Scribe two times: 1) First time it only said **** SQUASH JB **** 2) Second time it didn't say anything on the loading screen ![]() Doubled checked the key in /etc/uks/ , everything is great! The key has root:root ownership (Owner:Group). Last edited by mergen3107; 12-02-2023 at 10:30 PM. |
![]() |
![]() |
![]() |
#1199 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Cool, thanks for double-checking
![]() |
![]() |
![]() |
![]() |
#1200 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,500
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
No-no-no, thank you!
![]() I also tried the usbnet on boot after new hotfix, it seems it is the same issue. All observations: 1) Kindle is up, usbnet active (no usbms), I can connect either by cable or Wi-Fi, all good. 2) I connect the cable, test usbnet again, then long-press the power button and hit restart. 3) Screen with "Your Kindle is restarting" sohws up. Then, usbnet turns off, for a brief 10-15 seconds I see the Kindle drive show up on the screen of my PC. I don't have enough time to safely eject it - since Kindle continues with the restart. 4) Then, after seemingly regular amount of time, Kindle boots into this semi-debug mode with "Collecting info". Meanwhile it still shows only 1/3 strings that usbnet reports. 5) Cable usbnet refuses the connection. Didn't try Wi-Fi yet. Is this how it usualy goes when you restart a Kindle with Enable usbnet on boot? I mean, things in Step 3. |
![]() |
![]() |
![]() |
Tags |
hacks, kindle, niluje |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I removed the hacks, installed 3.1, then new hacks, and now Kindle is dead | cloudyvisions | Amazon Kindle | 55 | 11-29-2023 07:27 PM |
Tools Snapshots of Coplate's packages | coplate | Kindle Developer's Corner | 104 | 10-23-2022 11:41 PM |
NiLuJe offline? | picree | Kindle Developer's Corner | 1 | 09-28-2016 10:29 PM |
Snapshots test in Live version | Michele Clinco | OpenInkpot | 7 | 09-08-2009 02:42 PM |