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 03-29-2015, 02:09 AM   #16
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Note: Use the [CODE][/CODE] bbcode tags to render code correctly, properly spaced and all. (added above)

As you noticed, regular text gets broken up -- actually it happens when you go too long without writing a space, because it can't handle really-really-long "words".
eschwartz is offline   Reply With Quote
Old 03-29-2015, 06:03 AM   #17
Compuguide
Junior Member
Compuguide began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2011
Device: Kindle3, PW2
Excellent Thread

Recently my trusty old jail broken Kindle Keyboard K3 developed two small permanent blemishes on the screen. The device still works perfectly, but they became irritating, so I decided to upgrade to the PW2.
Like many others, I was disappointed to discover that it was running 5.6.1.0.6 and couldn't be JB'd.
So discovering this thread is fantastic, many thanks, raz572, for your hard work.
Now I'm off to order my MicroFTX and preparing to give my PW2 some major surgery 8-)
Compuguide is offline   Reply With Quote
Advert
Old 03-29-2015, 08:32 AM   #18
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
Nice write-up, thanks.

- - - - -

A note to the site surfer -
This **should** work on all 5.5.x/5.6.x firmwares and perhaps earlier versions (this is not something that is checked here for every FW version).

There are two bits of "magic" in this thread that might change with other devices / other firmwares:

1) Generating the proper password(s)
But ... NiLuJe maintains his KindleTool for any changes noticed in new devices.

2) The starting address to be used with the u-boot, bootm command.
That:
Quote:
What you want to do next is restart the PW2, stop uboot by spamming keys, then going into diagnostics mode by typing:
Code:
 
bootm 0xE41000
On another device and/or firmware version, to confirm that address -

Set your serial port terminal emulator to capture everything to a file and then re-boot the kindle.
Somewhere in the file of boot-up messages you will find that address mentioned.

or -

Interrupt the boot process to get the u-boot prompt and enter the 'list environment' (which includes listing the u-boot scripting) command.
You will find what starting address(es) are used in the scripting.

Note: you may first have to enter the 'bist' command to get to the fully functional copy of u-boot before you can list the u-boot environment.

- - - - -

Tech note:
The "0xE41000" starting address is at least partially determined by the SoC design.
The i.MX6 SoloLite (a single core processor, which the Kindles now use) uses "0xE41000" and the i.MX6 Dual and Quad (dual core and quad core processors) use a different starting address.
The Kindles using earlier SoC designs may also be different.

- - - - -

Marketing note:
Don't expect the dual or quad core SoC to show up in the grayscale Kindles -
With this Amazon custom Linux OS, the grayscale Kindles would then out perform the much more expensive color (Android) Kindle e-readers/tablets.
A definite embarrassment for the other Kindle engineering department.

- - - - -

Brain Fart:
Anyone got a good board re-work station and a spare KV?
I am pretty sure the i.MX6Quad SoC is pin compatible and that the 5.6.x firmware is already a multi-processor build.

Last edited by knc1; 03-29-2015 at 08:52 AM.
knc1 is offline   Reply With Quote
Old 03-29-2015, 10:43 PM   #19
raz572
Member
raz572 is on a distinguished road
 
Posts: 12
Karma: 58
Join Date: Mar 2015
Device: Kindle Paperwhite 2
Thank you for fixing the code eschwartz .

Also, thank you for the writeup knc1. Sorry, I don't have a good rework station or any other Kindle devices

This just about covers the writeup portion of this thread. After reading a bit about Duokan, I don't think I want it anymore . Everything else, save for the Collections Manager and Duokan, is fully functional on this PW2. Hopefully this can serve as a brief, minor resource for those with PW2s that cannot root easily, but may want to look into the serial route, which hasn't proven to be much more difficult.

It was a good project and worth the experience, and not terribly intensive, either. I'd recommend it to anyone with at least a little bit of time, a bit of Linux experience, and some soldering experience.

Happy reading!
raz572 is offline   Reply With Quote
Old 04-01-2015, 04:05 PM   #20
MaCXyLo
Junior Member
MaCXyLo began at the beginning.
 
Posts: 7
Karma: 14
Join Date: Dec 2014
Device: KPW2
research @ the moment for a elegant way to do this stuff...

Way1:
noticed that the kindle's are up2date if they arrived to the customer.
i think, they use the RFID/NFC Chip inside to update this stuff...
http://www.ebay.com/itm/271748490865
a friend tells me, that this technology is used.

Way2:
did anyone try to do some tcpdumps of the device's (over wifi)?
Can someone share the captures if he doesn't can interpret this?

Way3:
Someone here with firmware reverse engineering skills?
http://www.techspot.com/drivers/driv...rmation/17550/

Kind Regards!

Last edited by MaCXyLo; 04-01-2015 at 04:08 PM.
MaCXyLo is offline   Reply With Quote
Advert
Old 04-01-2015, 07:31 PM   #21
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 MaCXyLo View Post
research @ the moment for a elegant way to do this stuff...

Way1:
noticed that the kindle's are up2date if they arrived to the customer.
i think, they use the RFID/NFC Chip inside to update this stuff...
http://www.ebay.com/itm/271748490865
a friend tells me, that this technology is used.

