TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jailbreaking the Kindle

306 pointsby bdelayalmost 9 years ago

11 comments

mintplantalmost 9 years ago
I wouldn&#x27;t use my Kindle half as much if it weren&#x27;t for KOReader [0]. Ironically enough for a dedicated reading device, Amazon&#x27;s built-in reader app pales in comparison to this third-party tool. The killer feature for me is on-the-fly column splitting and text reflow, with the ability to flip to the original page view by tapping a corner -- this is critical for reading academic papers, which tend to be two-column PDFs. It also features contrast adjustment, more fonts, stylesheets, wireless syncing with Calibre, and support for many more file formats including ePub.<p>There&#x27;s also a Gargoyle [1] port for interactive fiction on the go. It&#x27;s less practical due to the input lag on the Kindle keyboard, but I still pull it out every now and again.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;koreader&#x2F;koreader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;koreader&#x2F;koreader</a><p>[1] <a href="http:&#x2F;&#x2F;www.fabiszewski.net&#x2F;kindle-gargoyle&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.fabiszewski.net&#x2F;kindle-gargoyle&#x2F;</a>
评论 #12292979 未加载
评论 #12295042 未加载
评论 #12297049 未加载
david-givenalmost 9 years ago
I did some playing with a Kindle 3 a few years back --- I was writing programs that integrated into the native UI. I built an app which was a Javascript interpreter bolted onto a VT52 terminal emulator. You could type in programs and run them! Using the K3&#x27;s fiddly little keyboard! Um, awesome. <a href="http:&#x2F;&#x2F;cowlark.com&#x2F;kindle&#x2F;javascript.html" rel="nofollow">http:&#x2F;&#x2F;cowlark.com&#x2F;kindle&#x2F;javascript.html</a><p>This was on the 3.1 firmware, so it&#x27;s likely all completely obsolete on modern devices.<p>...the 3.1 firmware was terrible. It was all Java based, but Java 1.4. No generics! No autoboxing! No foreach! People forget just how <i>awful</i> early versions of Java were in comparison to what we have today. I ended up building a toolchain using RetroWeaver to convert modern Java bytecode into something that would run on the Kindle.<p>Also, the firmware was based on the Personal Basis Profile 1.1. Think back, way into the past, before there were smartphones and Android and iOS... back to the heyday of the downloadable Java applet for your T9-based phone. Yup, that. Kindle apps were midlets, and anyone who remembers writing programs for midlets will be shuddering by now.<p>And it gets worse! The Kindle ran the entire UI, third-party applications included, in a single Java VM. It was as fragile as hell, and it tended to silt up with un-garbagecollectable data until it crashed and rebooted. If you left a thread running on application exit, it would crash and reboot. If your app hung you had to power cycle the device. I believe that the reason why Amazon never really opened up the Kindle to large-scale third party apps was mainly embarrassment.<p>Good times. Good times...
评论 #12291492 未加载
评论 #12291839 未加载
jonahxalmost 9 years ago
Could anyone knowledgeable about this explain what you can do with a jailbroken kindle that you cannot do with a locked one?
评论 #12291563 未加载
评论 #12291464 未加载
评论 #12291546 未加载
评论 #12291332 未加载
评论 #12293470 未加载
评论 #12292571 未加载
评论 #12291331 未加载
评论 #12291349 未加载
评论 #12293697 未加载
评论 #12291336 未加载
评论 #12291463 未加载
评论 #12291333 未加载
Zombieballalmost 9 years ago
Not sure if you are the author or just sharing. If you authored this I would highly recommend mentioning which &quot;kindle&quot; this is applicable to as the first topic. There are multiple generations of kindle e-readers and kindle tablets. It&#x27;s not readily apparent up front as to which this is applicable to.
评论 #12291498 未加载
评论 #12291378 未加载
评论 #12293263 未加载
评论 #12291372 未加载
评论 #12291367 未加载
criddellalmost 9 years ago
All I want is an e-ink device that I can use with books purchased from Amazon, Apple, Google, B&amp;N, and other vendors.<p>Why is that so hard?
评论 #12293143 未加载
评论 #12292595 未加载
Steeevealmost 9 years ago
The more I see writeups like this, the more I wonder if the effort being laid out by the people doing the work is compensated appropriately.<p>I&#x27;m not sure what Amazon pays for identifying a security flaw, but I imagine it&#x27;s somewhere between $5 and $15k.<p>Having success monthly might yield reasonable compensation, but companies only pay when a flaw is identified, which means you don&#x27;t get paid for your work, you get paid for your successful work. And you don&#x27;t get to define what is successful, nor is there usually a clear definition of what successful actually means.<p>I understand that many people do this to get a job in security &#x2F; security research, but it just seems like the effort-to-payoff ratio still favors people using their found exploits for evil dramatically.<p>There really should be a different pricing model around security exploits - one that encourages responsible disclosure more heavily.
评论 #12294268 未加载
enthdegreealmost 9 years ago
How do you get the background to pursue this sort of thing?<p>I&#x27;ve programmed and used Linux for a little while and I&#x27;ve done some simple things in assembly language (although not in much depth), but all the technical things past the <i></i>CVE-2013-2842<i></i> section are impenetrable to me.
评论 #12293500 未加载
pavanlimoalmost 9 years ago
I was recently researching ebook readers and found Kobo devices way better than Kindle (and cheaper too). Especially for somebody who is a power user of devices. Without getting into specifities, I found that in general Kobo is more open.
wineisfinealmost 9 years ago
Btw here is a webservice that converts and sends ePub&#x27;s to your kindle, without having to use Calibre yourself <a href="http:&#x2F;&#x2F;www.sendepubtokindle.com" rel="nofollow">http:&#x2F;&#x2F;www.sendepubtokindle.com</a>
shostackalmost 9 years ago
All I want is to invert colors on my Paperwhite for easier reading with the lights off. Why is that so hard?
geniiumalmost 9 years ago
Maybe that&#x27;ll make Amazon update their Kindle&#x27;s experimental browser. It has an underestimated potential.<p>Will keep an eye on this, even if am now using a Kobo H20.
评论 #12296927 未加载