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:- copy emergency.sh to the root USB folder
- restart your Kindle (Menu->Settings->Restart)
- verify the script was executed: following files will apper:
- done_emergency.sh
- old_debug_cmds.json
- new_debug_cmds.json
- 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:
Quote:
...
## We could arguably patch the debug command list, but, meh.
...
|