Way2:
did anyone try to do some tcpdumps of the device's (over wifi)?
Can someone share the captures if he doesn't can interpret this?

Way3:
Someone here with firmware reverse engineering skills?
http://www.techspot.com/drivers/driv...rmation/17550/

Kind Regards!
1) Yes, you can find it glued to the inside of the back cover.

2) Why? What are you looking for?
Of course I did, how do you think I came up with the network address blocks to be blocked with the BBB filter?

3) Someone?
Heck, that is a prerequisite for being a developer of consumer device, system modifications.

Again, what are you looking for?
We probably already documented it somewhere here.

Why the link to an off-site, non-Amazon source of the update file?
As you can see right up front - they don't even get the name of the OS correct.
**ALWAYS** get your system update file from the vendor's (Amazon's) official site.
And if really curious, grab the corresponding source release also.

Last edited by knc1; 04-01-2015 at 07:34 PM.
knc1 is offline   Reply With Quote
Old 04-09-2015, 11:13 AM   #22
noanylove
Junior Member
noanylove began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2014
Device: KPW2
Does this mean there is a way to jailbreak 5.6.x without open case?
noanylove is offline   Reply With Quote
Old 04-09-2015, 12:29 PM   #23
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 noanylove View Post
Does this mean there is a way to jailbreak 5.6.x without open case?
No.
Not yet, probably never.
knc1 is offline   Reply With Quote
Old 04-10-2015, 10:02 AM   #24
noanylove
Junior Member
noanylove began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2014
Device: KPW2
Feel sad about this. The open case jailbreaking method requires more advance ability, and I'm not sure if I'm able to open the case and close it again.
noanylove is offline   Reply With Quote
Old 04-10-2015, 10:27 AM   #25
Akirainblack
abibliophobic
Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.
 
Posts: 220
Karma: 219708
Join Date: Aug 2012
Device: KV jailbroken
Quote:
Originally Posted by noanylove View Post
Feel sad about this. The open case jailbreaking method requires more advance ability, and I'm not sure if I'm able to open the case and close it again.
That is the easy bit. The soldering is the hard part
Akirainblack is offline   Reply With Quote
Old 04-10-2015, 11:25 AM   #26
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by noanylove View Post
Feel sad about this. The open case jailbreaking method requires more advance ability, and I'm not sure if I'm able to open the case and close it again.
I'm afraid that if you are looking for a software-only jailbreak you are going to need to look to eBay and find an earlier model kindle at a reasonable price. I did so a few weeks ago and picked up a K3W for under $30 shipped even though I received a current model kindle basic for Christmas. I had to wait a few weeks for one with a good price, but it was worth the wait.

Dave
dhdurgee is offline   Reply With Quote
Old 04-10-2015, 11:40 AM   #27
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
The KT is also a good choice of used Kindles -
Same IR touch screen (no front light) as the KT2 **AND** the last model that still had audio support.
knc1 is offline   Reply With Quote
Old 04-10-2015, 12:41 PM   #28
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by knc1 View Post
The KT is also a good choice of used Kindles -
Same IR touch screen (no front light) as the KT2 **AND** the last model that still had audio support.
Do we have a list somewhere of all the kindle models, their features and the jailbreaking status? I know that the current models are problematic, but I don't know which particular older models would be a good match for those who know exactly what features they want in a kindle. I would think such a table ought to be a "sticky" reference somewhere for those in need of the information.

Dave
dhdurgee is offline   Reply With Quote
Old 04-10-2015, 12:47 PM   #29
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
Did you try the master wiki index where each of the models are listed?
(See link in the Sticky thread entitled: "Where do I start?")

Does it need a section in each model's index that links to a wiki page for that specific information?
Well, its a Wiki - start typing.
knc1 is offline   Reply With Quote
Old 04-14-2015, 05:03 PM   #30
fctools
Enthusiast
fctools began at the beginning.
 
fctools's Avatar
 
Posts: 25
Karma: 10
Join Date: Mar 2015
Device: kindle paperwhite 2
Quote:
Originally Posted by raz572 View Post
Update 8

More cool packages:

1) Collections Manager
2) Calibre/Kindle Collections
3) BackdoorLock
4) K5 Rescue
5) PW2 Coward's Rescue Pack
6) Duokan 2014 Nope. Not working. Can't get this one to install no matter what I do.

and the final, probably my favorite one

7) KO Reader

I followed your excellent instructions and installed BackdoorLock successfully but all the rest I tried, I try to open them and KUAL closes and it simply goes back to the main screen
fctools is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Should I buy new KPW2 with 5.6.1.0.6?? rabe3ab Kindle Developer's Corner 6 03-23-2015 07:07 AM
KPW2 Demo leedjc Kindle Developer's Corner 22 10-14-2014 12:33 AM
5.4.4.1 5.4.3.1 For KPW/KPW2 JHarry Amazon Kindle 7 04-21-2014 08:12 PM
KPW2 5.4.2.1 available! JHarry Kindle Developer's Corner 55 02-24-2014 01:43 PM
My KPW2 cannot 'truly' disconnect for my PC Linux_x189 Amazon Kindle 3 12-28-2013 01:47 PM


All times are GMT -4. The time now is 02:51 PM.


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