View Single Post
Old 12-25-2019, 12:37 PM   #23
exile2
Member
exile2 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Aug 2014
Location: Germany
Device: Kindle Voyage
Quote:
Originally Posted by MrTick View Post
This will work if and only if recent jailbreak hotfix was installed before the update.

This script modifies debug_cmds.json file so it includes again ;log command.
It also adds ;mrpi command that launches mrpi (has to be installed in the default extensions location)
Code:
{
    ";log" : "/usr/bin/logThis.sh",
    ";mrpi" : "/mnt/us/extensions/MRInstaller/bin/mrinstaller.sh launch_installer",
This is most useful for people that have Kindle updated to >=5.12.2 with jailbreak only.
KUAL installation requires MRPI and MRPI requires ;log command to install KUAL (or maybe there's an easier method I've missed somewhere?...)

Installation:
  1. copy emergency.sh to the root USB folder
  2. restart your Kindle (Menu->Settings->Restart)
  3. verify the script was executed: following files will apper:
    • done_emergency.sh
    • old_debug_cmds.json
    • new_debug_cmds.json
  4. restart your Kindle again

If the files from 3. did not appear and you can still see emergency.sh file then try reinstalling the JB hotfix.

After successful execution you can unpack MRPI to USB root, add KUAL package to mrpackages folder and run ;mrpi command.

Note: if anything goes wrong, i.e new_debug_cmds.json looks malformed, copy emergency_revert.sh to USB root, rename it to emergency.sh and restart the Kindle.

EDIT: this debug-list fix can probably be included in JB hotfix, but quoting logThis.sh code:
Great, thanks a lot for that!! For my Voyage and FW 5.12.3 the actual hotfix didn't work. Your solution did.
exile2 is offline   Reply With Quote