![]() |
#136 |
Enthusiast
![]() Posts: 39
Karma: 54
Join Date: May 2009
Location: Spain
Device: Kindle DX
|
The new firmware has changed the file that needs to be patched, so the hack has to be made again, but the original author is missing and missed - just hope he is well.
|
![]() |
![]() |
#137 |
Likes to read on e-ink
![]() Posts: 68
Karma: 50
Join Date: Feb 2007
Location: New Jersey
Device: Kindle DX
|
Hello,
I used the mod on my Kindle DX (Software version 2.1) and it worked flawlessly. I got the small lock instead of the amazon pictures. Today I tried to update to the new software 2.3 which did not work. I uninstalled my hack, using one of the uninstall files and the amazon pictures start to come back. However the install 2.3 still does not work. It executes properly, but then the version is still 2.1. I talked with amazon and they downloaded a service log from my Kindle. Then I received an e-mail that the update would not work, because I modified my Kindle. Can anybody tell me how to unmodify my kindle, or how to force the update?? Thanks to the kind soul that can help me. Add on: Talked to Kindle Support again and they said it can't be fixed. I can buy another Kindle (refurbished $250) or they would exchange it if the screen or the modem would go bad... After that I tried to install and uninstall the new version, did a reset; and now the 2.3 update will not go through anymore (installation fails). Does anybody know how to completely restore the OS/Software on the DX? Last edited by aru; 02-11-2010 at 10:26 AM. Reason: New results |
![]() |
Advert | |
|
![]() |
#138 |
Groupie
![]() Posts: 163
Karma: 64
Join Date: Jun 2009
Device: kindle dx
|
|
![]() |
![]() |
#139 |
Likes to read on e-ink
![]() Posts: 68
Karma: 50
Join Date: Feb 2007
Location: New Jersey
Device: Kindle DX
|
I actually found an old version of the hack with the right uninstall tool. All is well now !
https://www.mobileread.com/forums/new...treply&t=73466 |
![]() |
![]() |
#140 | |
Member
![]() Posts: 10
Karma: 10
Join Date: Jun 2009
Device: Kindle DX
|
Quote:
1. For each firmware version (2.1, 2.1+hack, and 2.3.3): extract the .class files from framework-impl.jar and decompile them into .java files, so that you have 3 separate directories containing the full source code (.java files) for framework-impl.jar 2. Use a three-way merge source code tool to merge the diff of the .java files for version 2.1 and 2.1+hack into the .java files for 2.3.3. Most likely the diff between 2.1 and 2.1+hack is very small, because this hack should only be changing a small part of the framework. This results in the source code for version 2.3.3 of framework-impl.jar, with the hack applied. Let's call this 2.3.3+hack. 3. Compile the .java files for 2.3.3+hack. This creates a bunch of .class files. 4. Create a new jar file containing the 2.3.3+hack .class files. 5. Use a binary diff tool to create a new binary diff of the framework-impl.jar for version 2.3.3 and version 2.3.3+hack. 6. Compute the md5 hash for version 2.3.3+hack of the framework-impl.jar and update the install.sh script to use this new md5 hash. |
|
![]() |
Advert | |
|
![]() |
#141 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2010
Device: DX
|
OK ....so can someone step up and and update this hack as described above? I'd do it if I knew what the hell he is saying.
|
![]() |
![]() |
#142 |
Enthusiast
![]() Posts: 39
Karma: 54
Join Date: May 2009
Location: Spain
Device: Kindle DX
|
Thank you very much, but I also don't have a clue about doing it.
|
![]() |
![]() |
#143 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2010
Device: Kindle Keyboard 3G
|
If anyone has the 2.1 files, I could give it a shot. Alas, only have 2.3.3 here.
|
![]() |
![]() |
#144 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2010
Device: kindle dx
|
Is this what you need?
http://kindle.s3.amazonaws.com/Kindl...7560062.tar.gz I'm also a pilot, wanting to fix what seems to me to be a crazy oversight on the part of Amazon. Use more power to put the Kindle into powersaver mode, and don't give ths user a choice in it. |
![]() |
![]() |
#145 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Oct 2009
Device: Kindle
|
![]() Also, ebs explained how he created the hack, for those who understand Unix hash coding, as follows: Code: [root@kindle us]# pwd /mnt/us [root@kindle us]# mkdir screensaver-lp [root@kindle us]# cd screensaver-lp/ Use scp to copy screensaver-lp.tar.gz to /mnt/us/screensaver-lp, then Code: [root@kindle screensaver-lp]# tar xzf screensaver-lp.tar.gz [root@kindle screensaver-lp]# ls -al drwxr-xr-x 2 root root 4096 Jul 4 02:04 . drwxr-xr-x 8 root root 4096 Jul 4 02:03 .. -rwxr-xr-x 1 root root 6447 Jun 28 01:39 bspatch -rw-r--r-- 1 root root 9739 Jul 4 2009 framework-impl.jar.bdiff -rwxr-xr-x 1 root root 890 Jul 4 2009 install.sh -rwxr-xr-x 1 root root 683 Jul 4 2009 restore.sh -rwxr-xr-x 1 root root 15726 Jul 4 02:03 screensaver-lp.tar.gz -rw-r--r-- 1 root root 1539 Jul 4 2009 ss_lock.gif [root@kindle screensaver-lp]# mntroot rw system: I mntroot:def:Making root filesystem writeable [root@kindle screensaver-lp]# ./install.sh install: screensaver-lp v0.01, Sat Jul 4 02:06:12 UTC 2009 Done! To remove, run restore.sh script NO Implied warranty of any kind, by the way, with ebs, I strongly recommend you take some "anti-bricking" precautions, e.g. usbnetwork auto-start. This is potentially dangerous hack. |
![]() |
![]() |
#146 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2010
Device: DX
|
"for those who understand Unix hash coding"
Ok how about those of us that don't? |
![]() |
![]() |
#147 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Aug 2007
Device: iLiad
|
I just purchased My Kindle DXi with firmware rev 2.5 and I was unable to get this “last page” hack to load. Is there new verson of “last page” available?
|
![]() |
![]() |
#148 | |
A Reader who can think..!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
|
Quote:
|
|
![]() |
![]() |
#149 |
A Reader who can think..!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
|
@ebs:
"Screensaver Last Page" is really a prerfect idea. Can you make an update for Kindle 3 and new Kindle DX/DX Graphite ? Thank you. Last edited by meem; 11-07-2010 at 02:47 PM. |
![]() |
![]() |
#150 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Jan 2011
Device: K 3g
|
Last Page screensaver
Anybody successfully create a hack that allows for the last page read to stay as the screensaver? I use a Kindle 3g, and got an error message when I tried to use the hack from this thread? I really want to see the last page read, and not whatever amazon wants me to see. HELP me by telling me where to look for this most useful hack.
Daren Strange |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Hacks Kindle Screensaver | sfernald | Amazon Kindle | 116 | 01-12-2013 09:30 PM |
Possible to disable native PDF on Kindle with 2.3 | aa2300 | Amazon Kindle | 1 | 12-05-2009 12:59 PM |
Hacks how to disable usb charge of Kindle DX | Happen | Amazon Kindle | 4 | 09-19-2009 07:48 PM |
disable screen saver on Kindle DX | flyboyak | Amazon Kindle | 2 | 09-16-2009 12:39 PM |
I don't understand the screensaver (+ how do I disable it?). | GatorDeb | Amazon Kindle | 8 | 10-02-2008 07:05 PM |