Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-19-2014, 12:27 PM   #46
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Huh. So, the JB is okay, the package is okay, yet it fails. Awesome.

What's the exact FW version/build number the device is running, and did you happen to break the openssl binary?
NiLuJe is offline   Reply With Quote
Old 04-19-2014, 12:30 PM   #47
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Provided you have a recent USBNet build installed, does this work?

Code:
cd /mnt/us
kindletool convert -kws Update_mkk-20140214-k5-ALL_install.bin
openssl dgst -sha256 -verify /etc/uks/pubdevkey01.pem -signature Update_mkk-20140214-k5-ALL_install.psig Update_mkk-20140214-k5-ALL_install_unwrapped.bin
NiLuJe is offline   Reply With Quote
Advert
Old 04-19-2014, 12:34 PM   #48
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
And what about this:

Code:
cd /mnt/us
dd if=Update_mkk-20140214-k5-ALL_install.bin bs=192 count=1 2>|/dev/null | tail -c +65 >| "mkk.psig"
tail -c +$(expr 192 + 1) "Update_mkk-20140214-k5-ALL_install.bin" 2>|/dev/null | openssl dgst -sha256 -verify "/etc/uks/pubdevkey01.pem" -signature "mkk.psig"
NiLuJe is offline   Reply With Quote
Old 04-19-2014, 12:35 PM   #49
Lykos
Member
Lykos began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite 2
oO I think that might just be it
Is there someone who accepts a small paypal donation for my utter stupidity?
Code:
[root@kindle root]# openssl
openssl: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Lykos is offline   Reply With Quote
Old 04-19-2014, 12:38 PM   #50
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Hurray! That's it, you can forget my two command dump posts .

If you don't have a backup of it, you should be able to rip the original openssl binary & libs from the full amazon update corresponding to your FW version (with KindleTool, and preferably a Linux system to loop-mount the ext3 image painlessly).

What's shipped with USBNetwork won't help you, that's OpenSSL 1.0.1g, and only the library, not the binary. Although if you need a quick and dirty hot fix, I might have the corresponding binary still laying around in my build tree.

EDIT: Or, of course, you *should* be able to just downgrade/upgrade your FW version, provided you don't click the UYK link after putting an official update file, and just reboot straightaway, that'll take care of everything. That solution also implies running something earlier than FW 5.4.2.1 if you're doing a downgrading (or reinstalling the exact same FW version).

Last edited by NiLuJe; 04-19-2014 at 12:44 PM.
NiLuJe is offline   Reply With Quote
Advert
Old 04-19-2014, 12:46 PM   #51
Lykos
Member
Lykos began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite 2
Hurray it worked, thank you very much!
How can I repay you?
Lykos is offline   Reply With Quote
Old 04-19-2014, 12:47 PM   #52
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
By being careful what you do on your device, in particular on the rootfs? ;D
NiLuJe is offline   Reply With Quote
Old 05-02-2014, 07:19 PM   #53
user743
Addict
user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.
 
Posts: 243
Karma: 44444
Join Date: Mar 2014
Device: Kindle PW2 special offers removed by Amazon for FREE
Quote:
Originally Posted by NiLuJe View Post
Check the bottom left corner of the screen (during the update process, before it reboots) for the proper update error code.

Alternatively, if you can, check the system logs (over SSH, or from a ;dm dump).
what should i look for in the system logs.
user743 is offline   Reply With Quote
Old 05-02-2014, 07:28 PM   #54
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@user743: What's your issue?
NiLuJe is offline   Reply With Quote
Old 05-02-2014, 07:36 PM   #55
user743
Addict
user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.user743 has never been to obedience school.
 
Posts: 243
Karma: 44444
Join Date: Mar 2014
Device: Kindle PW2 special offers removed by Amazon for FREE
I get a invalid certificate error when trying to open KUAL. I cant reinstall mkk. i get a error. I think it was 0007 or 007.

The problem started when i unregistered and reregistered my pw2 5.4.2.1.

I think it's still jail broken, because the front light hack is still working.

Last edited by user743; 05-02-2014 at 07:42 PM.
user743 is offline   Reply With Quote
Old 05-02-2014, 10:15 PM   #56
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@user743: Nope, reinstall the JB, then MKK, that should do it .
NiLuJe is offline   Reply With Quote
Old 05-25-2014, 12:59 PM   #57
Brynwall
Enthusiast
Brynwall began at the beginning.
 
Posts: 30
Karma: 10
Join Date: May 2014
Device: Paperwhite 2
Has anybody ever had an issue where the PW2 decided that the application wasn't installed anymore? I re-installed it and it worked, but for some reason it just stopped working (nothing additional was installed when this happened).
Brynwall is offline   Reply With Quote
Old 05-25-2014, 02:18 PM   #58
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@Brynwall: What do you mean when you say 'application'?
NiLuJe is offline   Reply With Quote
Old 05-28-2014, 02:26 AM   #59
bamvor
Junior Member
bamvor began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2014
Device: kwp2
does anyone know that whether it apply to kwp2 5.4.3.2?
thanks.
bamvor is offline   Reply With Quote
Old 05-28-2014, 08:25 AM   #60
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by bamvor View Post
does anyone know that whether it apply to kwp2 5.4.3.2?
thanks.
Yes, someone does.
Yes, it does.
Your welcome.
knc1 is offline   Reply With Quote
Reply

Tags
kindlet, mkk


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindlet fullscreen goobar Kindle Developer's Corner 0 02-11-2014 01:27 PM
Kindlet Jailbreak help Firedb Kindle Developer's Corner 1 06-10-2012 04:47 AM
Kindlet Jailbreak route66 Amazon Kindle 7 06-02-2012 07:09 AM
[Help] How can I write kindlet with KT 5.1.0? isaac.hu Kindle Developer's Corner 3 04-19-2012 10:49 PM
Kindlet Entwicklungstutorial sala Amazon Kindle 0 01-20-2011 04:33 AM


All times are GMT -4. The time now is 11:17 AM.


MobileRead.com is a privately owned, operated and funded community.